Home
last modified time | relevance | path

Searched refs:appDistributionType (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
H A Dbms_bundle_crowdtesting_test.cpp278 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
301 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_OS_INTEGRATION);
324 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_OS_INTEGRATION);
348 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
372 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
380 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
404 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
412 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
439 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
465 EXPECT_EQ(appInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_OS_INTEGRATION);
[all …]
/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dhap_info_parcel.cpp31 RETURN_IF_FALSE(out.WriteString(this->hapInfoParameter.appDistributionType)); in Marshalling()
48 …RELEASE_IF_FALSE(in.ReadString(hapInfoParcel->hapInfoParameter.appDistributionType), hapInfoParcel… in Unmarshalling()
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dhap_token_info.h72 std::string appDistributionType; variable
86 std::string appDistributionType; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp118 std::string appDistributionType = info.GetAppDistributionType(); in ProcessBundleInstall() local
119 if (appDistributionType == Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE in ProcessBundleInstall()
120 || appDistributionType == Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE_NORMAL in ProcessBundleInstall()
121 || appDistributionType == Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE_MDM) { in ProcessBundleInstall()
H A Dinner_event_report.cpp382 EVENT_PARAM_APP_DISTRIBUTION_TYPE, eventInfo.appDistributionType, in InnerSendBundleInstallEvent()
421 EVENT_PARAM_APP_DISTRIBUTION_TYPE, eventInfo.appDistributionType, in InnerSendBundleUpdateEvent()
443 EVENT_PARAM_APP_DISTRIBUTION_TYPE, eventInfo.appDistributionType, in InnerSendPreBundleRecoverEvent()
504 EVENT_PARAM_APP_DISTRIBUTION_TYPE, eventInfo.appDistributionType, in InnerSendQuickFixEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapp_provision_info.cpp39 appDistributionType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
59 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appDistributionType)); in Marshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Daccess_token.h138 std::string appDistributionType; variable
152 std::string appDistributionType; variable
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.cpp90 appInfo.appDistributionType = "crowdtesting"; in GetApplicationInfo()
94 appInfo.appDistributionType = "crowdtesting"; in GetApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h106 std::string appDistributionType; member
172 appDistributionType.clear(); in Reset()
H A Dbundle_common_event_mgr.h64 std::string appDistributionType; member
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp61 appInfo.appDistributionType = "crowdtesting"; in GetApplicationInfo()
167 appInfo.appDistributionType = "crowdtesting"; in GetApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapp_provision_info.h36 std::string appDistributionType; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-AppProvisionInfo-sys.md23 | appDistributionType | string | 是 | 否 | 配置文件中的分发类型,为app_gallery、enterprise、os_integration…
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Dapp_installation_optimized_test.cpp337 g_testHapInfoParams.appDistributionType = "enterprise_mdm";
357 g_testHapInfoParams.appDistributionType = "";
376 g_testHapInfoParams.appDistributionType = "none";
414 g_testHapInfoParams.appDistributionType = "";
710 info.appDistributionType = "enterprise_mdm";
743 info.appDistributionType = "";
776 info.appDistributionType = "none";
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp140 callerInfo.targetAppDistType = targetAbilityInfo.applicationInfo.appDistributionType; in GetEcologicalTargetInfo()
147 callerInfo.targetAppDistType = abilityInfo->applicationInfo.appDistributionType; in GetEcologicalTargetInfo()
/ohos5.0/base/customization/enterprise_device_management/common/external/src/
H A Dedm_bundle_manager_impl.cpp95 return appInfo.appDistributionType; in GetApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/
H A Dapp_provision_info_rdb.cpp108 valuesBucket.PutString(APP_DISTRIBUTION_TYPE, appProvisionInfo.appDistributionType); in AddAppProvisionInfo()
194 …= absSharedResultSet->GetString(INDEX_APP_DISTRIBUTION_TYPE, appProvisionInfo.appDistributionType); in ConvertToAppProvision()
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_service.h73 appInfo.appDistributionType = "crowdtesting"; in GetApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_convert.cpp180 appInfo.appDistributionType = MallocCString(cAppInfo.appDistributionType); in ConvertApplicationInfo()
452 appInfo.appDistributionType = MallocCString("none"); in InitApplicationInfo()
H A Dbundle_manager_utils.h77 char* appDistributionType; member
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_manager.cpp1081 …IsPermAvailableRangeSatisfied(const PermissionDef& permDef, const std::string& appDistributionType) in IsPermAvailableRangeSatisfied() argument
1084 if (appDistributionType == "none") { in IsPermAvailableRangeSatisfied()
1089 if (appDistributionType != APP_DISTRIBUTION_TYPE_ENTERPRISE_MDM) { in IsPermAvailableRangeSatisfied()
1128 bool PermissionManager::InitPermissionList(const std::string& appDistributionType, in InitPermissionList() argument
1150 if (!IsPermAvailableRangeSatisfied(permDef, appDistributionType)) { in InitPermissionList()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h145 std::string appDistributionType = "none"; member
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-AppProvisionInfo-sys.md23 | appDistributionType | string | Yes | No | Distribution type in the configuration file, whi…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp781 applicationInfo.appDistributionType = Constants::APP_DISTRIBUTION_TYPE_APP_GALLERY;
795 EXPECT_EQ(eventInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_APP_GALLERY);
814 applicationInfo.appDistributionType = Constants::APP_DISTRIBUTION_TYPE_APP_GALLERY;
832 EXPECT_EQ(eventInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_APP_GALLERY);
853 EXPECT_EQ(appProvisionInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_NONE);
870 EXPECT_EQ(appProvisionInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_APP_GALLERY);
888 EXPECT_EQ(appProvisionInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE);
893 … EXPECT_EQ(appProvisionInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_OS_INTEGRATION);
897 EXPECT_EQ(appProvisionInfo.appDistributionType, Constants::APP_DISTRIBUTION_TYPE_CROWDTESTING);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp167 "appDistributionType":"os_integration",
195 "appDistributionType":"none",

123