Searched refs:NOT_SYSTEM_APP (Results 1 - 11 of 11) sorted by relevance
/base/update/updateservice/foundations/model/include/ |
H A D | call_result.h | 27 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 D | i18n_types.h | 41 NOT_SYSTEM_APP = 18 enumerator
|
/base/global/i18n/frameworks/intl/src/ |
H A D | system_locale_manager.cpp | 52 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 D | cm_napi_dialog_common.h | 75 NOT_SYSTEM_APP = 202, enumerator
|
/base/global/i18n/interfaces/js/kits/src/ |
H A D | system_locale_manager_addon.cpp | 138 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 D | cm_napi.cpp | 44 AddInt32Property(env, errorCode, "CM_ERROR_NOT_SYSTEM_APP", NOT_SYSTEM_APP); in AddCMErrorCodePart()
|
H A D | cm_napi_common.cpp | 46 { CMR_ERROR_NOT_SYSTEMP_APP, NOT_SYSTEM_APP },
|
/base/security/certificate_manager/interfaces/kits/napi/include/ |
H A D | cm_napi_common.h | 155 NOT_SYSTEM_APP = 202, enumerator
|
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_impl.cpp | 51 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 D | napi_common_utils.cpp | 227 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 D | napi_utils.cpp | 67 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