Home
last modified time | relevance | path

Searched refs:onNodeStatusChanged (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dcommon.cpp71 .onNodeStatusChanged = onDefNodeStatusChanged,
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h288 * @brief Defines the running status about a device. see {@link INodeStateCb.onNodeStatusChanged}
302 * @brief Enumerates device information change types. For details, see {@link INodeStateCb.onNodeStatusChanged}.
505 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); member
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp541 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb; in HWTEST_F()
570 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb; in HWTEST_F()
597 callBcak.onNodeStatusChanged = OnNodeStatusChangedCb; in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c808 callback1->onNodeStatusChanged != callback2->onNodeStatusChanged) { in IsSameNodeStateCb()
1226 (item->cb.events & EVENT_NODE_STATUS_CHANGED) != 0 && item->cb.onNodeStatusChanged != NULL) { in LnnOnNodeStatusChanged()
1229 item->cb.onNodeStatusChanged((NodeStatusType)type, nodeStatus); in LnnOnNodeStatusChanged()
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c69 callback->onNodeStatusChanged == NULL) { in IsValidNodeStateCb()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp123 .onNodeStatusChanged = SoftbusListener::OnDeviceScreenStatusChanged,

Completed in 8 milliseconds