/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 166 DECLARE_NAPI_FUNCTION("getAllBundleInfoByDeveloperId", GetAllBundleInfoByDeveloperId), in BundleManagerExport()
|
H A D | bundle_manager.h | 335 napi_value GetAllBundleInfoByDeveloperId(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 5050 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 D | bms_bundle_app_service_fwk_installer.cpp | 1138 …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 D | bundlemgrproxy_fuzzer.cpp | 305 bundleMgrProxy.GetAllBundleInfoByDeveloperId( in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1488 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
|
H A D | bundle_mgr_proxy.h | 1029 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 976 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
|
H A D | bundle_data_mgr.h | 952 ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
|
/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 | 1457 auto result = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 4059 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 D | bundle_data_mgr.cpp | 8303 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 D | bundle_mgr_host.cpp | 3796 auto ret = GetAllBundleInfoByDeveloperId(developerId, infos, userId); in HandleGetAllBundleInfoByDeveloperId()
|
H A D | bundle_mgr_proxy.cpp | 4312 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 D | acts_bms_kit_system_test.cpp | 6539 auto res = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9679 ErrCode ret = hostImpl->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, DEFAULT_USERID);
|