Searched refs:ServerIpcLeaveLNN (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_mock.cpp | 84 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() function 86 return GetBusCenterManagerInterface()->ServerIpcLeaveLNN(pkgName, networkId); in ServerIpcLeaveLNN()
|
H A D | client_bus_center_manager_mock.h | 44 virtual int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId); 66 MOCK_METHOD2(ServerIpcLeaveLNN, int32_t (const char *, const char *));
|
H A D | bus_center_server_test.cpp | 87 int32_t ret = ServerIpcLeaveLNN(pkgName, networkId); in HWTEST_F()
|
H A D | client_bus_center_manager_test.cpp | 141 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 D | bus_center_server_proxy.h | 42 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId);
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/ |
H A D | bus_center_server_proxy.c | 80 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() function
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy.cpp | 183 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() function
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/ |
H A D | bus_center_server_proxy.c | 437 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 D | client_bus_center_manager.c | 777 rc = ServerIpcLeaveLNN(pkgName, networkId); in LeaveLNNInner()
|
Completed in 7 milliseconds