Home
last modified time | relevance | path

Searched refs:CreateTimer (Results 1 – 21 of 21) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp66 uint64_t ThermalTimer::CreateTimer(std::shared_ptr<ThermalTimerInfo>& timerInfo) in CreateTimer() function in OHOS::PowerMgr::ThermalTimer
69 timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); in CreateTimer()
/base/time/time_service/services/
Dtime_system_ability.h59 int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &obj,
61 …int32_t CreateTimer(TimerPara &paras, std::function<void(const uint64_t)> Callback, uint64_t &time…
Dtime_system_ability.cpp243 int32_t TimeSystemAbility::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemot… in CreateTimer() function in OHOS::MiscServices::TimeSystemAbility
277 …return timerManagerHandler_->CreateTimer(paras, callbackFunc, timerOptions->wantAgent, uid, timerI… in CreateTimer()
280 int32_t TimeSystemAbility::CreateTimer(TimerPara &paras, std::function<void(const uint64_t)> Callba… in CreateTimer() function in OHOS::MiscServices::TimeSystemAbility
291 return timerManagerHandler_->CreateTimer(paras, std::move(Callback), nullptr, 0, timerId); in CreateTimer()
/base/time/time_service/services/timer/include/
Dtimer_manager_interface.h54 virtual int32_t CreateTimer(TimerPara &paras,
Dtimer_manager.h36 int32_t CreateTimer(TimerPara &paras,
/base/time/time_service/framework/js/napi/system_timer/include/
Dnapi_system_timer.h57 static napi_value CreateTimer(napi_env env, napi_callback_info info);
/base/powermgr/thermal_manager/services/native/include/thermal_action/
Dthermal_timer.h55 uint64_t CreateTimer(std::shared_ptr<ThermalTimerInfo>& timerInfo);
/base/time/time_service/services/ipc/base/
Dtime_service_interface.h127 …virtual int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &…
/base/time/time_service/services/ipc/proxy/inner_api_include/
Dtime_service_proxy.h41 …int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &timerCal…
/base/time/time_service/test/unittest/service_test/src/
Dtime_dfx_test.cpp127 auto timerId1 = TimeServiceClient::GetInstance()->CreateTimer(timerInfo);
153 auto timerId1 = TimeServiceClient::GetInstance()->CreateTimer(timerInfo);
Dtime_service_test.cpp575 auto timerId1 = TimeServiceClient::GetInstance()->CreateTimer(timerInfo);
602 auto timerId1 = TimeServiceClient::GetInstance()->CreateTimer(timerInfo);
622 auto timerId1 = TimeServiceClient::GetInstance()->CreateTimer(timerInfo);
659 auto timerId1 = TimeServiceClient::GetInstance()->CreateTimer(timerInfo);
681 auto timerId1 = TimeServiceClient::GetInstance()->CreateTimer(nullptr);
Dtime_client_test.cpp515 uint64_t timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo);
/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/
Dtimetesttimer_fuzzer.cpp36 uint64_t timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); in FuzzTimeCreateTimer()
/base/time/time_service/interfaces/inner_api/include/
Dtime_service_client.h274 TIME_API uint64_t CreateTimer(std::shared_ptr<ITimerInfo> TimerInfo);
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp85 DECLARE_NAPI_STATIC_FUNCTION("createTimer", CreateTimer), in SystemTimerInit()
192 napi_value NapiSystemTimer::CreateTimer(napi_env env, napi_callback_info info) in CreateTimer() function in OHOS::MiscServices::Time::NapiSystemTimer
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp169 uint64_t TimeServiceClient::CreateTimer(std::shared_ptr<ITimerInfo> TimerOptions) in CreateTimer() function in OHOS::MiscServices::TimeServiceClient
204 auto errCode = proxy->CreateTimer(timerOptions, timerCallbackInfoObject, timerId); in CreateTimerV9()
/base/time/time_service/services/time/src/
Dntp_update_time.cpp113 TimeSystemAbility::GetInstance()->CreateTimer(timerPara, callback, timerId_); in Init()
/base/time/time_service/services/ipc/proxy/
Dtime_service_proxy.cpp55 int32_t TimeServiceProxy::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, in CreateTimer() function in OHOS::MiscServices::TimeServiceProxy
/base/time/time_service/services/ipc/stub/
Dtime_service_stub.cpp275 auto errCode = CreateTimer(timerOptions, obj, timerId); in OnCreateTimer()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp1313 … timerId_ = timer->CreateTimer(REMINDER_DATA_MANAGER->CreateTimerInfo(type, reminderRequest)); in StartTimer()
1326 …timerIdAlerting_ = timer->CreateTimer(REMINDER_DATA_MANAGER->CreateTimerInfo(type, reminderRequest… in StartTimer()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp84 int32_t TimerManager::CreateTimer(TimerPara &paras, in CreateTimer() function in OHOS::MiscServices::TimerManager