Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstate_fuzzer/
H A Dsoftbus_connector_state_fuzzer.cpp51 softbusConnector->HandleDeviceOffline(str); in SoftBusConnectorStateFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h145 void HandleDeviceOffline(std::string deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp689 void SoftbusConnector::HandleDeviceOffline(std::string deviceId) in HandleDeviceOffline() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp931 softbusConnector->HandleDeviceOffline(deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2326 softbusConnector_->HandleDeviceOffline(deviceId); in DeleteAcl()