Searched refs:bundleType_ (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_app_info.cpp | 27 bundleType_ = root->GetString("bundleType"); in Parse() 108 if (bundleType_ == "atomicService") { in IsInstallationFree()
|
H A D | stage_app_info.h | 52 std::string bundleType_; member in OHOS::Ace::StageAppInfo
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 259 return bundleType_; in GetBundleType() 264 bundleType_ = bundleType; in SetBundleType() 289 BundleType bundleType_ = BundleType::APP; member in OHOS::AppExecFwk::PreInstallBundleInfo
|
H A D | base_bundle_installer.h | 797 BundleType bundleType_ = BundleType::APP; member in OHOS::AppExecFwk::BaseBundleInstaller
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | pre_install_bundle_info.cpp | 48 jsonObject[BUNDLE_TYPE] = bundleType_; in ToJson() 76 bundleType_, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in FromJson() 93 jsonObject[BUNDLE_TYPE] = bundleType_; in ToString()
|
H A D | base_bundle_installer.cpp | 213 .bundleType = static_cast<int32_t>(bundleType_), in InstallBundle() 258 .bundleType = static_cast<int32_t>(bundleType_), in InstallBundleByBundleName() 298 .bundleType = static_cast<int32_t>(bundleType_), in Recover() 360 .bundleType = static_cast<int32_t>(bundleType_), in UninstallBundle() 556 .bundleType = static_cast<int32_t>(bundleType_), in UninstallBundle() 1119 bundleType_ = BundleType::SHARED; in ProcessBundleInstall() 1503 bundleType_ = oldInfo.GetApplicationBundleType(); in ProcessBundleUninstall() 3713 bundleType_ = infos.begin()->second.GetApplicationBundleType(); in ParseHapFiles()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_item_info.cpp | 599 return bundleType_; in GetFormBundleType() 604 bundleType_ = formBundleType; in SetFormBundleType()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_item_info.h | 491 BundleType bundleType_ = BundleType::APP; member in OHOS::AppExecFwk::FormItemInfo
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 478 if (!parcel.WriteInt32(bundleType_)) { 490 mainWindowInfo->bundleType_ = parcel.ReadInt32(); in Unmarshalling() 497 int32_t bundleType_ = 0; member
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_manager_lite_test.cpp | 596 ASSERT_EQ(it1->bundleType_, it2->bundleType_); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 10654 info.bundleType_ = static_cast<int32_t>(AppExecFwk::BundleType::ATOMIC_SERVICE); in GetAllMainWindowInfos() 10657 info.bundleType_ = static_cast<int32_t>(abilityInfo->applicationInfo.bundleType); in GetAllMainWindowInfos() 10661 info.bundleName_.c_str(), info.bundleType_); in GetAllMainWindowInfos()
|
Completed in 35 milliseconds