Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h76 MOCK_METHOD(bool, GetTargetVersionPrefix, (std::string*), (const, override));
Ddevice_policy.h141 virtual bool GetTargetVersionPrefix(
Ddevice_policy_impl.h61 bool GetTargetVersionPrefix(
Ddevice_policy_impl.cc366 bool DevicePolicyImpl::GetTargetVersionPrefix( in GetTargetVersionPrefix() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc129 ASSERT_TRUE(policy.GetTargetVersionPrefix(&string_value)); in TEST()
244 EXPECT_FALSE(policy.GetTargetVersionPrefix(&string_value)); in TEST()
Ddevice_policy_impl_test.cc273 ASSERT_FALSE(device_policy_.GetTargetVersionPrefix(&value)); in TEST_F()