Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp251 uint64_t TimeServiceClient::CreateTimer(std::shared_ptr<ITimerInfo> timerOptions) in CreateTimer()
266 int32_t TimeServiceClient::CreateTimerV9(std::shared_ptr<ITimerInfo> timerOptions, uint64_t &timerI… in CreateTimerV9()
/ohos5.0/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp56 int32_t TimeServiceProxy::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, in CreateTimer()
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp291 void TimeSystemAbility::ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &… in ParseTimerPara()
320 int32_t TimeSystemAbility::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemot… in CreateTimer()
/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp218 auto timerOptions = std::make_shared<SimpleTimerInfo>(); in OnCreateTimer() local