Home
last modified time | relevance | path

Searched refs:ServerIpcLeaveLNN (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp84 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() function
86 return GetBusCenterManagerInterface()->ServerIpcLeaveLNN(pkgName, networkId); in ServerIpcLeaveLNN()
H A Dclient_bus_center_manager_mock.h44 virtual int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId);
66 MOCK_METHOD2(ServerIpcLeaveLNN, int32_t (const char *, const char *));
H A Dbus_center_server_test.cpp87 int32_t ret = ServerIpcLeaveLNN(pkgName, networkId); in HWTEST_F()
H A Dclient_bus_center_manager_test.cpp141 EXPECT_CALL(busCentManagerMock, ServerIpcLeaveLNN(_, _)) in HWTEST_F()
493 EXPECT_CALL(busCentManagerMock, ServerIpcLeaveLNN(_, _)).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h42 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c80 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp183 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c437 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() function
445 LNN_LOGE(LNN_EVENT, "ServerIpcLeaveLNN g_serverProxy is nullptr!\n"); in ServerIpcLeaveLNN()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c777 rc = ServerIpcLeaveLNN(pkgName, networkId); in LeaveLNNInner()

Completed in 7 milliseconds