Home
last modified time | relevance | path

Searched refs:NodeStatusType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h313 } NodeStatusType; typedef
492 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dcommon.cpp57 static void onDefNodeStatusChanged(NodeStatusType type, NodeStatus *status) in onDefNodeStatusChanged()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h58 static void OnDeviceScreenStatusChanged(NodeStatusType type, NodeStatus *status);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h253 void LnnNotifyNodeStatusChanged(NodeStatus *info, NodeStatusType type);
/ohos5.0/foundation/communication/dsoftbus/
H A DREADME_zh.md205 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // 设备运行状态变化事件回调
H A DREADME.md199 …void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // Called when the device ru…
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp192 void SoftbusListener::OnDeviceScreenStatusChanged(NodeStatusType type, NodeStatus *status) in OnDeviceScreenStatusChanged()
201 if (type != NodeStatusType::TYPE_SCREEN_STATUS) { in OnDeviceScreenStatusChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c437 void LnnNotifyNodeStatusChanged(NodeStatus *info, NodeStatusType type) in LnnNotifyNodeStatusChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp520 static void OnNodeStatusChangedCb(NodeStatusType type, NodeStatus *status) in OnNodeStatusChangedCb()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1194 item->cb.onNodeStatusChanged((NodeStatusType)type, nodeStatus); in LnnOnNodeStatusChanged()