Home
last modified time | relevance | path

Searched refs:GetTargetVersionPrefix (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/policy/
Dmock_device_policy.h85 MOCK_CONST_METHOD1(GetTargetVersionPrefix, bool(std::string*));
Ddevice_policy.h137 virtual bool GetTargetVersionPrefix(
Ddevice_policy_impl.h60 bool GetTargetVersionPrefix(
Ddevice_policy_impl.cc346 bool DevicePolicyImpl::GetTargetVersionPrefix( in GetTargetVersionPrefix() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc129 ASSERT_TRUE(policy.GetTargetVersionPrefix(&string_value)); in TEST()
244 EXPECT_FALSE(policy.GetTargetVersionPrefix(&string_value)); in TEST()