/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 | 104 const std::string GET_ALL_BUNDLE_INFO_BY_DEVELOPER_ID = "GetAllBundleInfoByDeveloperId"; 5037 napi_value GetAllBundleInfoByDeveloperId(napi_env env, napi_callback_info info) in GetAllBundleInfoByDeveloperId() function 5062 iBundleMgr->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId)); in GetAllBundleInfoByDeveloperId()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 1592 * @tc.name: test function of GetAllBundleInfoByDeveloperId 1593 * @tc.desc: calling GetAllBundleInfoByDeveloperId of BundleDataMgr 1600 auto ret1 = dataMgr->GetAllBundleInfoByDeveloperId(STRING, bundleInfos, Constants::INVALID_USERID); in HWTEST_F() 1603 auto ret2 = dataMgr->GetAllBundleInfoByDeveloperId(STRING, bundleInfos, Constants::ANY_USERID); in HWTEST_F() 1613 auto ret3 = dataMgr->GetAllBundleInfoByDeveloperId(STRING, bundleInfos, Constants::ANY_USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 305 bundleMgrProxy.GetAllBundleInfoByDeveloperId( in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1487 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1032 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
|
/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 | 944 ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1469 * @tc.name: test GetAllBundleInfoByDeveloperId of BundleMgrProxy 1479 auto result = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 4027 ErrCode BundleMgrHostImpl::GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::BundleMgrHostImpl 4030 APP_LOGI("start GetAllBundleInfoByDeveloperId for developerId: %{public}s with user: %{public}d", in GetAllBundleInfoByDeveloperId() 4040 APP_LOGI("verify permission success, begin to GetAllBundleInfoByDeveloperId"); in GetAllBundleInfoByDeveloperId() 4046 return dataMgr->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId); in GetAllBundleInfoByDeveloperId()
|
H A D | bundle_data_mgr.cpp | 7987 ErrCode BundleDataMgr::GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3787 auto ret = GetAllBundleInfoByDeveloperId(developerId, infos, userId); in HandleGetAllBundleInfoByDeveloperId()
|
H A D | bundle_mgr_proxy.cpp | 4345 ErrCode BundleMgrProxy::GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::BundleMgrProxy 4349 APP_LOGI("begin GetAllBundleInfoByDeveloperId, developerId: %{public}s, userId :%{public}d", in GetAllBundleInfoByDeveloperId() 4353 APP_LOGE("fail to GetAllBundleInfoByDeveloperId due to write InterfaceToken fail"); in GetAllBundleInfoByDeveloperId() 4357 APP_LOGE("failed to GetAllBundleInfoByDeveloperId due to write developerId fail"); in GetAllBundleInfoByDeveloperId() 4361 APP_LOGE("fail to GetAllBundleInfoByDeveloperId due to write userId fail"); in GetAllBundleInfoByDeveloperId()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6591 auto res = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9706 * @tc.name: test GetAllBundleInfoByDeveloperId 9707 * @tc.desc: 1.Test the GetAllBundleInfoByDeveloperId by BundleMgrHostImpl 9715 ErrCode ret = hostImpl->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, DEFAULT_USERID); in HWTEST_F()
|