Searched refs:onNodeStatusChanged (Results 1 – 8 of 8) sorted by relevance
71 .onNodeStatusChanged = onDefNodeStatusChanged,
541 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb;570 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb;597 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb;
492 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); member
794 callback1->onNodeStatusChanged != callback2->onNodeStatusChanged) { in IsSameNodeStateCb()1191 … (item->cb.events & EVENT_NODE_STATUS_CHANGED) != 0 && item->cb.onNodeStatusChanged != NULL) { in LnnOnNodeStatusChanged()1194 item->cb.onNodeStatusChanged((NodeStatusType)type, nodeStatus); in LnnOnNodeStatusChanged()
205 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // 设备运行状态变化事件回调
199 …void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // Called when the device ru…
68 callback->onNodeStatusChanged == NULL) { in IsValidNodeStateCb()
124 .onNodeStatusChanged = SoftbusListener::OnDeviceScreenStatusChanged,