Home
last modified time | relevance | path

Searched defs:triggerTime (Results 1 – 14 of 14) sorted by relevance

/base/time/time_service/test/unittest/service_test/src/
Dtime_proxy_test.cpp90 uint64_t triggerTime = 10000000 + nowElapsed; variable
131 uint64_t triggerTime = 10000000 + nowElapsed; variable
167 uint64_t triggerTime = 10000000 + nowElapsed; variable
234 uint64_t triggerTime = 10000000 + nowElapsed; variable
Dtime_client_test.cpp550 auto triggerTime = TimeServiceClient::GetInstance()->GetWallTimeMs(); variable
575 auto triggerTime = TimeServiceClient::GetInstance()->GetWallTimeMs(); variable
600 auto triggerTime = TimeServiceClient::GetInstance()->GetWallTimeMs(); variable
625 auto triggerTime = TimeServiceClient::GetInstance()->GetWallTimeMs(); variable
649 auto triggerTime = TimeServiceClient::GetInstance()->GetWallTimeMs(); variable
677 auto triggerTime = TimeServiceClient::GetInstance()->GetWallTimeMs(); variable
/base/time/time_service/services/dfx/src/
Dtime_sysevent.cpp27 void StatisticReporter(int32_t callerPid, int32_t callerUid, int32_t type, int64_t triggerTime, uin… in StatisticReporter()
/base/time/time_service/test/fuzztest/timeservice_fuzzer/common/
Dtime_service_fuzz_utils.cpp45 int64_t triggerTime = 0; in SetTimer() local
/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp77 bool ThermalTimer::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h241 InnerEvent::TimePoint triggerTime; member
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp215 bool TimeServiceClient::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
224 int32_t TimeServiceClient::StartTimerV9(uint64_t timerId, uint64_t triggerTime) in StartTimerV9()
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp266 uint64_t triggerTime = 0; in StartTimer() member
277 int64_t triggerTime = 0; in StartTimer() local
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp942 uint64_t triggerTime = reminder->GetTriggerTimeInMilli(); in ShowActiveReminderExtendLocked() local
1599 uint64_t triggerTime = 0; in StartTimer() local
1633 uint64_t triggerTime = 0; in HandleTriggerTimeInner() local
1645 uint64_t triggerTime = 0; in HandleAlertingTimeInner() local
/base/time/time_service/services/ipc/proxy/
Dtime_service_proxy.cpp99 int32_t TimeServiceProxy::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
/base/time/time_service/services/ipc/stub/
Dtime_service_stub.cpp296 auto triggerTime = data.ReadUint64(); in OnStartTimer() local
/base/time/time_service/services/
Dtime_system_ability.cpp285 int64_t triggerTime = 0; in CreateTimer() local
318 int32_t TimeSystemAbility::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1865 time_t triggerTime = nextTriggerTime; in GetTriggerTimeWithDST() local
1919 time_t triggerTime = GetTriggerTimeWithDST(now, nextTriggerTime); in GetTriggerTime() local
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp122 int32_t TimerManager::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()