Home
last modified time | relevance | path

Searched refs:kvStoreKey (Results 1 - 2 of 2) sorted by relevance

/domains/advertising/oaid/services/oaid_manager/include/
H A Doaid_service.h62 bool ReadValueFromKvStore(const std::string &kvStoreKey, std::string &kvStoreValue);
63 bool WriteValueToKvStore(const std::string &kvStoreKey, const std::string &kvStoreValue);
/domains/advertising/oaid/services/oaid_manager/src/
H A Doaid_service.cpp247 bool OAIDService::ReadValueFromKvStore(const std::string &kvStoreKey, std::string &kvStoreValue) in ReadValueFromKvStore() argument
256 DistributedKv::Key key(kvStoreKey); in ReadValueFromKvStore()
270 bool OAIDService::WriteValueToKvStore(const std::string &kvStoreKey, const std::string &kvStoreValue) in WriteValueToKvStore() argument
279 DistributedKv::Key key(kvStoreKey); in WriteValueToKvStore()

Completed in 1 milliseconds