Home
last modified time | relevance | path

Searched refs:Utils (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_timer_handler.cpp38 handlerTimer_ = std::make_unique<OHOS::Utils::Timer>(RUNNINGLOCK_TIMER_HANDLER_NAME); in RegisterRunningLockTimer()
45 if (lastTimerId != OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in RegisterRunningLockTimer()
50 if (curTimerId == OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in RegisterRunningLockTimer()
52 if (lastTimerId != OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in RegisterRunningLockTimer()
66 if (timerId != OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in UnregisterRunningLockTimer()
76 uint32_t timerId = OHOS::Utils::TIMER_ERR_DEAL_FAILED; in GetRunningLockTimerId()
H A Drunning_lock_timer_handler.h43 std::unique_ptr<OHOS::Utils::Timer> handlerTimer_;
/drivers/peripheral/intelligent_voice/utils/
H A Dscope_guard.h22 namespace Utils { namespace
89 auto __onScopeGuardExit__ = OHOS::IntelligentVoice::Utils::ScopeGuardOnExit() + [&]()
98 auto variable_name = OHOS::IntelligentVoice::Utils::ScopeGuardOnExit() + [&]()
H A Dmemory_guard.h20 namespace Utils { namespace
H A Dmemory_guard.cpp25 namespace Utils { namespace
/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/
H A Detx_device_mgr.h62 Utils::Timer unloadSelftimer_ {"unLoadSelfTimer"};
/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_adapter_impl.cpp27 using namespace OHOS::IntelligentVoice::Utils;
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Detx_device_mgr.cpp403 if (auto ret = unloadSelftimer_.Setup(); ret != Utils::TIMER_ERR_OK) { in UnLoadSelf()

Completed in 3 milliseconds