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()127 DistributedKv::Value kvStoreValue; in GetFromDistributedDB() local128 DistributedKv::Status status = kvStore_->Get(kvStoreKey, kvStoreValue); in GetFromDistributedDB()133 value = kvStoreValue.ToString(); in GetFromDistributedDB()169 DistributedKv::Value kvStoreValue; in DeleteToDistributedDB() local
152 DistributedKv::Value kvStoreValue(value); in PutToDistributedDB() local153 DistributedKv::Status status = kvStore_->Put(kvStoreKey, kvStoreValue); in PutToDistributedDB()177 DistributedKv::Value kvStoreValue; in GetFromDistributedDB() local178 DistributedKv::Status status = kvStore_->Get(kvStoreKey, kvStoreValue); in GetFromDistributedDB()184 value = kvStoreValue.ToString(); in GetFromDistributedDB()
243 DistributedKv::Value kvStoreValue = screenOn ? SCREEN_STATUS_VALUE_ON : SCREEN_STATUS_VALUE_OFF; in SetLocalScreenStatus() local244 DistributedKv::Status status = kvStore_->Put(kvStoreKey, kvStoreValue); in SetLocalScreenStatus()