Home
last modified time | relevance | path

Searched refs:appProvisionType (Results 1 - 25 of 40) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
H A Dbms_bundle_crowdtesting_test.cpp265 * @tc.name: test appDistributionType and appProvisionType
267 * 2. get appDistributionType and appProvisionType
279 EXPECT_EQ(appInfo.appProvisionType, Constants::APP_PROVISION_TYPE_RELEASE); in HWTEST_F()
288 * @tc.name: test appDistributionType and appProvisionType
290 * 2. get appDistributionType and appProvisionType
302 EXPECT_EQ(appInfo.appProvisionType, Constants::APP_PROVISION_TYPE_RELEASE); in HWTEST_F()
325 EXPECT_EQ(appInfo.appProvisionType, Constants::APP_PROVISION_TYPE_RELEASE); in HWTEST_F()
349 EXPECT_EQ(appInfo.appProvisionType, Constants::APP_PROVISION_TYPE_RELEASE); in HWTEST_F()
373 EXPECT_EQ(appInfo.appProvisionType, Constants::APP_PROVISION_TYPE_RELEASE); in HWTEST_F()
381 EXPECT_EQ(appInfo.appProvisionType, Constant in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/
H A Duninstall_bundle_info.cpp28 const char* const KEY_APP_PROVISION_TYPE = "appProvisionType";
48 {KEY_APP_PROVISION_TYPE, uninstallBundleInfo.appProvisionType}, in to_json()
82 uninstallBundleInfo.appProvisionType, false, parseResult); in from_json()
104 appProvisionType.clear(); in Init()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp82 bundleInfo.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG); in CheckEl5Dir()
96 bundleInfo.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG); in CheckEl5Dir()
H A Duser_unlocked_event_subscriber.cpp127 createDirParam.debug = bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG; in CreateBundleDataDir()
241 bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG) != ERR_OK) { in ProcessUpdateAppDataDir()
248 bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG) != ERR_OK) { in ProcessUpdateAppDataDir()
H A Dbundle_multiuser_installer.cpp188 createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG; in CreateDataDir()
H A Dbundle_install_checker.cpp226 auto appProvisionType = hapVerifyRes[0].GetProvisionInfo().type; in CheckProvisionInfoIsValid() local
228 [appId, apl, appDistributionType, appProvisionType, appIdentifier](const auto &hapVerifyResult) { in CheckProvisionInfoIsValid()
241 if (appProvisionType != hapVerifyResult.GetProvisionInfo().type) { in CheckProvisionInfoIsValid()
242 LOG_E(BMS_TAG_INSTALLER, "error: hap files have different appProvisionType"); in CheckProvisionInfoIsValid()
H A Dinner_bundle_info.cpp1755 baseApplicationInfo_->appProvisionType = applicationInfo.appProvisionType; in UpdateBaseApplicationInfo()
3655 void InnerBundleInfo::SetAppProvisionType(const std::string &appProvisionType) in SetAppProvisionType() argument
3657 baseApplicationInfo_->appProvisionType = appProvisionType; in SetAppProvisionType()
3662 return baseApplicationInfo_->appProvisionType; in GetAppProvisionType()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dmodal_system_dialog_util.cpp33 if (applicationInfo.appProvisionType == AppExecFwk::Constants::APP_PROVISION_TYPE_DEBUG && in CheckDebugAppNotInDeveloperMode()
H A Dstart_ability_utils.cpp102 if (appInfo.appProvisionType != AppExecFwk::Constants::APP_PROVISION_TYPE_DEBUG) { in CheckAppProvisionMode()
124 if ((abilityInfo->abilityInfo).applicationInfo.appProvisionType != in CheckAppProvisionMode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/
H A Duninstall_bundle_info.h33 std::string appProvisionType; member
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp142 callerInfo.targetAppProvisionType = targetAbilityInfo.applicationInfo.appProvisionType; in GetEcologicalTargetInfo()
151 callerInfo.targetAppProvisionType = abilityInfo->applicationInfo.appProvisionType; in GetEcologicalTargetInfo()
193 callerInfo.callerAppProvisionType = callerAppInfo.appProvisionType; in GetEcologicalCallerInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp83 (bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG); in CheckPatchWithInstalledBundle()
157 (bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG); in CheckHotReloadWithInstalledBundle()
H A Dquick_fix_deployer.cpp363 if (isDebug_ && (bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG)) { in ProcessPatchDeployEnd()
915 if (!isDebug_ || bundleInfo.applicationInfo.appProvisionType != Constants::APP_PROVISION_TYPE_DEBUG) { in PrepareCodeSignatureParam()
961 (bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG)) { in CheckHqfResourceIsValid()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h146 std::string appProvisionType = "release"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp169 "appProvisionType":"release",
197 "appProvisionType":"release"
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h82 char* appProvisionType; member
H A Dbundle_manager_convert.cpp248 appInfo.appProvisionType = MallocCString(cAppInfo.appProvisionType); in ConvertApplicationInfo()
607 appInfo.appProvisionType = MallocCString("release"); in InitApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h257 std::string appProvisionType = Constants::APP_PROVISION_TYPE_RELEASE; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp255 createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG; in CreateSandboxDataDir()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp94 const std::string APPLICATION_APP_PROVISION_TYPE = "appProvisionType";
219 {APPLICATION_APP_PROVISION_TYPE, applicationInfo.appProvisionType}, in to_json()
734 applicationInfo.appProvisionType, in from_json()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp1498 applicationInfo.appProvisionType = "release"; in HWTEST_F()
1501 applicationInfo.appProvisionType = "debug"; in HWTEST_F()
1505 applicationInfo.appProvisionType = "release"; in HWTEST_F()
1508 applicationInfo.appProvisionType = "debug"; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp102 const char* APPLICATION_APP_PROVISION_TYPE = "appProvisionType";
435 appProvisionType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
666 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appProvisionType)); in Marshalling()
980 {APPLICATION_APP_PROVISION_TYPE, applicationInfo.appProvisionType}, in to_json()
1151 applicationInfo.appProvisionType, false, parseResult); in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp399 createDirParam.debug = info.GetBaseApplicationInfo().appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG; in CreateCloneDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp95 "appProvisionType":"release",
308 "appProvisionType":"release",
428 "appProvisionType":"release",
1115 "appProvisionType": "release",
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp651 NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, appInfo.appProvisionType.c_str(), NAPI_AUTO_LENGTH, in ConvertApplicationInfo()
653 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "appProvisionType", nAppProvisionType)); in ConvertApplicationInfo()

Completed in 32 milliseconds

12