Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/interfaces/kits/bus_center/
Dsoftbus_bus_center.h301 } NodeStatusType; typedef
464 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status);
/foundation/communication/dsoftbus/
DREADME_zh.md195 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // 设备运行状态变化事件回调
DREADME.md188 …void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // Called when the device ru…
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Dsoftbus_adapter_standard.cpp78 void OnCareEvent(NodeStatusType type, NodeStatus *status) in OnCareEvent()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
Dclient_bus_center_manager_test.cpp522 static void OnNodeStatusChangedCb(NodeStatusType type, NodeStatus *status) in OnNodeStatusChangedCb()