Searched refs:DeviceOnLine (Results 1 – 3 of 3) sorted by relevance
52 static void DeviceOnLine(DmDeviceInfo deviceInfo);
133 void SoftbusListener::DeviceOnLine(DmDeviceInfo deviceInfo) in DeviceOnLine() function in OHOS::DistributedHardware::SoftbusListener237 ffrt::submit([=]() { DeviceOnLine(dmDeviceInfo); }); in OnSoftbusDeviceOnline()239 std::thread deviceOnLine([=]() { DeviceOnLine(dmDeviceInfo); }); in OnSoftbusDeviceOnline()
136 softbusListener->DeviceOnLine(deviceInf);