Home
last modified time | relevance | path

Searched refs:onNodeStatusChanged (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dcommon.cpp71 .onNodeStatusChanged = onDefNodeStatusChanged,
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp541 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb;
570 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb;
597 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb;
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h492 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); member
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c794 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()
/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/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c68 callback->onNodeStatusChanged == NULL) { in IsValidNodeStateCb()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp124 .onNodeStatusChanged = SoftbusListener::OnDeviceScreenStatusChanged,