Home
last modified time | relevance | path

Searched refs:stopRet (Results 1 - 2 of 2) sorted by relevance

/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp354 auto stopRet = proxy->StopTimer(timerId); in StopTimerV9() local
355 if (stopRet != 0) { in StopTimerV9()
356 TIME_HILOGE(TIME_MODULE_CLIENT, "stop timer failed: %{public}d", stopRet); in StopTimerV9()
357 return stopRet; in StopTimerV9()
364 return stopRet; in StopTimerV9()
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp1079 auto stopRet = TimeServiceClient::GetInstance()->StopTimerV9(timerId); in HWTEST_F() local
1080 EXPECT_EQ(stopRet, TimeError::E_TIME_OK); in HWTEST_F()

Completed in 4 milliseconds