Home
last modified time | relevance | path

Searched refs:specifiedDistributionType (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/
H A Dapp_provision_info_manager.cpp57 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 Dapp_provision_info_rdb.cpp218 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 Dbms_bundle_app_provision_info_test.cpp576 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 Dbms_bundle_hsp_test.cpp333 installParam.specifiedDistributionType = "specifiedDistributionType";
343 std::string specifiedDistributionType; variable
344 auto ret = dataMgr->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistributionType);
346 EXPECT_EQ(installParam.specifiedDistributionType, specifiedDistributionType);
H A Dbms_bundle_shared_library_install_test.cpp569 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 Dapp_provision_info_manager.h35 …ifiedDistributionType(const std::string &bundleName, const std::string &specifiedDistributionType);
36 …etSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributionType);
H A Dapp_provision_info_rdb.h36 …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 Dinstall_param.cpp57 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 Dappservicefwkinstalleraddappprovisioninfo_fuzzer.cpp35 installParam.specifiedDistributionType = BUNDLE_NAME; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h82 std::string specifiedDistributionType = ""; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp67 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 Dbms_bundle_crowdtesting_test.cpp156 installParam.specifiedDistributionType = specifiedDistributeType; in InstallBundle()
211 installParam.specifiedDistributionType = specifiedDistributeType; in UpdateBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h51 std::string specifiedDistributionType; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp271 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 Dinstaller.cpp833 …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 Dinner_shared_bundle_installer.cpp516 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 Djs-apidiff-bundle.md18 |新增|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 Dbms_bundle_app_service_fwk_installer.cpp820 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 Dbms_bundle_permission_system_app_test.cpp942 std::string specifiedDistributionType; variable
943 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
H A Dbms_bundle_permission_false_test.cpp1333 std::string specifiedDistributionType; variable
1334 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-installer-sys.md194 …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 Djs-apidiff-bundle.md18 |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 Dacts_bms_kit_system_test.cpp8180 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 Djs-apis-installer-sys.md196 …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 Dbundle_mgr_interface.h1357 …GetSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributionType) in GetSpecifiedDistributionType() argument

12