Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp239 std::thread deviceOnLine([=]() { DeviceOnLine(dmDeviceInfo); }); in OnSoftbusDeviceOnline() local
240 int32_t ret = pthread_setname_np(deviceOnLine.native_handle(), DEVICE_ONLINE); in OnSoftbusDeviceOnline()
244 deviceOnLine.detach(); in OnSoftbusDeviceOnline()