Searched refs:LnnIpcServerLeave (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/ |
H A D | bus_center_ipc_test.cpp | 94 int32_t ret = LnnIpcServerLeave(nullptr, 0, nullptr); 96 ret = LnnIpcServerLeave(TEST_PKGNAME, 0, nullptr); 98 ret = LnnIpcServerLeave(TEST_PKGNAME, 0, TEST_NETWORK_ID); 100 ret = LnnIpcServerLeave(TEST_PKGNAME, 0, TEST_NETWORK_ID); 175 int32_t ret = LnnIpcServerLeave(nullptr, 0, nullptr); 197 int32_t ret = LnnIpcServerLeave(nullptr, 0, nullptr);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/ |
H A D | bus_center_server_proxy.c | 82 return LnnIpcServerLeave(pkgName, 0, networkId); in ServerIpcLeaveLNN()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/include/ |
H A D | lnn_bus_center_ipc.h | 32 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/ |
H A D | lnn_bus_center_ipc.c | 56 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId) in LnnIpcServerLeave() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/ |
H A D | lnn_bus_center_ipc.c | 242 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId) in LnnIpcServerLeave() function
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 192 return LnnIpcServerLeave(pkgName, (int32_t)callingPid, networkId); in LeaveLNN()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | lnn_bus_center_ipc.cpp | 204 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId) in LnnIpcServerLeave() function
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | bus_center_server_stub.c | 106 int32_t ret = LnnIpcServerLeave(pkgName, 0, networkId); in ServerLeaveLNN()
|