Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_record_manager.cpp27 const std::string IS_PRELOAD_UIEXTENSION_ABILITY = "ability.want.params.is_preload_uiextension_ability"; member
543 if (abilityRecord->GetWant().GetBoolParam(IS_PRELOAD_UIEXTENSION_ABILITY, false)) { in CreateExtensionRecord()
H A Dability_connect_manager.cpp53 const std::string IS_PRELOAD_UIEXTENSION_ABILITY = "ability.want.params.is_preload_uiextension_ability"; member
826 && !abilityRecord->GetWant().GetBoolParam(IS_PRELOAD_UIEXTENSION_ABILITY, false)) { in AttachAbilityThreadLocked()
1676 } else if (abilityRecord->GetWant().GetBoolParam(IS_PRELOAD_UIEXTENSION_ABILITY, false)) { in DispatchInactive()
1677 TAG_LOGD(AAFwkTag::ABILITYMGR, "IS_PRELOAD_UIEXTENSION_ABILITY"); in DispatchInactive()
3074 if (abilityRecord->GetWant().GetBoolParam(IS_PRELOAD_UIEXTENSION_ABILITY, false)) { in RemoveUIExtensionAbilityRecord()
3206 if (abilityRecord->GetWant().GetBoolParam(IS_PRELOAD_UIEXTENSION_ABILITY, false)) { in UpdateUIExtensionInfo()
H A Dability_manager_service.cpp173 constexpr const char* IS_PRELOAD_UIEXTENSION_ABILITY = "ability.want.params.is_preload_uiextension_ability"; member
2713 abilityRequest.want.SetParam(IS_PRELOAD_UIEXTENSION_ABILITY, true); in PreloadUIExtensionAbilityInner()

Completed in 31 milliseconds