Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp365 std::thread deviceNotTrust([=]() { DeviceNotTrust(softbusMsg); }); in OnDeviceNotTrusted() local
366 int32_t ret = pthread_setname_np(deviceNotTrust.native_handle(), DEVICE_NOT_TRUST); in OnDeviceNotTrusted()
370 deviceNotTrust.detach(); in OnDeviceNotTrusted()