Home
last modified time | relevance | path

Searched refs:ATOMIC_SERVICE (Results 1 - 25 of 36) sorted by relevance

12

/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp79 return bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE; in IsAtomicService()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp194 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
233 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::ATOMIC_SERVICE)) { in GetAppTypeByBundleType()
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h92 appInfo.bundleType = AppExecFwk::BundleType::ATOMIC_SERVICE; in GetApplicationInfo()
H A Dmock_bundle_manager_service.h94 appInfo.bundleType = AppExecFwk::BundleType::ATOMIC_SERVICE; in GetApplicationInfo()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dcommon_profile.h72 constexpr const char *ATOMIC_SERVICE = "atomicService"; member
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h49 ATOMIC_SERVICE = 1, member in OHOS::AppExecFwk::BundleType
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dability_util.h263 if (targetAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in IsStartIncludeAtomicService()
282 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in IsStartIncludeAtomicService()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp174 appInfo.bundleType = AppExecFwk::BundleType::ATOMIC_SERVICE; in GetApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h59 ATOMIC_SERVICE = 1, member in OHOS::AppExecFwk::BundleType
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp130 {"atomicService", BundleType::ATOMIC_SERVICE},
1706 if (moduleJson.contains(Profile::ATOMIC_SERVICE)) { in ParserAtomicModuleConfig()
1707 nlohmann::json moduleAtomicObj = moduleJson.at(Profile::ATOMIC_SERVICE); in ParserAtomicModuleConfig()
1748 bundleType = BundleType::ATOMIC_SERVICE; in ParserAtomicConfig()
1917 applicationInfo.bundleType = BundleType::ATOMIC_SERVICE; in ToApplicationInfo()
2315 if (bundleType == BundleType::ATOMIC_SERVICE) { in SetInstallationFree()
H A Dbundle_install_checker.cpp748 if (innerBundleInfo.GetApplicationBundleType() != BundleType::ATOMIC_SERVICE) { in SetPackInstallationFree()
812 installationFree = innerBundleInfo.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE; in SetEntryInstallationFree()
817 innerBundleInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in SetEntryInstallationFree()
H A Dbase_bundle_installer.cpp793 preInstallBundleInfo.SetBundleType(BundleType::ATOMIC_SERVICE); in InnerProcessBundleInstall()
1361 if (newInfos.begin()->second.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE) { in RollBack()
1996 if (info.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE) { in RemoveBundle()
2878 if (info.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE) { in CreateBundleDataDir()
3581 info.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE); in RemoveBundleDataDir()
4720 if (innerBundleInfo.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE) { in RemoveBundleUserData()
6074 if (oldInfo.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE && in RollbackHmpUserInfo()
H A Dbundle_mgr_service_event_handler.cpp1494 preInstallBundleInfo.SetBundleType(BundleType::ATOMIC_SERVICE); in InnerProcessCheckRecoverableApplicationInfo()
1512 preInstallBundleInfo.SetBundleType(BundleType::ATOMIC_SERVICE); in InnerProcessCheckRecoverableApplicationInfo()
1596 if (info.GetApplicationBundleType() != BundleType::ATOMIC_SERVICE) { in RefreshQuotaForAllUid()
/foundation/ability/form_fwk/services/src/
H A Dform_dump_mgr.cpp363 } else if (formBundleType == BundleType::ATOMIC_SERVICE) { in AppendBundleType()
364 formInfo += "[ ATOMIC_SERVICE ]\n"; in AppendBundleType()
H A Dform_data_mgr.cpp2503 if (formRecord.second.formBundleType != BundleType::ATOMIC_SERVICE) { in GetRecordsByFormType()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h321 constexpr const char* ATOMIC_SERVICE = "atomicService"; member
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp383 sessionInfo->isAtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in NotifySCBToStartUIAbility()
436 sessionInfo->isAtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in NotifySCBToRecoveryAfterInterception()
947 (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in CallAbilityLocked()
967 sessionInfo->isAtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in CallAbilityLocked()
1760 (abilityRequest.abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in OnStartSpecifiedProcessResponse()
2698 (abilityRequest.abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in StartWithPersistentIdByDistributed()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp789 } else if (targetAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
810 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp148 {"atomicService", BundleType::ATOMIC_SERVICE},
1495 applicationInfo.bundleType = BundleType::ATOMIC_SERVICE; in ToApplicationInfo()
1714 if (bundleType == BundleType::ATOMIC_SERVICE) { in SetInstallationFree()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp202 if (innerBundleInfo.GetBaseApplicationInfo().bundleType != BundleType::ATOMIC_SERVICE) { in GetPreloadList()
1227 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
1261 return bundleInfo.applicationInfo.bundleType == BundleType::ATOMIC_SERVICE; in CheckIsOnDemandLoad()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp667 newInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in HWTEST_F()
933 EXPECT_EQ(innerBundleInfo.GetApplicationBundleType(), BundleType::ATOMIC_SERVICE); in HWTEST_F()
1049 innerBundleInfo2.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp3337 record2.formBundleType = BundleType::ATOMIC_SERVICE; in HWTEST_F()
3343 record3.formBundleType = BundleType::ATOMIC_SERVICE; in HWTEST_F()
3355 record5.formBundleType = BundleType::ATOMIC_SERVICE; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp272 options_.installationFree = (appInfo_->bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE ? true : false); in ParseBundleAndModuleInfo()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp866 if (applicationInfo && applicationInfo->bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in StateChangedNotifyObserver()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp214 innerBundleInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in AddInnerBundleInfo()

Completed in 65 milliseconds

12