Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp474 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
605 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
627 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
651 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
675 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
702 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
729 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
756 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
831 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
862 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
[all …]
H A Dtime_service_test.cpp202 TimeServiceClient::GetInstance()->DestroyTimerV9(g_idleTimerId); in DestroyIdleTimer()
361 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
390 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
419 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
447 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
H A Dtime_dfx_test.cpp213 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId);
/ohos5.0/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A Dtimetesttimer_fuzzer.cpp85 TimeServiceClient::GetInstance()->DestroyTimerV9(timerId); in FuzzTimeDestroyTimerV9()
/ohos5.0/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_client.h362 TIME_API int32_t DestroyTimerV9(uint64_t timerId);
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp378 int32_t errCode = DestroyTimerV9(timerId); in DestroyTimer()
385 int32_t TimeServiceClient::DestroyTimerV9(uint64_t timerId) in DestroyTimerV9() function in OHOS::MiscServices::TimeServiceClient
/ohos5.0/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()