Home
last modified time | relevance | path

Searched refs:GetDeviceKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_device_kv_store.cpp30 static std::string GetDeviceKey(const std::string& deviceId, const std::string& key) in GetDeviceKey() function
98 std::string deviceKey = GetDeviceKey(ctxt->deviceId, ctxt->key); in Get()
213 std::string deviceKey = GetDeviceKey(ctxt->va.deviceId, ctxt->va.keyPrefix); in GetEntries()
272 std::string deviceKey = GetDeviceKey(ctxt->va.deviceId, ctxt->va.keyPrefix); in GetResultSet()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_device_kv_store.cpp30 static std::string GetDeviceKey(const std::string& deviceId, const std::string& key) in GetDeviceKey() function
109 std::string deviceKey = GetDeviceKey(ctxt->deviceId, ctxt->key); in Get()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp435 static std::string GetDeviceKey(const std::string& deviceId, const std::string& key) in GetDeviceKey() function
452 std::string deviceKey = GetDeviceKey(deviceId, key); in Get()