Searched refs:kvStoreKey (Results 1 – 5 of 5) sorted by relevance
105 std::string kvStoreKey; in GetKey() local106 kvStoreKey.append(deviceId_); in GetKey()107 kvStoreKey.append(RESOURCE_SEPARATOR); in GetKey()108 kvStoreKey.append(dhId_); in GetKey()109 return kvStoreKey; in GetKey()114 std::string kvStoreKey; in GetAnonymousKey() local115 kvStoreKey.append(GetAnonyString(deviceId_)); in GetAnonymousKey()116 kvStoreKey.append(RESOURCE_SEPARATOR); in GetAnonymousKey()117 kvStoreKey.append(GetAnonyString(dhId_)); in GetAnonymousKey()118 return kvStoreKey; in GetAnonymousKey()
131 std::string kvStoreKey; in GetKey() local132 kvStoreKey.append(udidHash_); in GetKey()133 kvStoreKey.append(RESOURCE_SEPARATOR); in GetKey()134 kvStoreKey.append(this->GetDHId()); in GetKey()135 return kvStoreKey; in GetKey()140 std::string kvStoreKey; in GetAnonymousKey() local141 kvStoreKey.append(GetAnonyString(udidHash_)); in GetAnonymousKey()142 kvStoreKey.append(RESOURCE_SEPARATOR); in GetAnonymousKey()143 kvStoreKey.append(GetAnonyString(this->GetDHId())); in GetAnonymousKey()144 return kvStoreKey; in GetAnonymousKey()
104 DistributedKv::Key kvStoreKey(key); in PutToDistributedDB() local106 DistributedKv::Status status = kvStore_->Put(kvStoreKey, kvStoreValue); in PutToDistributedDB()126 DistributedKv::Key kvStoreKey(key); in GetFromDistributedDB() local128 DistributedKv::Status status = kvStore_->Get(kvStoreKey, kvStoreValue); in GetFromDistributedDB()148 DistributedKv::Key kvStoreKey(prefixKey); in GetEntriesFromDistributedDB() local149 DistributedKv::Status status = kvStore_->GetEntries(kvStoreKey, entries); in GetEntriesFromDistributedDB()168 DistributedKv::Key kvStoreKey(key); in DeleteToDistributedDB() local170 DistributedKv::Status status = kvStore_->Delete(kvStoreKey); in DeleteToDistributedDB()
151 DistributedKv::Key kvStoreKey(key); in PutToDistributedDB() local153 DistributedKv::Status status = kvStore_->Put(kvStoreKey, kvStoreValue); in PutToDistributedDB()176 DistributedKv::Key kvStoreKey(key); in GetFromDistributedDB() local178 DistributedKv::Status status = kvStore_->Get(kvStoreKey, kvStoreValue); in GetFromDistributedDB()203 DistributedKv::Key kvStoreKey(prefixKey); in GetEntriesFromDistributedDB() local204 DistributedKv::Status status = kvStore_->GetEntries(kvStoreKey, entries); in GetEntriesFromDistributedDB()227 DistributedKv::Key kvStoreKey(key); in DeleteToDistributedDB() local228 DistributedKv::Status status = kvStore_->Delete(kvStoreKey); in DeleteToDistributedDB()
242 DistributedKv::Key kvStoreKey = GenerateDistributedKey(localDevice.deviceId); in SetLocalScreenStatus() local244 DistributedKv::Status status = kvStore_->Put(kvStoreKey, kvStoreValue); in SetLocalScreenStatus()