Home
last modified time | relevance | path

Searched defs:bootPhase (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp135 void ParseUtil::OpenSo(uint32_t bootPhase) in OpenSo()
212 uint32_t ParseUtil::GetBootPriorityPara(const std::string& bootPhase) in GetBootPriorityPara()
409 string bootPhase; in ParseSystemAbilityGetSaExtInfo() local
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp714 for (uint32_t bootPhase = BOOT_START; bootPhase <= OTHER_START; ++bootPhase) { in FindAndStartPhaseTasks() local
725 for (uint32_t bootPhase = BOOT_START; bootPhase <= OTHER_START; ++bootPhase) { in FindAndStartPhaseTasks() local
735 bool LocalAbilityManager::InitializeRunOnCreateSaProfiles(uint32_t bootPhase) in InitializeRunOnCreateSaProfiles()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h129 uint32_t bootPhase = 3; member