Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h140 static std::string GenerateHashLabel(const DBInfo &dbInfo);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp291 std::string label = DBCommon::GenerateHashLabel(dbInfo); in TriggerLabelExchangeEvent()
H A Dcommunicator_aggregator.cpp881 std::string label = DBCommon::GenerateHashLabel(dbInfo); in OnRemoteDBStatusChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp740 std::string DBCommon::GenerateHashLabel(const DBInfo &dbInfo) in GenerateHashLabel() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp882 std::string label = DBCommon::GenerateHashLabel(dbInfo); in InitCommunicator()