Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h53 static void DeviceOffLine(DmDeviceInfo deviceInfo);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp139 void SoftbusListener::DeviceOffLine(DmDeviceInfo deviceInfo) in DeviceOffLine() function in OHOS::DistributedHardware::SoftbusListener
285 ffrt::submit([=]() { DeviceOffLine(dmDeviceInfo); }); in OnSoftbusDeviceOffline()
287 std::thread deviceOffLine([=]() { DeviceOffLine(dmDeviceInfo); }); in OnSoftbusDeviceOffline()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp138 softbusListener->DeviceOffLine(deviceInf);