Home
last modified time | relevance | path

Searched refs:CjErrorCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp33 if (innerCode != CjErrorCode::ERROR_OK) { in SetTime()
50 if (innerCode != CjErrorCode::ERROR_OK) { in getCurrentTime()
66 if (innerCode != CjErrorCode::ERROR_OK) { in getRealActiveTime()
82 if (innerCode != CjErrorCode::ERROR_OK) { in getRealTime()
110 if (innerCode != CjErrorCode::ERROR_OK) { in getTime()
126 if (innerCode != CjErrorCode::ERROR_OK) { in getUpTime()
136 if (innerCode != CjErrorCode::ERROR_OK) { in SetTimeZone()
170 if (innerCode != CjErrorCode::ERROR_OK) { in getTimezone()
/ohos5.0/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp238 result = CjErrorCode::CJ_ERROR_PERMISSION_NOT_EXIST; in GrantUserGrantedPermission()
271 result = CjErrorCode::CJ_ERROR_PERMISSION_NOT_EXIST; in RevokeUserGrantedPermission()
342 return CjErrorCode::CJ_ERROR_PARAM_INVALID; in UnregisterPermStateChangeCallback()
397 return CjErrorCode::CJ_ERROR_INNER; in StartServiceExtension()
608 asyncContext->result = CjErrorCode::CJ_ERROR_SYSTEM_CAPABILITY_NOT_SUPPORT; in CreateUIExtension()
609 return CjErrorCode::CJ_ERROR_SYSTEM_CAPABILITY_NOT_SUPPORT; in CreateUIExtension()
642 ret.code = CjErrorCode::CJ_ERROR_PARAM_ILLEGAL; in RequestPermissionsFromUser()
653 ret.code = CjErrorCode::CJ_ERROR_PARAM_INVALID; in RequestPermissionsFromUser()
/ohos5.0/base/time/time_service/framework/cj/include/
H A Dutils.h22 enum CjErrorCode : int { enum
/ohos5.0/base/security/access_token/interfaces/kits/cj/accesstoken/include/
H A Dat_manager_impl.h161 } CjErrorCode; typedef