Home
last modified time | relevance | path

Searched refs:PlumbPropertyStore (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dstatic_ip_parameters_unittest.cc194 static_params_.PlumbPropertyStore(&store); in TEST_F()
283 static_params_.PlumbPropertyStore(&static_params_props); in TEST_F()
328 static_params_.PlumbPropertyStore(&static_params_props); in TEST_F()
Dstatic_ip_parameters.h43 void PlumbPropertyStore(PropertyStore* store);
Dstatic_ip_parameters.cc59 void StaticIPParameters::PlumbPropertyStore(PropertyStore* store) { in PlumbPropertyStore() function in shill::StaticIPParameters
Dservice.cc296 static_ip_parameters_.PlumbPropertyStore(&store_); in Service()