Home
last modified time | relevance | path

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

/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.cpp104 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 Dbms_bundle_app_service_fwk_installer.cpp1592 * @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 Dbundlemgrproxy_fuzzer.cpp305 bundleMgrProxy.GetAllBundleInfoByDeveloperId( in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1487 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId, in GetAllBundleInfoByDeveloperId() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1032 virtual ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
/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.h944 ErrCode GetAllBundleInfoByDeveloperId(const std::string &developerId,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1469 * @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 Dbundle_mgr_host_impl.cpp4027 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 Dbundle_data_mgr.cpp7987 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 Dbundle_mgr_host.cpp3787 auto ret = GetAllBundleInfoByDeveloperId(developerId, infos, userId); in HandleGetAllBundleInfoByDeveloperId()
H A Dbundle_mgr_proxy.cpp4345 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 Dacts_bms_kit_system_test.cpp6591 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 Dbms_bundle_kit_service_test.cpp9706 * @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()

Completed in 101 milliseconds