Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_errors.h507 ERR_NO_RESIDENT_PERMISSION, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/
H A Dresident_process_manager_test.cpp273 …_EQ(manager->SetResidentProcessEnabled(bundleName, callerName, false), ERR_NO_RESIDENT_PERMISSION);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_business_error/
H A Dability_business_error.cpp213 {ERR_NO_RESIDENT_PERMISSION, AbilityErrorCode::ERROR_CODE_NO_RESIDENT_PERMISSION},
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dresident_process_manager.cpp227 return ERR_NO_RESIDENT_PERMISSION; in SetResidentProcessEnabled()