Searched defs:KeyValueStore (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dkey_value_store.h28 class KeyValueStore { class in namespace:shill
40 // contrast, users of KeyValueStore expect KeyValueStore to provide
43 KeyValueStore();
45 // Required for equality comparison when KeyValueStore is wrapped inside a
47 bool operator==(const KeyValueStore& rhs) const;
48 bool operator!=(const KeyValueStore& rhs) const;
51 void CopyFrom(const KeyValueStore& b);
76 const KeyValueStore& GetKeyValueStore(const std::string& name) const;
98 void SetKeyValueStore(const std::string& name, const KeyValueStore
[all...]
H A Dkey_value_store.cc29 KeyValueStore::KeyValueStore() {} function in class:shill::KeyValueStore
31 void KeyValueStore::Clear() {
35 bool KeyValueStore::IsEmpty() {
39 void KeyValueStore::CopyFrom(const KeyValueStore& b) {
43 bool KeyValueStore::operator==(const KeyValueStore& rhs) const {
47 bool KeyValueStore::operator!=(const KeyValueStore
[all...]

Completed in 68 milliseconds