Home
last modified time | relevance | path

Searched refs:DeletePcNodeInfo (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.h195 bool DeletePcNodeInfo(const char *peerUdid);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp1934 bool ret = DeletePcNodeInfo(peerUdid);
1939 ret = DeletePcNodeInfo(peerUdid);
1943 ret = DeletePcNodeInfo(peerUdid);
1949 ret = DeletePcNodeInfo(peerUdid);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c608 if (DeletePcNodeInfo(peerUdid)) { in OnDeviceNotTrusted()
H A Dlnn_net_builder.c576 bool DeletePcNodeInfo(const char *peerUdid) in DeletePcNodeInfo() function