Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddb_properties.cpp87 …tring dualIdentifier = DBCommon::TransferHashString(DBCommon::GenerateDualTupleIdentifierId(storeI… in SetIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h70 …static std::string GenerateDualTupleIdentifierId(const std::string &storeId, const std::string &ap…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp599 …tring dualIdentifier = DBCommon::TransferHashString(DBCommon::GenerateDualTupleIdentifierId(storeI… in DisableKvStoreAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp314 std::string DBCommon::GenerateDualTupleIdentifierId(const std::string &storeId, const std::string &… in GenerateDualTupleIdentifierId() function in DistributedDB::DBCommon