Searched refs:NodeStatusType (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 313 } NodeStatusType; typedef 492 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | common.cpp | 57 static void onDefNodeStatusChanged(NodeStatusType type, NodeStatus *status) in onDefNodeStatusChanged()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 58 static void OnDeviceScreenStatusChanged(NodeStatusType type, NodeStatus *status);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/ |
H A D | bus_center_event.h | 253 void LnnNotifyNodeStatusChanged(NodeStatus *info, NodeStatusType type);
|
/ohos5.0/foundation/communication/dsoftbus/ |
H A D | README_zh.md | 205 void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // 设备运行状态变化事件回调
|
H A D | README.md | 199 …void (*onNodeStatusChanged)(NodeStatusType type, NodeStatus *status); // Called when the device ru…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 192 void SoftbusListener::OnDeviceScreenStatusChanged(NodeStatusType type, NodeStatus *status) in OnDeviceScreenStatusChanged() 201 if (type != NodeStatusType::TYPE_SCREEN_STATUS) { in OnDeviceScreenStatusChanged()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 437 void LnnNotifyNodeStatusChanged(NodeStatus *info, NodeStatusType type) in LnnNotifyNodeStatusChanged()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_test.cpp | 520 static void OnNodeStatusChangedCb(NodeStatusType type, NodeStatus *status) in OnNodeStatusChangedCb()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 1194 item->cb.onNodeStatusChanged((NodeStatusType)type, nodeStatus); in LnnOnNodeStatusChanged()
|