Searched refs:UpdateMainElement (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | resident_process_manager.cpp | 123 … UpdateMainElement(hapModuleInfo.bundleName, hapModuleInfo.name, mainElement, true, userId); in StartResidentProcessWithMainElement() 144 … UpdateMainElement(hapModuleInfo.bundleName, hapModuleInfo.name, mainElement, false, userId); in NotifyDisableResidentProcess() 149 void ResidentProcessManager::UpdateMainElement(const std::string &bundleName, const std::string &mo… in UpdateMainElement() function in OHOS::AAFwk::ResidentProcessManager
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | resident_process_manager.h | 81 void UpdateMainElement(const std::string &bundleName, const std::string &moduleName,
|