Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h206 int32_t UpdateNodeFromPcRestrictMap(const char *udidHash);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp2097 ret = UpdateNodeFromPcRestrictMap(udidHash);
2110 ret = UpdateNodeFromPcRestrictMap(udidHash);
2112 ret = UpdateNodeFromPcRestrictMap(udidHash1);
2114 ret = UpdateNodeFromPcRestrictMap(nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c1546 int32_t UpdateNodeFromPcRestrictMap(const char *udidHash) in UpdateNodeFromPcRestrictMap() function
H A Dlnn_connection_fsm.c679 UpdateNodeFromPcRestrictMap(extra->peerUdidHash); in DfxAddBleReportExtra()