Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_common_mock.cpp130 int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count) in GetNodeFromPcRestrictMap() function
132 return GetCommonInterface()->GetNodeFromPcRestrictMap(udidHash, count); in GetNodeFromPcRestrictMap()
H A Dauth_common_mock.h58 virtual int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count) = 0;
84 MOCK_METHOD2(GetNodeFromPcRestrictMap, int32_t (const char *, uint32_t *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_strategy_mock.cpp188 int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count) in GetNodeFromPcRestrictMap() function
190 return HeartBeatStrategyInterface()->GetNodeFromPcRestrictMap(udidHash, count); in GetNodeFromPcRestrictMap()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_strategy_mock.h68 virtual int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count) = 0;
105 MOCK_METHOD2(GetNodeFromPcRestrictMap, int32_t (const char *, uint32_t *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h205 int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp2095 int32_t ret = GetNodeFromPcRestrictMap(udidHash, &count);
2102 ret = GetNodeFromPcRestrictMap(udidHash, &count);
2104 ret = GetNodeFromPcRestrictMap(udidHash1, &count);
2106 ret = GetNodeFromPcRestrictMap(nullptr, &count);
2108 ret = GetNodeFromPcRestrictMap(udidHash, nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c343 …if (GetUdidHash(udid, peerUdidHash) == SOFTBUS_OK && GetNodeFromPcRestrictMap(peerUdidHash, &count… in DeletePcRestrictNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c678 if (GetNodeFromPcRestrictMap(extra->peerUdidHash, &count) == SOFTBUS_OK) { in DfxAddBleReportExtra()
835 if (GetNodeFromPcRestrictMap(peerUdidHash, &count) == SOFTBUS_OK) { in DeletePcRestrictNode()
H A Dlnn_net_builder.c1526 int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count) in GetNodeFromPcRestrictMap() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c674 if (GetNodeFromPcRestrictMap(udidHash, &count) == SOFTBUS_OK && count == PC_RESTRICT_TIME) { in HbAddAsyncProcessCallbackDelay()