Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/
H A Dapp_provision_info_manager.cpp62 bool AppProvisionInfoManager::GetSpecifiedDistributionType( in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::AppProvisionInfoManager
65 …return AppProvisionInfoManagerDb_->GetSpecifiedDistributionType(bundleName, specifiedDistributionT… in GetSpecifiedDistributionType()
H A Dapp_provision_info_rdb.cpp235 bool AppProvisionInfoManagerRdb::GetSpecifiedDistributionType( in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::AppProvisionInfoManagerRdb
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_provision_info/
H A Dapp_provision_info_manager.h36 …bool GetSpecifiedDistributionType(const std::string &bundleName, std::string &specifiedDistributio…
H A Dapp_provision_info_rdb.h37 …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 Dbms_bundle_app_provision_info_test.cpp575 …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 Dnative_module.cpp155 DECLARE_NAPI_FUNCTION("getSpecifiedDistributionType", GetSpecifiedDistributionType), in BundleManagerExport()
H A Dbundle_manager.h321 napi_value GetSpecifiedDistributionType(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp4544 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 Dbms_bundle_hsp_test.cpp344 auto ret = dataMgr->GetSpecifiedDistributionType(BUNDLE_NAME, specifiedDistributionType);
H A Dbms_bundle_shared_library_install_test.cpp580 … 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 Dbundlemgrproxy_fuzzer.cpp272 bundleMgrProxy.GetSpecifiedDistributionType(bundleName, specifiedDistributionType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1357 …virtual ErrCode GetSpecifiedDistributionType(const std::string &bundleName, std::string &specified… in GetSpecifiedDistributionType() function
H A Dbundle_mgr_proxy.h949 virtual ErrCode GetSpecifiedDistributionType(const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h905 virtual ErrCode GetSpecifiedDistributionType(const std::string &bundleName,
H A Dbundle_data_mgr.h877 …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 Dbms_bundle_permission_system_app_test.cpp943 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
H A Dbms_bundle_permission_false_test.cpp1334 ErrCode ret = bundleMgrHostImpl_->GetSpecifiedDistributionType("", specifiedDistributionType);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3554 ErrCode BundleMgrHostImpl::GetSpecifiedDistributionType(const std::string &bundleName, in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::BundleMgrHostImpl
3573 return dataMgr->GetSpecifiedDistributionType(bundleName, specifiedDistributionType); in GetSpecifiedDistributionType()
H A Dbundle_data_mgr.cpp6949 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 Dbms_bundle_kit_service_test.cpp12189 …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 Dbms_bundle_data_mgr_test.cpp3099 ErrCode res = GetBundleDataMgr()->GetSpecifiedDistributionType(
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8181 …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 Dbms_bundle_manager_test.cpp5157 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 Dbundle_mgr_host.cpp3288 ErrCode ret = GetSpecifiedDistributionType(bundleName, specifiedDistributedType); in HandleGetSpecifiedDistributionType()
H A Dbundle_mgr_proxy.cpp3813 ErrCode BundleMgrProxy::GetSpecifiedDistributionType(const std::string &bundleName, in GetSpecifiedDistributionType() function in OHOS::AppExecFwk::BundleMgrProxy