Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp215 std::string sStoreId = cStoreId; in GetKVStore() local
216 StoreId storeId = { sStoreId }; in GetKVStore()
232 auto nativeKVStore = FFIData::Create<CJSingleKVStore>(sStoreId); in GetKVStore()
241 auto nativeKVStore = FFIData::Create<CJDeviceKVStore>(sStoreId); in GetKVStore()
254 std::string sStoreId = storeId; in CloseKVStore() local
256 StoreId storeIdBox { sStoreId }; in CloseKVStore()
267 std::string sStoreId = storeId; in DeleteKVStore() local
269 StoreId storeIdBox { sStoreId }; in DeleteKVStore()