Home
last modified time | relevance | path

Searched defs:timerOptions (Results 1 – 4 of 4) sorted by relevance

/base/time/time_service/services/
Dtime_system_ability.cpp213 void TimeSystemAbility::ParseTimerPara(std::shared_ptr<ITimerInfo> timerOptions, TimerPara &paras) in ParseTimerPara()
233 int32_t TimeSystemAbility::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemot… in CreateTimer()
/base/time/time_service/services/ipc/stub/
Dtime_service_stub.cpp269 auto timerOptions = std::make_shared<SimpleTimerInfo>(); in OnCreateTimer() local
/base/time/time_service/services/ipc/proxy/
Dtime_service_proxy.cpp54 int32_t TimeServiceProxy::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, in CreateTimer()
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp181 int32_t TimeServiceClient::CreateTimerV9(std::shared_ptr<ITimerInfo> timerOptions, uint64_t &timerI… in CreateTimerV9()