Home
last modified time | relevance | path

Searched refs:IsStageBasedModel (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_extractor.h61 bool IsStageBasedModel(std::string abilityName);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp131 bool BaseExtractor::IsStageBasedModel(std::string abilityName) in IsStageBasedModel() function in OHOS::AppExecFwk::BaseExtractor
H A Dbundle_parser.cpp136 info.second.isStageBasedModel = bundleExtractor.IsStageBasedModel(info.second.name); in Parse()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_impl.cpp218 bool AbilityImpl::IsStageBasedModel() const in IsStageBasedModel() function in OHOS::AppExecFwk::AbilityImpl
616 if (owner == nullptr || !owner->IsStageBasedModel()) { in AfterForeground()
652 if (owner && !owner->IsStageBasedModel()) { in AfterBackground()
701 if (owner == nullptr || !owner->IsStageBasedModel()) { in ForegroundFailed()
H A Dfa_ability_thread.cpp1375 if (abilityImpl_->IsStageBasedModel()) { in CreateAbilityName()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_impl.h334 bool IsStageBasedModel() const;
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_impl_test.cpp2075 * @tc.name: IsStageBasedModel
2076 * @tc.desc: Verify IsStageBasedModel succeeded.
2081 EXPECT_FALSE(abilityImpl_->IsStageBasedModel()); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2994 * @tc.name: Test IsStageBasedModel
2995 * @tc.desc: 1.Test IsStageBasedModel of BaseExtractor
3003 bool ret = extractor.IsStageBasedModel(abilityName); in HWTEST_F()

Completed in 24 milliseconds