Home
last modified time | relevance | path

Searched refs:bundleType_ (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_app_info.cpp27 bundleType_ = root->GetString("bundleType"); in Parse()
108 if (bundleType_ == "atomicService") { in IsInstallationFree()
H A Dstage_app_info.h52 std::string bundleType_; member in OHOS::Ace::StageAppInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h259 return bundleType_; in GetBundleType()
264 bundleType_ = bundleType; in SetBundleType()
289 BundleType bundleType_ = BundleType::APP; member in OHOS::AppExecFwk::PreInstallBundleInfo
H A Dbase_bundle_installer.h797 BundleType bundleType_ = BundleType::APP; member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_bundle_info.cpp48 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 Dbase_bundle_installer.cpp213 .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 Dform_item_info.cpp599 return bundleType_; in GetFormBundleType()
604 bundleType_ = formBundleType; in SetFormBundleType()
/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h491 BundleType bundleType_ = BundleType::APP; member in OHOS::AppExecFwk::FormItemInfo
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h478 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 Dwindow_manager_lite_test.cpp596 ASSERT_EQ(it1->bundleType_, it2->bundleType_); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10654 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