Searched refs:GetNodeFromPcRestrictMap (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_common_mock.cpp | 130 int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count) in GetNodeFromPcRestrictMap() function 132 return GetCommonInterface()->GetNodeFromPcRestrictMap(udidHash, count); in GetNodeFromPcRestrictMap()
|
H A D | auth_common_mock.h | 58 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 D | hb_strategy_mock.cpp | 188 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 D | hb_strategy_mock.h | 68 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 D | lnn_net_builder.h | 205 int32_t GetNodeFromPcRestrictMap(const char *udidHash, uint32_t *count);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock_test.cpp | 2095 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 D | auth_hichain.c | 343 …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 D | lnn_connection_fsm.c | 678 if (GetNodeFromPcRestrictMap(extra->peerUdidHash, &count) == SOFTBUS_OK) { in DfxAddBleReportExtra() 835 if (GetNodeFromPcRestrictMap(peerUdidHash, &count) == SOFTBUS_OK) { in DeletePcRestrictNode()
|
H A D | lnn_net_builder.c | 1526 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 D | lnn_heartbeat_medium_mgr.c | 674 if (GetNodeFromPcRestrictMap(udidHash, &count) == SOFTBUS_OK && count == PC_RESTRICT_TIME) { in HbAddAsyncProcessCallbackDelay()
|