Home
last modified time | relevance | path

Searched full:timer_id (Results 1 – 4 of 4) sorted by relevance

/base/time/time_service/test/unittest/service_test/src/
Dtime_service_test.cpp60 const uint64_t TIMER_ID = 88888; variable
1253 auto timerId1 = TIMER_ID;
1276 TIMER_ID,
1290 auto it = map.find(TIMER_ID);
1317 TimerManager::GetInstance()->DestroyTimer(TIMER_ID);
1319 TimerEntry{"", TIMER_ID, 0, 0, 0, 0, false, nullptr, nullptr, UID, PID, "bundleName"});
1320 TimerManager::GetInstance()->ReCreateTimer(TIMER_ID, entry);
1328 auto res = TimerManager::GetInstance()->StartTimer(TIMER_ID, 0);
1345 res = TimerManager::GetInstance()->StartTimer(TIMER_ID, 0);
1357 TimerManager::GetInstance()->DestroyTimer(TIMER_ID);
[all …]
Dtime_proxy_test.cpp31 const uint64_t TIMER_ID = 88887; variable
606 …auto timerInfo = std::make_shared<TimerInfo>("", TIMER_ID, 0, duration, timePoint, duration, timeP…
/base/time/time_service/
Dhisysevent.yaml45 TIMER_ID: {type: UINT32, desc: timer id}
/base/time/time_service/services/dfx/src/
Dtime_sysevent.cpp100 … {"TIMER_ID", HISYSEVENT_UINT32, {.ui32 = timer->id}, 0}, in TimerBehaviorReport()