/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/ |
H A D | app_provision_info_manager.cpp | 57 const std::string &bundleName, const std::string &specifiedDistributionType) in SetSpecifiedDistributionType() argument 59 …rn AppProvisionInfoManagerDb_->SetSpecifiedDistributionType(bundleName, specifiedDistributionType); in SetSpecifiedDistributionType() 63 const std::string &bundleName, std::string &specifiedDistributionType) in GetSpecifiedDistributionType() argument 65 …rn AppProvisionInfoManagerDb_->GetSpecifiedDistributionType(bundleName, specifiedDistributionType); in GetSpecifiedDistributionType()
|
H A D | app_provision_info_rdb.cpp | 218 const std::string &bundleName, const std::string &specifiedDistributionType) in SetSpecifiedDistributionType() argument 225 valuesBucket.PutString(SPECIFIED_DISTRIBUTED_TYPE, specifiedDistributionType); in SetSpecifiedDistributionType() 236 const std::string &bundleName, std::string &specifiedDistributionType) in GetSpecifiedDistributionType() argument 255 … ret = absSharedResultSet->GetString(INDEX_SPECIFIED_DISTRIBUTED_TYPE, specifiedDistributionType); in GetSpecifiedDistributionType()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 576 specifiedDistributionType); 578 EXPECT_EQ(installParam.specifiedDistributionType, specifiedDistributionType); 598 specifiedDistributionType); 614 specifiedDistributionType); 649 specifiedDistributionType); 661 specifiedDistributionType); 790 specifiedDistributionType); 807 specifiedDistributionType); 829 specifiedDistributionType); 831 EXPECT_EQ(installParam.specifiedDistributionType, specifiedDistributionType); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/ |
H A D | bms_bundle_hsp_test.cpp | 333 installParam.specifiedDistributionType = "specifiedDistributionType"; 343 std::string specifiedDistributionType; variable 344 auto ret = dataMgr->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistributionType); 346 EXPECT_EQ(installParam.specifiedDistributionType, specifiedDistributionType);
|
H A D | bms_bundle_shared_library_install_test.cpp | 569 installParam.specifiedDistributionType = "specifiedDistributionType"; 579 std::string specifiedDistributionType; variable 580 … auto ret = dataMgr->GetSpecifiedDistributionType(SHARED_BUNDLE_NAME_A, specifiedDistributionType); 582 EXPECT_EQ(installParam.specifiedDistributionType, specifiedDistributionType); 859 std::string specifiedDistributionType = ""; variable 860 … GetBundleDataMgr()->GetSpecifiedDistributionType(SHARED_BUNDLE_NAME_A, specifiedDistributionType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_provision_info/ |
H A D | app_provision_info_manager.h | 35 …ifiedDistributionType(const std::string &bundleName, const std::string &specifiedDistributionType); 36 …etSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributionType);
|
H A D | app_provision_info_rdb.h | 36 …ifiedDistributionType(const std::string &bundleName, const std::string &specifiedDistributionType); 37 …etSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributionType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | install_param.cpp | 57 specifiedDistributionType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 120 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(specifiedDistributionType)); in Marshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer/ |
H A D | appservicefwkinstalleraddappprovisioninfo_fuzzer.cpp | 35 installParam.specifiedDistributionType = BUNDLE_NAME; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | install_param.h | 82 std::string specifiedDistributionType = ""; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 67 checkParam.specifiedDistributionType = installParam.specifiedDistributionType; in BuildCheckParam() 435 if (!installParam.specifiedDistributionType.empty()) { in AddAppProvisionInfo() 437 bundleName, installParam.specifiedDistributionType)) { in AddAppProvisionInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/ |
H A D | bms_bundle_crowdtesting_test.cpp | 156 installParam.specifiedDistributionType = specifiedDistributeType; in InstallBundle() 211 installParam.specifiedDistributionType = specifiedDistributeType; in UpdateBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_install_checker.h | 51 std::string specifiedDistributionType; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 271 std::string specifiedDistributionType; in DoSomethingInterestingWithMyAPI() local 272 bundleMgrProxy.GetSpecifiedDistributionType(bundleName, specifiedDistributionType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 833 …rseSpecifiedDistributionType(napi_env env, napi_value args, std::string &specifiedDistributionType) in ParseSpecifiedDistributionType() argument 848 if (!CommonFunc::ParseString(env, property, specifiedDistributionType)) { in ParseSpecifiedDistributionType() 853 APP_LOGD("param specifiedDistributionType is %{public}s", specifiedDistributionType.c_str()); in ParseSpecifiedDistributionType() 883 if (installParam.specifiedDistributionType.size() > SPECIFIED_DISTRIBUTION_TYPE_MAX_SIZE) { in CheckInstallParam() 924 if (!ParseSpecifiedDistributionType(env, args, installParam.specifiedDistributionType)) { in ParseInstallParam()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 516 if (!installParam.specifiedDistributionType.empty()) { in SaveInstallParamInfo() 518 bundleName, installParam.specifiedDistributionType)) { in SaveInstallParamInfo()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-bundle.md | 18 |新增|NA|类名:InstallParam;<br>方法or属性:specifiedDistributionType?: string;|@ohos.bundle.installer.d.ts|
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 820 installParam.specifiedDistributionType = BUNDLE_NAME; 848 installParam.specifiedDistributionType = BUNDLE_NAME;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 942 std::string specifiedDistributionType; variable 943 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
|
H A D | bms_bundle_permission_false_test.cpp | 1333 std::string specifiedDistributionType; variable 1334 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-installer-sys.md | 194 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 378 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 1101 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 1257 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 1602 | specifiedDistributionType<sup>10+</sup> | string | 否 |应用安装时指定的分发类型,默认值为空,最大长度为128字节。该字段通常由操作系统运营方…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-bundle.md | 18 |Added|NA|Class name: InstallParam;<br>Method or attribute name: specifiedDistributionType?: string…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8180 std::string specifiedDistributionType; variable 8203 std::string specifiedDistributionType; variable 8204 auto ret = bundleMgrProxy->GetSpecifiedDistributionType(appName, specifiedDistributionType); 8319 installParam.specifiedDistributionType = "specifiedDistributionType"; 8332 std::string specifiedDistributionType; variable 8333 ret = bundleMgrProxy->GetSpecifiedDistributionType(appName, specifiedDistributionType); 8335 EXPECT_EQ(installParam.specifiedDistributionType, specifiedDistributionType); 8357 installParam.specifiedDistributionType = "specifiedDistributionType"; 8378 std::string specifiedDistributionType; variable 8379 ret = bundleMgrProxy->GetSpecifiedDistributionType(appName, specifiedDistributionType); [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-installer-sys.md | 196 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 384 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 1107 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 1263 …Parameter hapFiles is needed for code signature; 4. The size of specifiedDistributionType is great… 1608 | specifiedDistributionType<sup>10+</sup> | string | No|Distribution type specified during applicat…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1357 …GetSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributionType) in GetSpecifiedDistributionType() argument
|