Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Druntime_config.h70 … DB_API static std::string GetStoreIdentifier(const std::string &userId, const std::string &appId,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp155 std::string RuntimeConfig::GetStoreIdentifier(const std::string &userId, const std::string &appId, in GetStoreIdentifier() function in DistributedDB::RuntimeConfig
H A Dkv_store_delegate_manager.cpp617 return RuntimeConfig::GetStoreIdentifier(userId, appId, storeId, syncDualTupleMode); in GetKvStoreIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp240 return RuntimeConfig::GetStoreIdentifier(userId, appId, storeId, syncDualTupleMode); in GetRelationalStoreIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp855 EXPECT_EQ(RuntimeConfig::GetStoreIdentifier("", APP_ID, STORE_ID_0), "");
858 EXPECT_EQ(RuntimeConfig::GetStoreIdentifier(USER_ID, APP_ID, STORE_ID_0),