Searched refs:CjErrorCode (Results 1 – 4 of 4) sorted by relevance
33 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()
238 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()
22 enum CjErrorCode : int { enum
161 } CjErrorCode; typedef