Home
last modified time | relevance | path

Searched refs:NodeStatus (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/interfaces/kits/bus_center/
Dsoftbus_bus_center.h266 } NodeStatus; typedef
418 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status);
/foundation/communication/dsoftbus/
DREADME_zh.md194 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // 设备运行状态变化事件回调
DREADME.md193 …void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // Called when the device st…
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Dsoftbus_adapter_standard.cpp92 void OnCareEvent(NodeStatusType type, NodeStatus *status) in OnCareEvent()