Searched refs:kvStoreValue (Results 1 – 3 of 3) sorted by relevance
105 DistributedKv::Value kvStoreValue(value); in PutToDistributedDB() local106 DistributedKv::Status status = kvStore_->Put(kvStoreKey, kvStoreValue); in PutToDistributedDB()129 DistributedKv::Value kvStoreValue; in GetFromDistributedDB() local130 DistributedKv::Status status = kvStore_->Get(kvStoreKey, kvStoreValue); in GetFromDistributedDB()136 value = kvStoreValue.ToString(); in GetFromDistributedDB()175 DistributedKv::Value kvStoreValue; in DeleteToDistributedDB() local
133 DistributedKv::Value kvStoreValue(value); in PutToDistributedDB() local134 DistributedKv::Status status = kvStore_->Put(kvStoreKey, kvStoreValue); in PutToDistributedDB()158 DistributedKv::Value kvStoreValue; in GetFromDistributedDB() local159 DistributedKv::Status status = kvStore_->Get(kvStoreKey, kvStoreValue); in GetFromDistributedDB()165 value = kvStoreValue.ToString(); in GetFromDistributedDB()
226 DistributedKv::Value kvStoreValue = screenOn ? SCREEN_STATUS_VALUE_ON : SCREEN_STATUS_VALUE_OFF; in SetLocalScreenStatus() local227 status = kvStore_->Put(kvStoreKey, kvStoreValue); in SetLocalScreenStatus()