Home
last modified time | relevance | path

Searched refs:ClientOnNodeStatusChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy.h41 int32_t ClientOnNodeStatusChanged(void *info, uint32_t infoTypeLen, int32_t type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp87 int32_t ClientOnNodeStatusChanged(void *info, uint32_t infoTypeLen, int32_t type) in ClientOnNodeStatusChanged() function
H A Dlnn_bus_center_ipc.cpp491 return ClientOnNodeStatusChanged(info, infoTypeLen, type); in LnnIpcNotifyNodeStatusChanged()