Home
last modified time | relevance | path

Searched refs:LnnIpcNotifyOnlineState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/include/
H A Dlnn_bus_center_ipc.h54 int32_t LnnIpcNotifyOnlineState(bool isOnline, void *info, uint32_t infoTypeLen);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c167 int32_t LnnIpcNotifyOnlineState(bool isOnline, void *info, uint32_t infoTypeLen) in LnnIpcNotifyOnlineState() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c428 int32_t LnnIpcNotifyOnlineState(bool isOnline, void *info, uint32_t infoTypeLen) in LnnIpcNotifyOnlineState() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp479 int32_t LnnIpcNotifyOnlineState(bool isOnline, void *info, uint32_t infoTypeLen) in LnnIpcNotifyOnlineState() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c107 LnnIpcNotifyOnlineState(isOnline, msg->obj, sizeof(NodeBasicInfo)); in HandleOnlineStateChangedMessage()