HomeSort by relevance Sort by last modified time
    Searched refs:SetKeyValueStore (Results 1 - 10 of 10) sorted by null

  /system/connectivity/shill/
service_under_test.cc 46 &ServiceUnderTest::SetKeyValueStore)));
61 bool ServiceUnderTest::SetKeyValueStore(
service_under_test.h 59 bool SetKeyValueStore(const KeyValueStore& value, Error* error);
key_value_store_unittest.cc 107 store_.SetKeyValueStore(kKey, value);
250 store_.SetKeyValueStore(kKeyValueStoreKey, kKeyValueStoreValue);
376 first.SetKeyValueStore("keyValueKey", key_value0);
377 second.SetKeyValueStore("keyValueKey", key_value1);
382 first.SetKeyValueStore("keyValueKey", key_value0);
383 second.SetKeyValueStore("keyValueOtherKey", key_value0);
548 donor.SetKeyValueStore(kKeyValueStoreKey, keyValueStoreValue);
624 store.SetKeyValueStore(kKeyValueStoreKey, nested_store);
key_value_store.h 98 void SetKeyValueStore(const std::string& name, const KeyValueStore& value);
service_unittest.cc     [all...]
key_value_store.cc 270 void KeyValueStore::SetKeyValueStore(const string& name,
  /system/connectivity/shill/cellular/
cellular_bearer_unittest.cc 107 properties.SetKeyValueStore(
110 properties.SetKeyValueStore(
212 properties.SetKeyValueStore(
220 properties.SetKeyValueStore(
228 properties.SetKeyValueStore(
237 properties.SetKeyValueStore(
246 properties.SetKeyValueStore(
254 properties.SetKeyValueStore(
262 properties.SetKeyValueStore(
271 properties.SetKeyValueStore(
    [all...]
cellular_capability_universal_unittest.cc 264 active_bearer_properties_.SetKeyValueStore(
    [all...]
  /system/connectivity/shill/wifi/
wifi_endpoint.cc 294 args.SetKeyValueStore(WPASupplicant::kPropertyWPA, empty_args);
298 args.SetKeyValueStore(WPASupplicant::kPropertyRSN, empty_args);
wifi_endpoint_unittest.cc 101 args.SetKeyValueStore(
    [all...]

Completed in 531 milliseconds