/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/ |
H A D | softbus_state_callback.h | 25 virtual void DeleteOffLineTimer(std::string udidHash) = 0;
|
H A D | softbus_connector.h | 152 void DeleteOffLineTimer(std::string &udidHash);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstate_fuzzer/ |
H A D | softbus_connector_state_fuzzer.cpp | 35 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 D | dm_device_state_manager.h | 97 void DeleteOffLineTimer(std::string udidHash);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_connector.cpp | 696 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 D | device_manager_service_impl.cpp | 160 deviceStateMgr_->DeleteOffLineTimer(deviceId); in AuthenticateDevice() 193 deviceStateMgr_->DeleteOffLineTimer(udidHash); in BindDevice()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 558 void DeleteOffLineTimer(int32_t sessionId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 267 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 D | dm_auth_manager.cpp | 364 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 D | UTTest_softbus_connector.cpp | 45 void DeleteOffLineTimer(std::string udidHash) override {} in DeleteOffLineTimer() function in OHOS::DistributedHardware::SoftbusStateCallbackTest
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_first.cpp | 36 void DeleteOffLineTimer(std::string udidHash) {} in DeleteOffLineTimer() function in OHOS::DistributedHardware::SoftbusStateCallbackTest
|