/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/ |
H A D | app_provision_info_manager.cpp | 62 bool AppProvisionInfoManager::GetSpecifiedDistributionType( in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::AppProvisionInfoManager 65 …return AppProvisionInfoManagerDb_->GetSpecifiedDistributionType(bundleName, specifiedDistributionT… in GetSpecifiedDistributionType()
|
H A D | app_provision_info_rdb.cpp | 235 bool AppProvisionInfoManagerRdb::GetSpecifiedDistributionType( in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::AppProvisionInfoManagerRdb
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_provision_info/ |
H A D | app_provision_info_manager.h | 36 …bool GetSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributio…
|
H A D | app_provision_info_rdb.h | 37 …bool GetSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributio…
|
/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 | 575 …ret = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType(BUNDL… 617 …ret = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType(BUNDL… 648 …ol ret = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType("", 660 …t = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType(BUNDLE_… 676 …bool ret = appProvisionInfoManagerRdb->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistribu… 681 …bool result = appProvisionInfoManagerRdb->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistr… 789 …t = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType(BUNDLE_… 806 …t = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType(BUNDLE_… 828 …ret = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType(BUNDL… 890 …ol ret = DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType("", [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 155 DECLARE_NAPI_FUNCTION("getSpecifiedDistributionType", GetSpecifiedDistributionType), in BundleManagerExport()
|
H A D | bundle_manager.h | 321 napi_value GetSpecifiedDistributionType(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 4544 napi_value GetSpecifiedDistributionType(napi_env env, napi_callback_info info) in GetSpecifiedDistributionType() function 4573 iBundleMgr->GetSpecifiedDistributionType(bundleName, specifiedDistributionType)); in GetSpecifiedDistributionType()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/ |
H A D | bms_bundle_hsp_test.cpp | 344 auto ret = dataMgr->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistributionType);
|
H A D | bms_bundle_shared_library_install_test.cpp | 580 … auto ret = dataMgr->GetSpecifiedDistributionType(SHARED_BUNDLE_NAME_A, specifiedDistributionType); 860 …ErrCode res = GetBundleDataMgr()->GetSpecifiedDistributionType(SHARED_BUNDLE_NAME_A, specifiedDist…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 272 bundleMgrProxy.GetSpecifiedDistributionType(bundleName, specifiedDistributionType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1357 …virtual ErrCode GetSpecifiedDistributionType(const std::string &bundleName, std::string &specified… in GetSpecifiedDistributionType() function
|
H A D | bundle_mgr_proxy.h | 949 virtual ErrCode GetSpecifiedDistributionType(const std::string &bundleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 905 virtual ErrCode GetSpecifiedDistributionType(const std::string &bundleName,
|
H A D | bundle_data_mgr.h | 877 …ErrCode GetSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistribu…
|
/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 | 943 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
|
H A D | bms_bundle_permission_false_test.cpp | 1334 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3554 ErrCode BundleMgrHostImpl::GetSpecifiedDistributionType(const std::string &bundleName, in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::BundleMgrHostImpl 3573 return dataMgr->GetSpecifiedDistributionType(bundleName, specifiedDistributionType); in GetSpecifiedDistributionType()
|
H A D | bundle_data_mgr.cpp | 6949 ErrCode BundleDataMgr::GetSpecifiedDistributionType( in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::BundleDataMgr 6967 …if (!DelayedSingleton<AppProvisionInfoManager>::GetInstance()->GetSpecifiedDistributionType(bundle… in GetSpecifiedDistributionType()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 12189 …auto ret = bundleMgrProxy->GetSpecifiedDistributionType(BUNDLE_NAME_TEST, specifiedDistributionTyp… 12208 auto ret = bundleMgrProxy->GetSpecifiedDistributionType("", specifiedDistributionType); 12228 …auto ret = bundleMgrProxy->GetSpecifiedDistributionType(BUNDLE_NAME_TEST, specifiedDistributionTyp… 12249 … auto ret = dataMgr->GetSpecifiedDistributionType(BUNDLE_NAME_TEST, specifiedDistributionType); 12274 … auto ret = dataMgr->GetSpecifiedDistributionType(BUNDLE_NAME_TEST, specifiedDistributionType);
|
H A D | bms_bundle_data_mgr_test.cpp | 3099 ErrCode res = GetBundleDataMgr()->GetSpecifiedDistributionType(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8181 …ErrCode ret = bundleMgrProxy->GetSpecifiedDistributionType(BASE_BUNDLE_NAME, specifiedDistribution… 8204 auto ret = bundleMgrProxy->GetSpecifiedDistributionType(appName, specifiedDistributionType); 8333 ret = bundleMgrProxy->GetSpecifiedDistributionType(appName, specifiedDistributionType); 8379 ret = bundleMgrProxy->GetSpecifiedDistributionType(appName, specifiedDistributionType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5157 ErrCode ret = hostImpl->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistributionType); 5174 ErrCode ret = hostImpl->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistributionType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3288 ErrCode ret = GetSpecifiedDistributionType(bundleName, specifiedDistributedType); in HandleGetSpecifiedDistributionType()
|
H A D | bundle_mgr_proxy.cpp | 3813 ErrCode BundleMgrProxy::GetSpecifiedDistributionType(const std::string &bundleName, in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::BundleMgrProxy
|