Home
last modified time | relevance | path

Searched refs:setter (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/
Dproperty_accessor.h159 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()
DHACKING125 make sure that a) its setter emits any change notification required by
126 Chrome, and that b) its setter properly handles no-op changes.
DNETLINK_MESSAGES.txt62 b) the data type of the attribute may not agree with the setter you
/system/nativepower/daemon/
Dpower_manager.h48 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/
Dmetrics_log.h46 bool PopulateSystemProfile(SystemProfileSetter* setter);
Dupload_service.cc96 void UploadService::InitForTest(SystemProfileSetter* setter) { in InitForTest() argument
98 system_profile_setter_.reset(setter); in InitForTest()
Dupload_service.h122 void InitForTest(SystemProfileSetter* setter);
/system/media/audio_utils/
DDoxyfile.orig318 # getter and setter methods for a property. Setting this option to YES will make
DDoxyfile318 # getter and setter methods for a property. Setting this option to YES will make