Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_state_callback.h25 virtual void DeleteOffLineTimer(std::string udidHash) = 0;
H A Dsoftbus_connector.h152 void DeleteOffLineTimer(std::string &udidHash);
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstate_fuzzer/
H A Dsoftbus_connector_state_fuzzer.cpp35 void DeleteOffLineTimer(std::string udidHash) override {} in DeleteOffLineTimer() function in OHOS::DistributedHardware::SoftbusStateCallbackFuzzTest
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h97 void DeleteOffLineTimer(std::string udidHash);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp696 void SoftbusConnector::DeleteOffLineTimer(std::string &udidHash) in DeleteOffLineTimer() function in OHOS::DistributedHardware::SoftbusConnector
701 deviceStateManagerCallback_->DeleteOffLineTimer(udidHash); in DeleteOffLineTimer()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp160 deviceStateMgr_->DeleteOffLineTimer(deviceId); in AuthenticateDevice()
193 deviceStateMgr_->DeleteOffLineTimer(udidHash); in BindDevice()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h558 void DeleteOffLineTimer(int32_t sessionId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp267 void DmDeviceStateManager::DeleteOffLineTimer(std::string udidHash) in DeleteOffLineTimer() function in OHOS::DistributedHardware::DmDeviceStateManager
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp364 void DmAuthManager::DeleteOffLineTimer(int32_t sessionId) in DeleteOffLineTimer() function in OHOS::DistributedHardware::DmAuthManager
372 softbusConnector_->DeleteOffLineTimer(remoteUdidHash_); in DeleteOffLineTimer()
380 DeleteOffLineTimer(sessionId); in OnSessionOpened()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp45 void DeleteOffLineTimer(std::string udidHash) override {} in DeleteOffLineTimer() function in OHOS::DistributedHardware::SoftbusStateCallbackTest
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp36 void DeleteOffLineTimer(std::string udidHash) {} in DeleteOffLineTimer() function in OHOS::DistributedHardware::SoftbusStateCallbackTest