Searched refs:setter (Results 1 – 9 of 9) sorted by relevance
/system/connectivity/shill/ |
D | property_accessor.h | 159 bool(C::*setter)(const T& value, Error* error), in CustomAccessor() 164 setter_(setter), in CustomAccessor() 175 bool(C::*setter)(const T& value, Error* error)) in CustomAccessor() 176 : CustomAccessor(target, getter, setter, nullptr) {} in CustomAccessor() 223 bool(C::*setter)(const T& value, Error* error), in CustomWriteOnlyAccessor() 227 setter_(setter), in CustomWriteOnlyAccessor() 231 DCHECK(setter); in CustomWriteOnlyAccessor() 313 bool(C::*setter)(const A& argument, const T& value, in CustomMappedAccessor() 319 setter_(setter), in CustomMappedAccessor()
|
D | HACKING | 125 make sure that a) its setter emits any change notification required by 126 Chrome, and that b) its setter properly handles no-op changes.
|
D | NETLINK_MESSAGES.txt | 62 b) the data type of the attribute may not agree with the setter you
|
/system/nativepower/daemon/ |
D | power_manager.h | 48 std::unique_ptr<SystemPropertySetterInterface> setter) { in set_property_setter_for_testing() argument 49 property_setter_ = std::move(setter); in set_property_setter_for_testing()
|
/system/core/metricsd/uploader/ |
D | metrics_log.h | 46 bool PopulateSystemProfile(SystemProfileSetter* setter);
|
D | upload_service.cc | 96 void UploadService::InitForTest(SystemProfileSetter* setter) { in InitForTest() argument 98 system_profile_setter_.reset(setter); in InitForTest()
|
D | upload_service.h | 122 void InitForTest(SystemProfileSetter* setter);
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 318 # getter and setter methods for a property. Setting this option to YES will make
|
D | Doxyfile | 318 # getter and setter methods for a property. Setting this option to YES will make
|