Home
last modified time | relevance | path

Searched refs:AddFailedResidentAbility (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/
H A Dresident_process_manager_test.cpp141 * Function: AddFailedResidentAbility
143 * FunctionPoints:ResidentProcessManager AddFailedResidentAbility
145 * CaseDescription: Verify AddFailedResidentAbility
155 manager->AddFailedResidentAbility(bundleName, callerName, 0); in HWTEST_F()
158 manager->AddFailedResidentAbility(bundleName, callerName, 0); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/resident_process/
H A Dresident_process_manager.h100 void AddFailedResidentAbility(const std::string &bundleName, const std::string &abilityName, int32_t userId);
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp104 AddFailedResidentAbility(hapModuleInfo.bundleName, mainElement, userId); in StartResidentProcessWithMainElement()
346 void ResidentProcessManager::AddFailedResidentAbility(const std::string &bundleName, in AddFailedResidentAbility() function in OHOS::AAFwk::ResidentProcessManager

Completed in 2 milliseconds