Searched refs:softbusMsg (Results 1 – 1 of 1) sorted by relevance
361 std::string softbusMsg = std::string(msg); in OnDeviceNotTrusted() local363 ffrt::submit([=]() { DeviceNotTrust(softbusMsg); }); in OnDeviceNotTrusted()365 std::thread deviceNotTrust([=]() { DeviceNotTrust(softbusMsg); }); in OnDeviceNotTrusted()