/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_bundle_mgr_helper.cpp | 72 bool BundleActiveBundleMgrHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag flag, in GetApplicationInfos() function in OHOS::DeviceUsageStats::BundleActiveBundleMgrHelper 82 if (bundleMgr_ != nullptr && bundleMgr_->GetApplicationInfos(flag, userId, appInfos)) { in GetApplicationInfos() 156 if (!GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, in InitLauncherAppMap()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | bundle_manager_helper.cpp | 61 bool WEAK_FUNC BundleManagerHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag flag, int… in GetApplicationInfos() function in OHOS::DevStandbyMgr::BundleManagerHelper 68 if (bundleMgr_ == nullptr || !bundleMgr_->GetApplicationInfos(flag, userId, appInfos)) { in GetApplicationInfos()
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | bundle_manager_helper.cpp | 220 bool BundleManagerHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag &flag, in GetApplicationInfos() function in OHOS::EventFwk::BundleManagerHelper 239 return sptrBundleMgr_->GetApplicationInfos(flag, osAccountIds[0], appInfos); in GetApplicationInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapplicationinfos_fuzzer/ |
H A D | getapplicationinfos_fuzzer.cpp | 59 return bundleMgr->GetApplicationInfos( in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | bundle_manager_helper.h | 38 bool GetApplicationInfos(const AppExecFwk::ApplicationFlag flag, int userId,
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | bundle_manager_helper.h | 100 bool GetApplicationInfos(const AppExecFwk::ApplicationFlag &flag,
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/include/ |
H A D | mock_bundle_manager.h | 60 virtual bool GetApplicationInfos(const ApplicationFlag flag,
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_bundle_mgr_helper.h | 62 bool GetApplicationInfos(const AppExecFwk::ApplicationFlag flag,
|
/ohos5.0/foundation/resourceschedule/device_standby/services/ |
H A D | libstandby_service.versionscript | 28 *GetApplicationInfos*;
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_standby_helper_unit_test.cpp | 72 …BundleManagerHelper::GetInstance()->GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_BASIC_APP…
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/ |
H A D | mock_bundle_manager.cpp | 73 bool BundleMgrStub::GetApplicationInfos(const ApplicationFlag flag, int userId, vector<ApplicationI… in GetApplicationInfos() function in OHOS::AppExecFwk::BundleMgrStub
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_helper_unit_test.cpp | 126 …BundleManagerHelper::GetInstance()->GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_BASIC_APP…
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 258 bool BundleManagerHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag &flag, in GetApplicationInfos() function in OHOS::EventFwk::BundleManagerHelper
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 83 DECLARE_NAPI_FUNCTION("getApplicationInfos", GetApplicationInfos), in Init()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 132 DECLARE_NAPI_FUNCTION("getAllApplicationInfo", GetApplicationInfos), in BundleManagerExport()
|
H A D | bundle_manager.h | 312 napi_value GetApplicationInfos(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | bundle_active_total_test.cpp | 146 BundleActiveBundleMgrHelper::GetInstance()->GetApplicationInfos(flag, 0, appInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 164 bundleMgrProxy.GetApplicationInfos( in DoSomethingInterestingWithMyAPI() 166 bundleMgrProxy.GetApplicationInfos(0, reinterpret_cast<uintptr_t>(data), appInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_mass_storage_notification.cpp | 123 … if (!bundleMgr->GetApplicationInfos(OHOS::AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, in GetFilemanagerBundleName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 163 …bundleMgrProxy->GetApplicationInfos(ApplicationFlag::GET_APPLICATION_INFO_WITH_PERMISSION, DEFAULT… in BenchmarkTestGetApplicationInfosByApplicationFlag() 186 bundleMgrProxy->GetApplicationInfos(flags, DEFAULT_USERID, appInfos); in BenchmarkTestGetApplicationInfosByFlags()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 115 virtual bool GetApplicationInfos( in GetApplicationInfos() function 128 virtual bool GetApplicationInfos( in GetApplicationInfos() function
|
H A D | bundle_mgr_proxy.h | 79 virtual bool GetApplicationInfos( 89 virtual bool GetApplicationInfos(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 79 virtual bool GetApplicationInfos( 89 virtual bool GetApplicationInfos(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 834 bundleMgrProxy->GetApplicationInfos( 872 …bundleMgrProxy->GetApplicationInfos(ApplicationFlag::GET_APPLICATION_INFO_WITH_PERMISSION, USERID,…
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/ |
H A D | net_policy_service.cpp | 493 …bool retC = bundleMgrProxy->GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_APPLICATION_INFO_… in GetNetworkAccessPolicy()
|