Searched refs:IsStageBasedModel (Results 1 – 11 of 11) sorted by relevance
61 bool IsStageBasedModel(std::string abilityName);
222 bool AbilityImpl::IsStageBasedModel() const in IsStageBasedModel() function in OHOS::AppExecFwk::AbilityImpl620 if (owner == nullptr || !owner->IsStageBasedModel()) { in AfterForeground()656 if (owner && !owner->IsStageBasedModel()) { in AfterBackground()705 if (owner == nullptr || !owner->IsStageBasedModel()) { in ForegroundFailed()
1382 if (abilityImpl_->IsStageBasedModel()) { in CreateAbilityName()
71 bool IsStageBasedModel(std::string abilityName);
130 bool BaseExtractor::IsStageBasedModel(std::string abilityName) in IsStageBasedModel() function in OHOS::AppExecFwk::BaseExtractor
137 info.second.isStageBasedModel = bundleExtractor.IsStageBasedModel(info.second.name); in Parse()
459 EXPECT_FALSE(extractor->IsStageBasedModel("MainAbility"));462 EXPECT_FALSE(extractor->IsStageBasedModel("MainAbility"));
338 bool IsStageBasedModel() const;
143 bool Extractor::IsStageBasedModel(std::string abilityName) in IsStageBasedModel() function in OHOS::AbilityBase::Extractor
2094 EXPECT_FALSE(abilityImpl_->IsStageBasedModel());
2999 bool ret = extractor.IsStageBasedModel(abilityName);