Home
last modified time | relevance | path

Searched refs:timerId2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/
H A Dffrtutils_fuzzer.cpp148 string timerId2 = "TimerMultiSetAndCancel2"; in FuzzFfRTTimerMultiSetAndCancel() local
154 ffrtTimer.SetTimer(timerId2, task1, delayMs); in FuzzFfRTTimerMultiSetAndCancel()
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp781 uint64_t timerId2; variable
786 auto errCode2 = TimeServiceClient::GetInstance()->CreateTimerV9(timerInfo2, timerId2);
790 TimeServiceClient::GetInstance()->StartTimerV9(timerId2, triggerTime2 + FIVE_HUNDRED);
800 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId2);
918 uint64_t timerId2; variable
923 auto errCode2 = TimeServiceClient::GetInstance()->CreateTimerV9(timerInfo2, timerId2);
925 EXPECT_NE(timerId2, 0);
927 TimeServiceClient::GetInstance()->StartTimerV9(timerId2, triggerTime2 + FIVE_HUNDRED);
943 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId2);
H A Dtime_service_test.cpp1433 uint64_t timerId2 = TIMER_ID + 1; variable
1440 it = map.find(timerId2);
1460 insertValues2.PutLong("timerId", timerId2);
1477 it = map.find(timerId2);
1485 rdbPredicatesDelete2.EqualTo("timerId", static_cast<int64_t>(timerId2));
1497 uint64_t timerId2 = TIMER_ID + 1; variable
1516 insertValues2.PutLong("timerId", timerId2);
1535 rdbPredicatesDelete2.EqualTo("timerId", static_cast<int64_t>(timerId2));
H A Dtime_proxy_test.cpp688 uint64_t timerId2 = 0; variable
706 wantAgent, uid2, pid, timerId2, NOT_STORE);
711 ret = timerManagerHandler_->StartTimer(timerId2, triggerTime);