Searched refs:GetStoreIdentifier (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | runtime_config.h | 70 … 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 D | runtime_config.cpp | 155 std::string RuntimeConfig::GetStoreIdentifier(const std::string &userId, const std::string &appId, in GetStoreIdentifier() function in DistributedDB::RuntimeConfig
|
H A D | kv_store_delegate_manager.cpp | 617 return RuntimeConfig::GetStoreIdentifier(userId, appId, storeId, syncDualTupleMode); in GetKvStoreIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 240 return RuntimeConfig::GetStoreIdentifier(userId, appId, storeId, syncDualTupleMode); in GetRelationalStoreIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 855 EXPECT_EQ(RuntimeConfig::GetStoreIdentifier("", APP_ID, STORE_ID_0), ""); 858 EXPECT_EQ(RuntimeConfig::GetStoreIdentifier(USER_ID, APP_ID, STORE_ID_0),
|