Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp361 std::string softbusMsg = std::string(msg); in OnDeviceNotTrusted() local
363 ffrt::submit([=]() { DeviceNotTrust(softbusMsg); }); in OnDeviceNotTrusted()
365 std::thread deviceNotTrust([=]() { DeviceNotTrust(softbusMsg); }); in OnDeviceNotTrusted()