Home
last modified time | relevance | path

Searched refs:LnnIpcServerLeave (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dbus_center_ipc_test.cpp94 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 Dbus_center_server_proxy.c82 return LnnIpcServerLeave(pkgName, 0, networkId); in ServerIpcLeaveLNN()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/include/
H A Dlnn_bus_center_ipc.h32 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c56 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 Dlnn_bus_center_ipc.c242 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 Dsoftbus_server.cpp192 return LnnIpcServerLeave(pkgName, (int32_t)callingPid, networkId); in LeaveLNN()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp204 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 Dbus_center_server_stub.c106 int32_t ret = LnnIpcServerLeave(pkgName, 0, networkId); in ServerLeaveLNN()