Home
last modified time | relevance | path

Searched refs:SYSTEM_APP_ERROR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/time/time_service/framework/cj/include/
H A Dutils.h26 SYSTEM_APP_ERROR = 202, enumerator
/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h105 SYSTEM_APP_ERROR = 202, enumerator
120 …{ JsErrorCode::SYSTEM_APP_ERROR, "Permission verification failed. A non-system application calls a…
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp32 return JsErrorCode::SYSTEM_APP_ERROR; in ConvertErrorCode()