/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/ |
H A D | cloud_db_constant.h | 41 static constexpr const char *SHARED = "_shared"; member in DistributedDB::CloudDbConstant
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 36 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBundleResourceInfo() 71 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAllResourceInfo() 383 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in CheckIsNeedProcessAbilityResource() 476 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAbilityResourceInfos()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 36 SHARED = 3 member in OHOS::AppExecFwk::ModuleType
|
H A D | application_info.h | 50 SHARED = 2, member in OHOS::AppExecFwk::BundleType
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_navigation_test/ |
H A D | bms_bundle_navigation_test.cpp | 1009 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; in HWTEST_F() 1034 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; in HWTEST_F() 1109 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; in HWTEST_F() 1136 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; in HWTEST_F() 1219 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 88 BundleType bundleType = BundleType::SHARED;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | hap_module_info.h | 39 SHARED = 3 member in OHOS::AppExecFwk::ModuleType
|
H A D | application_info.h | 60 SHARED = 2, member in OHOS::AppExecFwk::BundleType
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 161 if (!isBundleExist || bundleInfo.GetApplicationBundleType() != BundleType::SHARED) { in FindDependencyInInstalledBundles()
|
H A D | inner_shared_bundle_installer.cpp | 275 if (parsedBundles_.begin()->second.GetApplicationBundleType() != BundleType::SHARED) { in CheckAppLabelInfo() 289 if (oldBundleInfo_.GetApplicationBundleType() != BundleType::SHARED) { in CheckBundleTypeWithInstalledVersion() 454 preInstallBundleInfo.SetBundleType(BundleType::SHARED); in SavePreInstallInfo()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 1434 EXPECT_EQ(g_storageProxy->PutCloudSyncData(g_tableName + CloudDbConstant::SHARED, downloadData), E_OK); in HWTEST_F() 1443 EXPECT_EQ(g_storageProxy->PutCloudSyncData(g_tableName + CloudDbConstant::SHARED, downloadData), E_OK); in HWTEST_F() 1448 CloudDbConstant::SHARED + "_log"; in HWTEST_F() 1477 EXPECT_EQ(g_storageProxy->PutCloudSyncData(g_tableName + CloudDbConstant::SHARED, downloadData), E_OK); in HWTEST_F() 1487 EXPECT_EQ(g_storageProxy->PutCloudSyncData(g_tableName + CloudDbConstant::SHARED, downloadData), E_OK); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 120 const std::vector<std::string> g_shareTables = {g_tableName1 + CloudDbConstant::SHARED, 121 g_tableName2 + CloudDbConstant::SHARED}; 518 std::string sql = "INSERT OR REPLACE INTO " + tableName + CloudDbConstant::SHARED + " SELECT " + in CopySharedDataFromOriginalTable()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 3006 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBaseSharedBundleInfo() 3158 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBundleInfos() 3293 if (info.GetApplicationBundleType() == BundleType::SHARED) { in GetAllBundleInfos() 3327 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBundleInfosV9() 3387 if (info.GetApplicationBundleType() == BundleType::SHARED) { in GetAllBundleInfosV9() 6614 if (infoItem->second.GetApplicationBundleType() != BundleType::SHARED) { in GetAppProvisionInfo() 6640 if (innerBundleInfo.GetApplicationBundleType() != BundleType::SHARED) { in GetAllSharedBundleInfo() 6693 if (innerBundleInfo.GetApplicationBundleType() != BundleType::SHARED) { in GetSharedBundleInfoBySelf() 6949 if (item.second.GetApplicationBundleType() == BundleType::SHARED || in GetAllDriverBundleName() 7012 if (infoItem->second.GetApplicationBundleType() != BundleType::SHARED) { in GetSpecifiedDistributionType() [all...] |
H A D | module_profile.cpp | 131 {"shared", BundleType::SHARED}, 1750 bundleType = BundleType::SHARED; in ParserAtomicConfig() 2485 if (applicationInfo.bundleType == BundleType::SHARED) { in ToInnerBundleInfo()
|
H A D | bundle_install_checker.cpp | 926 if (bundleType != BundleType::SHARED) { in CheckAppLabelInfo() 1274 if (applicationInfo.bundleType == BundleType::SHARED && !appPrivilegeCapability.appShareLibrary) { in ProcessBundleInfoByPrivilegeCapability()
|
H A D | base_bundle_installer.cpp | 395 if (info.GetApplicationBundleType() != BundleType::SHARED) { in CheckUninstallInnerBundleInfo() 816 if (oldInfo.GetApplicationBundleType() == BundleType::SHARED) { in InnerProcessBundleInstall() 1119 bundleType_ = BundleType::SHARED; in ProcessBundleInstall() 1507 if (oldInfo.GetApplicationBundleType() == BundleType::SHARED) { in ProcessBundleUninstall() 1696 if (oldInfo.GetApplicationBundleType() == BundleType::SHARED) { in ProcessBundleUninstall() 1902 if (oldInfo.GetApplicationBundleType() == BundleType::SHARED) { in InnerProcessInstallByPreInstallInfo() 4088 if (info.second.GetApplicationBundleType() == BundleType::SHARED) { in CheckAppLabelInfo()
|
H A D | inner_bundle_info.cpp | 1491 hapInfo.moduleType = ModuleType::SHARED; in FindHapModuleInfo() 1906 if (innerModuleInfo.bundleType != BundleType::SHARED) { in GetMaxVerBaseSharedBundleInfo() 1934 if (item.bundleType != BundleType::SHARED) { in GetBaseSharedBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 1406 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 1440 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 1457 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 1487 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 1517 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 1553 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 5167 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F() 7498 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::SHARED; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 923 applicationInfo.bundleType = BundleType::SHARED; in HWTEST_F() 943 applicationInfo.bundleType = BundleType::SHARED; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 388 innerModuleInfo.bundleType = BundleType::SHARED; in HWTEST_F() 1608 info.SetApplicationBundleType(BundleType::SHARED); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 1081 applicationInfo.bundleType = BundleType::SHARED; in HWTEST_F() 1133 applicationInfo.bundleType = BundleType::SHARED; in HWTEST_F() 1166 applicationInfo.bundleType = BundleType::SHARED; in HWTEST_F() 1756 applicationInfo.bundleType = BundleType::SHARED; in HWTEST_F() 2446 applicationInfo.bundleType = BundleType::SHARED; in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | inner_bundle_info.cpp | 940 hapInfo.moduleType = ModuleType::SHARED; in FindHapModuleInfo()
|
H A D | module_profile.cpp | 149 {"shared", BundleType::SHARED}
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 494 if (moduleInfo && moduleInfo->bundleType != BundleType::SHARED) { in CheckAppLabelInfo()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 881 } else if (bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::SHARED) { in InitResourceManagerInner()
|