Home
last modified time | relevance | path

Searched refs:SHARED (Results 1 - 25 of 29) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h41 static constexpr const char *SHARED = "_shared"; member in DistributedDB::CloudDbConstant
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp36 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 Dhap_module_info.h36 SHARED = 3 member in OHOS::AppExecFwk::ModuleType
H A Dapplication_info.h50 SHARED = 2, member in OHOS::AppExecFwk::BundleType
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_navigation_test/
H A Dbms_bundle_navigation_test.cpp1009 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 Dinner_bundle_info.h88 BundleType bundleType = BundleType::SHARED;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h39 SHARED = 3 member in OHOS::AppExecFwk::ModuleType
H A Dapplication_info.h60 SHARED = 2, member in OHOS::AppExecFwk::BundleType
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp161 if (!isBundleExist || bundleInfo.GetApplicationBundleType() != BundleType::SHARED) { in FindDependencyInInstalledBundles()
H A Dinner_shared_bundle_installer.cpp275 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 Ddistributeddb_relational_cloud_syncable_storage_test.cpp1434 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 Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp120 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 Dbundle_data_mgr.cpp3006 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 Dmodule_profile.cpp131 {"shared", BundleType::SHARED},
1750 bundleType = BundleType::SHARED; in ParserAtomicConfig()
2485 if (applicationInfo.bundleType == BundleType::SHARED) { in ToInnerBundleInfo()
H A Dbundle_install_checker.cpp926 if (bundleType != BundleType::SHARED) { in CheckAppLabelInfo()
1274 if (applicationInfo.bundleType == BundleType::SHARED && !appPrivilegeCapability.appShareLibrary) { in ProcessBundleInfoByPrivilegeCapability()
H A Dbase_bundle_installer.cpp395 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 Dinner_bundle_info.cpp1491 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 Dbms_bundle_data_mgr_test.cpp1406 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 Dbms_bundle_app_provision_info_test.cpp923 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 Dbms_bundle_app_service_fwk_installer.cpp388 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 Dbms_bundle_resource_test.cpp1081 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 Dinner_bundle_info.cpp940 hapInfo.moduleType = ModuleType::SHARED; in FindHapModuleInfo()
H A Dmodule_profile.cpp149 {"shared", BundleType::SHARED}
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp494 if (moduleInfo && moduleInfo->bundleType != BundleType::SHARED) { in CheckAppLabelInfo()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp881 } else if (bundleInfo.applicationInfo.bundleType == AppExecFwk::BundleType::SHARED) { in InitResourceManagerInner()

Completed in 86 milliseconds

12