/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 144 targetAbilityInfo.applicationInfo.bundleType)); in GetEcologicalTargetInfo() 153 abilityInfo->applicationInfo.bundleType)); in GetEcologicalTargetInfo() 194 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo() 197 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP) { in GetEcologicalCallerInfo() 203 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP_SERVICE_FWK) { in GetEcologicalCallerInfo() 231 int32_t EcologicalRuleInterceptor::GetAppTypeByBundleType(int32_t bundleType) in GetAppTypeByBundleType() argument 233 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::ATOMIC_SERVICE)) { in GetAppTypeByBundleType() 236 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP)) { in GetAppTypeByBundleType() 239 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP_SERVICE_FWK)) { in GetAppTypeByBundleType()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | recoverable_application_info.cpp | 32 const char* JSON_KEY_BUNDLE_TYPE = "bundleType"; 43 bundleType = static_cast<BundleType>(parcel.ReadInt32()); in ReadFromParcel() 60 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(bundleType)); in Marshalling() 87 {JSON_KEY_BUNDLE_TYPE, recoverableApplicationInfo.bundleType}, in to_json() 107 recoverableApplicationInfo.bundleType, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.cpp | 26 const char* const KEY_BUNDLE_TYPE = "bundleType"; 49 {KEY_BUNDLE_TYPE, uninstallBundleInfo.bundleType}, in to_json() 84 uninstallBundleInfo.bundleType, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json() 105 bundleType = BundleType::APP; in Init()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | running_process_info.cpp | 52 bundleType = static_cast<int32_t>(bundleTypeData); in ReadFromParcel() 90 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(bundleType)); in Marshalling()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalruleinterceptor_fuzzer/ |
H A D | abilitymgrecologicalruleinterceptor_fuzzer.cpp | 82 int32_t bundleType = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local 88 executer->GetAppTypeByBundleType(bundleType); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 262 void SetBundleType(BundleType bundleType) in SetBundleType() argument 264 bundleType_ = bundleType; in SetBundleType()
|
H A D | bundle_common_event_mgr.h | 60 int32_t bundleType = 0; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | recoverable_application_info.h | 32 BundleType bundleType = BundleType::APP; member
|
H A D | form_info.h | 65 BundleType bundleType = BundleType::APP; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 34 BundleType bundleType = BundleType::APP; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | running_process_info.h | 66 std::int32_t bundleType = 0; member
|
/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | ecological_rule_interceptor.h | 49 static int32_t GetAppTypeByBundleType(int32_t bundleType);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/ |
H A D | appservicefwkinstallercheckapplabelinfo_fuzzer.cpp | 34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 264 std::string bundleType = Profile::BUNDLE_TYPE_APP; member 1039 app.bundleType, in from_json() 1745 BundleType bundleType = BundleType::APP; in ParserAtomicConfig() local 1748 bundleType = BundleType::ATOMIC_SERVICE; in ParserAtomicConfig() 1750 bundleType = BundleType::SHARED; in ParserAtomicConfig() 1752 bundleType = BundleType::APP_SERVICE_FWK; in ParserAtomicConfig() 1756 innerBundleInfo.SetApplicationBundleType(bundleType); in ParserAtomicConfig() 1916 if (app.bundleType == Profile::BUNDLE_TYPE_ATOMIC_SERVICE) { in ToApplicationInfo() 1917 applicationInfo.bundleType = BundleType::ATOMIC_SERVICE; in ToApplicationInfo() 1955 [&app](const auto &item) { return item.first == app.bundleType; }); in ToApplicationInfo() 2313 SetInstallationFree(InnerModuleInfo &innerModuleInfo, BundleType bundleType) SetInstallationFree() argument [all...] |
/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 156 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in LogAbilityOnForegroundEvent() 169 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType); in LogAbilityOnBackgroundEvent() 182 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in LogAbilityOnActiveEvent() 427 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in SendAppForegroundEvent() 451 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in SendAppBackgroundEvent()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/ |
H A D | abilitymgrdisposedruleinterceptor_fuzzer.cpp | 81 int32_t bundleType = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresprocess_fuzzer/ |
H A D | bundleresprocess_fuzzer.cpp | 47 applicationInfo.bundleType = BundleType::APP; in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/netmanager_base/utils/bundle_utils/src/ |
H A D | net_bundle_impl.cpp | 79 return bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE; in IsAtomicService()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 371 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP; in HWTEST_F() 377 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 388 innerModuleInfo.bundleType = BundleType::SHARED; in HWTEST_F() 402 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 407 innerModuleInfo.bundleType = BundleType::APP; in HWTEST_F() 1748 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 1772 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 1850 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 1874 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in HWTEST_F() 1977 innerBundleInfo.baseApplicationInfo_->bundleType in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 249 std::string bundleType = Profile::BUNDLE_TYPE_APP; member 1004 app.bundleType, in from_json() 1494 if (app.bundleType == Profile::BUNDLE_TYPE_ATOMIC_SERVICE) { in ToApplicationInfo() 1495 applicationInfo.bundleType = BundleType::ATOMIC_SERVICE; in ToApplicationInfo() 1506 [&app](const auto &item) { return item.first == app.bundleType; }); in ToApplicationInfo() 1508 applicationInfo.bundleType = iterBundleType->second; in ToApplicationInfo() 1712 void SetInstallationFree(InnerModuleInfo &innerModuleInfo, BundleType bundleType) in SetInstallationFree() argument 1714 if (bundleType == BundleType::ATOMIC_SERVICE) { in SetInstallationFree() 1763 SetInstallationFree(innerModuleInfo, applicationInfo.bundleType); in ToInnerBundleInfo()
|
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_manager_proxy.h | 92 appInfo.bundleType = AppExecFwk::BundleType::ATOMIC_SERVICE; in GetApplicationInfo()
|
H A D | mock_bundle_manager_service.h | 94 appInfo.bundleType = AppExecFwk::BundleType::ATOMIC_SERVICE; in GetApplicationInfo()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 191 BundleType bundleType = BundleType::APP; member
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 46 int32_t bundleType = -1; member
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 110 formInfo.bundleType = bundleInfo.applicationInfo.bundleType; in LoadStageFormConfigInfo() 135 formInfo.bundleType = bundleInfo.applicationInfo.bundleType; in LoadAbilityFormConfigInfo()
|