Home
last modified time | relevance | path

Searched refs:GetAllBundleInfoByDeveloperId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp166 DECLARE_NAPI_FUNCTION("getAllBundleInfoByDeveloperId", GetAllBundleInfoByDeveloperId), in BundleManagerExport()
H A Dbundle_manager.h335 napi_value GetAllBundleInfoByDeveloperId(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp5050 napi_value GetAllBundleInfoByDeveloperId(napi_env env, napi_callback_info info) in GetAllBundleInfoByDeveloperId() function
5075 iBundleMgr->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId)); in GetAllBundleInfoByDeveloperId()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1138 …auto ret1 = dataMgr->GetAllBundleInfoByDeveloperId(STRING, bundleInfos, Constants::INVALID_USERID);
1141 auto ret2 = dataMgr->GetAllBundleInfoByDeveloperId(STRING, bundleInfos, Constants::ANY_USERID);
1151 auto ret3 = dataMgr->GetAllBundleInfoByDeveloperId(STRING, bundleInfos, Constants::ANY_USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp305 bundleMgrProxy.GetAllBundleInfoByDeveloperId( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1488 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
H A Dbundle_mgr_proxy.h1029 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h976 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
H A Dbundle_data_mgr.h952 ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1457 auto result = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4059 ErrCode BundleMgrHostImpl::GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::BundleMgrHostImpl
4078 return dataMgr->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId); in GetAllBundleInfoByDeveloperId()
H A Dbundle_data_mgr.cpp8303 ErrCode BundleDataMgr::GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3796 auto ret = GetAllBundleInfoByDeveloperId(developerId, infos, userId); in HandleGetAllBundleInfoByDeveloperId()
H A Dbundle_mgr_proxy.cpp4312 ErrCode BundleMgrProxy::GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6539 auto res = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9679 ErrCode ret = hostImpl->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, DEFAULT_USERID);