Home
last modified time | relevance | path

Searched refs:bootPhase (Results 1 - 6 of 6) sorted by relevance

/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp576 auto& saList = abilityPhaseMap_[saProfile.bootPhase]; in InitializeSaProfilesInnerLocked()
727 for (uint32_t bootPhase = BOOT_START; bootPhase <= OTHER_START; ++bootPhase) { in FindAndStartPhaseTasks()
728 auto iter = abilityPhaseMap_.find(bootPhase); in FindAndStartPhaseTasks()
731 InitializeRunOnCreateSaProfiles(bootPhase + 1); in FindAndStartPhaseTasks()
734 InitializeRunOnCreateSaProfiles(bootPhase + 1); in FindAndStartPhaseTasks()
738 for (uint32_t bootPhase = BOOT_START; bootPhase <= OTHER_START; ++bootPhase) { in FindAndStartPhaseTasks()
748 InitializeRunOnCreateSaProfiles(uint32_t bootPhase) InitializeRunOnCreateSaProfiles() argument
[all...]
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp137 void ParseUtil::OpenSo(uint32_t bootPhase) in OpenSo() argument
140 if (saProfile.runOnCreate && saProfile.bootPhase == bootPhase) { in OpenSo()
214 uint32_t ParseUtil::GetBootPriorityPara(const std::string& bootPhase) in GetBootPriorityPara() argument
216 if (bootPhase == BOOT_START_PHASE) { in GetBootPriorityPara()
218 } else if (bootPhase == CORE_START_PHASE) { in GetBootPriorityPara()
411 string bootPhase; in ParseSystemAbilityGetSaExtInfo() local
412 GetStringFromJson(systemAbilityJson, SA_TAG_BOOT_PHASE, bootPhase); in ParseSystemAbilityGetSaExtInfo()
413 saProfile.bootPhase = GetBootPriorityPara(bootPhase); in ParseSystemAbilityGetSaExtInfo()
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h34 void OpenSo(uint32_t bootPhase);
47 uint32_t GetBootPriorityPara(const std::string& bootPhase);
H A Dsa_profiles.h132 uint32_t bootPhase = 3; member
/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dlocal_ability_manager.h102 bool InitializeRunOnCreateSaProfiles(uint32_t bootPhase);
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_test.cpp820 saProfile.bootPhase = BOOTPHASE; in HWTEST_F()
840 saProfile.bootPhase = BOOTPHASE; in HWTEST_F()

Completed in 12 milliseconds