Home
last modified time | relevance | path

Searched refs:LnnIpcNotifyLeaveResult (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dbus_center_ipc_test.cpp152 int32_t ret = LnnIpcNotifyLeaveResult(nullptr, TEST_RET_CODE);
154 ret = LnnIpcNotifyLeaveResult(TEST_NETWORK_ID, TEST_RET_CODE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/include/
H A Dlnn_bus_center_ipc.h53 int32_t LnnIpcNotifyLeaveResult(const char *networkId, int32_t retCode);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c162 int32_t LnnIpcNotifyLeaveResult(const char *networkId, int32_t retCode) in LnnIpcNotifyLeaveResult() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c401 int32_t LnnIpcNotifyLeaveResult(const char *networkId, int32_t retCode) in LnnIpcNotifyLeaveResult() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp460 int32_t LnnIpcNotifyLeaveResult(const char *networkId, int32_t retCode) in LnnIpcNotifyLeaveResult() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c483 LnnIpcNotifyLeaveResult(networkId, retCode); in LnnNotifyLeaveResult()