/aosp12/system/update_engine/update_manager/ |
H A D | real_updater_provider.cc | 95 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::LastCheckedTimeVariable 114 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::ProgressVariable 189 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::NewVersionVariable 231 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::UpdateCompletedTimeVariable 261 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::CurrChannelVariable 282 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::NewChannelVariable 343 const unsigned int* GetValue(TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::ConsecutiveFailedUpdateChecksVariable 362 const unsigned int* GetValue(TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::ServerDictatedPollIntervalVariable 387 const UpdateRequestStatus* GetValue(TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::ForcedUpdateRequestedVariable 416 const UpdateRestrictions* GetValue(TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::UpdateRestrictionsVariable [all …]
|
H A D | real_time_provider.cc | 41 virtual const Time* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() function in chromeos_update_manager::CurrDateVariable 64 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() function in chromeos_update_manager::CurrHourVariable 80 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() function in chromeos_update_manager::CurrMinuteVariable
|
H A D | generic_variables.h | 95 inline const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function 134 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function 158 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function 209 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
|
H A D | evaluation_context-inl.h | 27 const T* EvaluationContext::GetValue(Variable<T>* var) { in GetValue() function
|
H A D | fake_variable.h | 53 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
|
H A D | real_random_provider.cc | 52 const uint64_t* GetValue(base::TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::RandomSeedVariable
|
H A D | real_system_provider.cc | 65 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::__anon874f02380110::RetryPollVariable
|
H A D | variable_unittest.cc | 45 const T* GetValue(TimeDelta /* timeout */, string* /* errmsg */) override { in GetValue() function in chromeos_update_manager::DefaultVariable
|
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | boottime_state_delegate.cpp | 29 int BoottimeStateDelegate::GetValue(int64_t* value) { in GetValue() function in v4l2_camera_hal::BoottimeStateDelegate
|
H A D | ignored_control_delegate.h | 31 int GetValue(T* value) override { in GetValue() function
|
H A D | no_effect_control_delegate.h | 31 int GetValue(T* value) override { in GetValue() function
|
H A D | tagged_control_delegate.h | 36 virtual int GetValue(T* value) override { in GetValue() function
|
H A D | v4l2_control_delegate.h | 38 int GetValue(TMetadata* value) override { in GetValue() function
|
/aosp12/art/cmdline/ |
H A D | cmdline_parse_result.h | 83 const T& GetValue() const { in GetValue() function 91 T& GetValue() { in GetValue() function
|
/aosp12/system/keymaster/tests/ |
H A D | authorization_set_test.cpp | 435 TEST(GetValue, GetInt) { in TEST() argument 453 TEST(GetValue, GetLong) { in TEST() argument 473 TEST(GetValue, GetLongRep) { in TEST() argument 497 TEST(GetValue, GetEnum) { in TEST() argument 516 TEST(GetValue, GetEnumRep) { in TEST() argument 536 TEST(GetValue, GetDate) { in TEST() argument 555 TEST(GetValue, GetBlob) { in TEST() argument
|
/aosp12/system/connectivity/wificond/net/ |
H A D | nl80211_attribute.h | 102 T GetValue() const { in GetValue() function 126 std::array<uint8_t, N> GetValue() const { in GetValue() function
|
H A D | nl80211_attribute.cpp | 137 vector<uint8_t> NL80211Attr<vector<uint8_t>>::GetValue() const { in GetValue() function in android::wificond::NL80211Attr 159 string NL80211Attr<string>::GetValue() const { in GetValue() function in android::wificond::NL80211Attr
|
/aosp12/system/bt/gd/packet/ |
H A D | byte_observer.cc | 29 uint64_t ByteObserver::GetValue() { in GetValue() function in bluetooth::packet::ByteObserver
|
/aosp12/system/linkerconfig/modules/ |
H A D | variables.cc | 27 std::optional<std::string> Variables::GetValue(const std::string& variable) { in GetValue() function in android::linkerconfig::modules::Variables
|
/aosp12/art/runtime/ |
H A D | dex_register_location.h | 51 int32_t GetValue() const { return value_; } in GetValue() function
|
/aosp12/art/runtime/mirror/ |
H A D | string.h | 67 uint16_t* GetValue() REQUIRES_SHARED(Locks::mutator_lock_) { in GetValue() function
|
/aosp12/art/libartbase/base/ |
H A D | flags.h | 173 ALWAYS_INLINE Value GetValue() const { in GetValue() function
|
H A D | intrusive_forward_list.h | 455 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() function 469 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() function
|
/aosp12/frameworks/base/cmds/idmap2/idmap2/ |
H A D | Lookup.cpp | 106 Result<std::string> WARN_UNUSED GetValue(AssetManager2* const am, ResourceId resid) { in GetValue() function
|
/aosp12/frameworks/base/tools/aapt2/test/ |
H A D | Common.h | 81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { in GetValue() function
|