Home
last modified time | relevance | path

Searched refs:ATOMIC_SERVICE (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/base/request/request/services/src/task/
H A Dmod.rs26 pub(crate) const ATOMIC_SERVICE: u32 = 1;
H A Dfiles.rs23 use crate::task::ATOMIC_SERVICE;
168 let is_account = config.bundle_type == ATOMIC_SERVICE; in convert_bundle_name()
H A Dclient.rs79 const ATOMIC_SERVICE: u32 = 1; in build_client() const
80 if config.bundle_type == ATOMIC_SERVICE { in build_client()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-recoverableApplicationInfo-sys.md26 …eManager.md#bundletype) | 是 | 否 | 标识包的类型,取值为APP(应用)或者ATOMIC_SERVICE(原子化服务)。 …
H A Djs-apis-bundleManager-applicationInfo.md36 …eManager.md#bundletype) | 是 | 否 | 标识包的类型,取值为APP(应用)或者ATOMIC_SERVICE(原子化服务)。<br/>**…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp189 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
228 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::ATOMIC_SERVICE)) { in GetAppTypeByBundleType()
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs27 use crate::task::ATOMIC_SERVICE;
194 let atomic_account = if bundle_type == ATOMIC_SERVICE { in construct()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-recoverableApplicationInfo-sys.md26 … | Yes | No | Bundle type, which can be **APP** (application) or **ATOMIC_SERVICE** (atomic serv…
H A Djs-apis-bundleManager-applicationInfo.md37 … | Yes | No | Bundle type, which can be **APP** (application) or **ATOMIC_SERVICE** (atomic serv…
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_service.h77 appInfo.bundleType = AppExecFwk::BundleType::ATOMIC_SERVICE; in GetApplicationInfo()
/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp79 return bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE; in IsAtomicService()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_util.h263 if (targetAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in IsStartIncludeAtomicService()
282 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in IsStartIncludeAtomicService()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h49 ATOMIC_SERVICE = 1, enumerator
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dcommon_profile.h72 constexpr const char *ATOMIC_SERVICE = "atomicService"; variable
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h59 ATOMIC_SERVICE = 1, enumerator
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_dump_mgr.cpp363 } else if (formBundleType == BundleType::ATOMIC_SERVICE) { in AppendBundleType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h320 constexpr const char* ATOMIC_SERVICE = "atomicService"; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp382 …AtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in NotifySCBToStartUIAbility()
421 …AtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in NotifySCBToRecoveryAfterInterception()
930 (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in CallAbilityLocked()
950 …AtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in CallAbilityLocked()
1754 … (abilityRequest.abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in OnStartSpecifiedProcessResponse()
2677 … (abilityRequest.abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in StartWithPersistentIdByDistributed()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp226 if (innerBundleInfo.GetBaseApplicationInfo().bundleType != BundleType::ATOMIC_SERVICE) { in GetPreloadList()
1283 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
1317 return bundleInfo.applicationInfo.bundleType == BundleType::ATOMIC_SERVICE; in CheckIsOnDemandLoad()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp778 } else if (targetAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
799 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp753 if (innerBundleInfo.GetApplicationBundleType() != BundleType::ATOMIC_SERVICE) { in SetPackInstallationFree()
817 installationFree = innerBundleInfo.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE; in SetEntryInstallationFree()
822 innerBundleInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in SetEntryInstallationFree()
H A Dmodule_profile.cpp111 {"atomicService", BundleType::ATOMIC_SERVICE},
1920 bundleType = BundleType::ATOMIC_SERVICE; in ParserAtomicConfig()
2090 applicationInfo.bundleType = BundleType::ATOMIC_SERVICE; in ToApplicationInfo()
2485 if (bundleType == BundleType::ATOMIC_SERVICE) { in SetInstallationFree()
/ohos5.0/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()
/ohos5.0/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);
933 EXPECT_EQ(innerBundleInfo.GetApplicationBundleType(), BundleType::ATOMIC_SERVICE);
1049 innerBundleInfo2.SetApplicationBundleType(BundleType::ATOMIC_SERVICE);

123