Searched refs:CustomWriteOnlyAccessor (Results 1 - 5 of 5) sorted by relevance
/system/connectivity/shill/ |
H A D | property_accessor.h | 146 // If the property is write-only, use CustomWriteOnlyAccessor instead. 167 DCHECK(getter); // otherwise, use CustomWriteOnlyAccessor 209 // CustomWriteOnlyAccessor<> allows a custom writer method to be provided. 213 class CustomWriteOnlyAccessor : public AccessorInterface<T> { class in namespace:shill 222 CustomWriteOnlyAccessor(C* target, function in class:shill::CustomWriteOnlyAccessor 238 ~CustomWriteOnlyAccessor() override {} 262 DISALLOW_COPY_AND_ASSIGN(CustomWriteOnlyAccessor);
|
H A D | property_accessor_unittest.cc | 463 CustomWriteOnlyAccessor<StringWrapper, string> accessor( 475 CustomWriteOnlyAccessor<StringWrapper, string> accessor( 481 // CustomWriteOnlyAccessor template passes through the return 490 CustomWriteOnlyAccessor<StringWrapper, string> accessor( 505 CustomWriteOnlyAccessor<StringWrapper, string> accessor( 516 CustomWriteOnlyAccessor<StringWrapper, string> accessor( 522 // CustomWriteOnlyAccessor template passes through the return 530 CustomWriteOnlyAccessor<StringWrapper, string> accessor(
|
H A D | eap_credentials.cc | 522 new CustomWriteOnlyAccessor<EapCredentials, string>(
|
/system/connectivity/shill/vpn/ |
H A D | third_party_vpn_driver.cc | 111 new CustomWriteOnlyAccessor<ThirdPartyVpnDriver, std::string>(
|
/system/connectivity/shill/wifi/ |
H A D | wifi_service.cc | 569 new CustomWriteOnlyAccessor<WiFiService, string>(
|
Completed in 102 milliseconds