Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_service.cpp64 return QUICK_FIX_NOT_SYSTEM_APP; in ApplyQuickFix()
95 return QUICK_FIX_NOT_SYSTEM_APP; in GetApplyedQuickFixInfo()
127 return QUICK_FIX_NOT_SYSTEM_APP; in RevokeQuickFix()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/include/
H A Dquick_fix_error_utils.h45 QUICK_FIX_NOT_SYSTEM_APP = 20, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_error_utils.cpp32 { QUICK_FIX_NOT_SYSTEM_APP, ERR_QUICKFIX_NOT_SYSTEM_APP },