Home
last modified time | relevance | path

Searched refs:TIMESERVICE_ERR_INTERNAL_ERROR (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_time_service.md32 …ode](#timeservice_errcode) {<br/>TIMESERVICE_ERR_OK = 0,<br/>TIMESERVICE_ERR_INTERNAL_ERROR = 1300…
76 | TIMESERVICE_ERR_INTERNAL_ERROR | 获取系统参数失败。 |
108 返回TIMESERVICE_ERR_INTERNAL_ERROR表示获取系统参数失败;
H A Dtime__service_8h.md31 …code) {<br/>[TIMESERVICE_ERR_OK](_time_service.md) = 0,<br/>[TIMESERVICE_ERR_INTERNAL_ERROR](_time…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_time_service.md32 …rCode](#timeservice_errcode) {<br>TIMESERVICE_ERR_OK = 0,<br>TIMESERVICE_ERR_INTERNAL_ERROR = 1300…
76 | TIMESERVICE_ERR_INTERNAL_ERROR | Fails to obtain system parameters.|
108 **TIMESERVICE_ERR_INTERNAL_ERROR**: The system parameters fail to be obtained.
H A Dtime__service_8h.md31 …rrcode) {<br>[TIMESERVICE_ERR_OK](_time_service.md) = 0,<br>[TIMESERVICE_ERR_INTERNAL_ERROR](_time…
/ohos5.0/base/time/time_service/interfaces/kits/c/include/
H A Dtime_service.h51 TIMESERVICE_ERR_INTERNAL_ERROR = 13000001, enumerator
/ohos5.0/base/time/time_service/interfaces/kits/c/src/
H A Dtime_service.c29 return TIMESERVICE_ERR_INTERNAL_ERROR; in OH_TimeService_GetTimeZone()