Home
last modified time | relevance | path

Searched refs:AddLeaveLNNInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dbus_center_ipc_test.cpp150 AddLeaveLNNInfo(TEST_PKGNAME, 0, TEST_NETWORK_ID);
151 AddLeaveLNNInfo(TEST_PKGNAME2, 0, TEST_NETWORK_ID);
190 AddLeaveLNNInfo(TEST_PKGNAME, 0, TEST_NETWORK_ID);
191 AddLeaveLNNInfo(TEST_PKGNAME2, 0, TEST_NETWORK_ID);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c167 static int32_t AddLeaveLNNInfo(const char *pkgName, const char *networkId) in AddLeaveLNNInfo() function
267 ret = AddLeaveLNNInfo(pkgName, networkId); in LnnIpcServerLeave()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp121 static int32_t AddLeaveLNNInfo(const char *pkgName, int32_t callingPid, const char *networkId) in AddLeaveLNNInfo() function
217 ret = AddLeaveLNNInfo(pkgName, callingPid, networkId); in LnnIpcServerLeave()