OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetReleaseChannel
(Results
1 - 7
of
7
) sorted by null
/external/libbrillo/policy/
device_policy.h
88
virtual bool
GetReleaseChannel
(std::string* release_channel) const = 0;
device_policy_impl.h
46
virtual bool
GetReleaseChannel
(std::string* release_channel) const;
mock_device_policy.h
79
MOCK_CONST_METHOD1(
GetReleaseChannel
, bool(std::string*));
device_policy_impl.cc
249
bool DevicePolicyImpl::
GetReleaseChannel
(
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
115
ASSERT_TRUE(policy.
GetReleaseChannel
(&string_value));
191
ASSERT_FALSE(policy.
GetReleaseChannel
(&string_value));
/system/update_engine/update_manager/
real_device_policy_provider.cc
170
UpdateVariable(&var_release_channel_, &DevicePolicy::
GetReleaseChannel
);
real_device_policy_provider_unittest.cc
172
EXPECT_CALL(mock_device_policy_,
GetReleaseChannel
(_))
Completed in 380 milliseconds