Home
last modified time | relevance | path

Searched refs:DestroyTimerV9 (Results 1 - 7 of 7) sorted by relevance

/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp428 ret = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
453 ret = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
474 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
498 errCode = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
531 errCode = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
578 auto codeDestroyTimer = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
604 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
626 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
650 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
674 TimeServiceClient::GetInstance()->DestroyTimerV9(timerI in HWTEST_F()
[all...]
H A Dtime_service_test.cpp204 TimeServiceClient::GetInstance()->DestroyTimerV9(g_idleTimerId); in DestroyIdleTimer()
380 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
409 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
437 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
466 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
H A Dtime_dfx_test.cpp213 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in HWTEST_F()
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A Dtimetesttimer_fuzzer.cpp85 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in FuzzTimeDestroyTimerV9()
/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_client.h362 TIME_API int32_t DestroyTimerV9(uint64_t timerId);
/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp369 int32_t errCode = DestroyTimerV9(timerId); in DestroyTimer()
376 int32_t TimeServiceClient::DestroyTimerV9(uint64_t timerId) in DestroyTimerV9() function in OHOS::MiscServices::TimeServiceClient
/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp334 auto innerCode = TimeServiceClient::GetInstance()->DestroyTimerV9(destroyTimerContext->timerId); in DestroyTimer()

Completed in 7 milliseconds