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/
Dtime_client_test.cpp364 ret = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
391 ret = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
439 errCode = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
474 errCode = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
524 auto codeDestroyTimer = TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
552 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
576 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
Dtime_service_test.cpp173 TimeServiceClient::GetInstance()->DestroyTimerV9(g_idleTimerId); in DestroyIdleTimer()
244 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
273 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
302 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
330 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
Dtime_dfx_test.cpp216 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/
Dtimetesttimer_fuzzer.cpp85 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in FuzzTimeDestroyTimerV9()
/base/time/time_service/interfaces/inner_api/include/
Dtime_service_client.h347 TIME_API int32_t DestroyTimerV9(uint64_t timerId);
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp261 int32_t errCode = DestroyTimerV9(timerId); in DestroyTimer()
268 int32_t TimeServiceClient::DestroyTimerV9(uint64_t timerId) in DestroyTimerV9() function in OHOS::MiscServices::TimeServiceClient
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp306 … auto innerCode = TimeServiceClient::GetInstance()->DestroyTimerV9(destroyTimerContext->timerId); in DestroyTimer()