Home
last modified time | relevance | path

Searched refs:NOT_SYSTEM_APP (Results 1 - 11 of 11) sorted by relevance

/base/update/updateservice/foundations/model/include/
H A Dcall_result.h27 NOT_SYSTEM_APP = 202, member in OHOS::UpdateEngine::CallResult
49 constexpr int32_t INT_NOT_SYSTEM_APP = CAST_INT(CallResult::NOT_SYSTEM_APP);
/base/global/i18n/frameworks/intl/include/
H A Di18n_types.h41 NOT_SYSTEM_APP = 18 enumerator
/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp52 status = I18nErrorCode::NOT_SYSTEM_APP; in GetLanguageInfoArray()
99 status = I18nErrorCode::NOT_SYSTEM_APP; in GetCountryInfoArray()
169 status = I18nErrorCode::NOT_SYSTEM_APP; in GetTimezoneCityInfoArray()
/base/security/certificate_manager/interfaces/kits/napi/include/dialog/
H A Dcm_napi_dialog_common.h75 NOT_SYSTEM_APP = 202, enumerator
/base/global/i18n/interfaces/js/kits/src/
H A Dsystem_locale_manager_addon.cpp138 if (err == I18nErrorCode::NOT_SYSTEM_APP) { in GetLanguageInfoArray()
176 if (err == I18nErrorCode::NOT_SYSTEM_APP) { in GetCountryInfoArray()
188 if (err == I18nErrorCode::NOT_SYSTEM_APP) { in GetTimeZoneCityInfoArray()
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi.cpp44 AddInt32Property(env, errorCode, "CM_ERROR_NOT_SYSTEM_APP", NOT_SYSTEM_APP); in AddCMErrorCodePart()
H A Dcm_napi_common.cpp46 { CMR_ERROR_NOT_SYSTEMP_APP, NOT_SYSTEM_APP },
/base/security/certificate_manager/interfaces/kits/napi/include/
H A Dcm_napi_common.h155 NOT_SYSTEM_APP = 202, enumerator
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp51 static constexpr const char *NOT_SYSTEM_APP = "permission verification failed, application which is not a system " member
66 { ExceptionErrorCode::E_NOT_SYSTEM_APP, NOT_SYSTEM_APP }
/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_common_utils.cpp227 CallResult errCode = CallResult::NOT_SYSTEM_APP; in NapiThrowNotSystemAppError()
353 return callResult == CallResult::UN_SUPPORT || callResult == CallResult::NOT_SYSTEM_APP || in IsCommonError()
/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp67 static constexpr const char *NOT_SYSTEM_APP = "permission verification failed, application which is not a system " member
75 { E_NOT_SYSTEM_APP, NOT_SYSTEM_APP } };

Completed in 8 milliseconds