Home
last modified time | relevance | path

Searched refs:DeviceOnLine (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h52 static void DeviceOnLine(DmDeviceInfo deviceInfo);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp133 void SoftbusListener::DeviceOnLine(DmDeviceInfo deviceInfo) in DeviceOnLine() function in OHOS::DistributedHardware::SoftbusListener
237 ffrt::submit([=]() { DeviceOnLine(dmDeviceInfo); }); in OnSoftbusDeviceOnline()
239 std::thread deviceOnLine([=]() { DeviceOnLine(dmDeviceInfo); }); in OnSoftbusDeviceOnline()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp136 softbusListener->DeviceOnLine(deviceInf);