/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_ibundle_mgr.h | 25 enum ApplicationFlag; 35 MOCK_METHOD3(GetApplicationInfos, bool(const AppExecFwk::ApplicationFlag flag, 37 MOCK_METHOD4(GetApplicationInfo, bool(const std::string& appName, const AppExecFwk::ApplicationFlag flag,
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_bundle_mgr_helper.cpp | 52 bool BundleActiveBundleMgrHelper::GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag,
in GetApplicationInfo() 71 bool BundleActiveBundleMgrHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag flag,
in GetApplicationInfos() 139 AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, userId, appInfo)) {
in IsLauncherApp() 155 if (!GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO,
in InitLauncherAppMap()
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 47 using ApplicationFlag = OHOS::AppExecFwk::ApplicationFlag; 48 OHOS::AppExecFwk::ApplicationFlag flag = OHOS::AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO;
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapplicationinfo_fuzzer/ |
H A D | getapplicationinfo_fuzzer.cpp | 30 ApplicationFlag flag = ApplicationFlag::GET_BASIC_APPLICATION_INFO; in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_bundle_mgr_helper.h | 44 * @param flag which type is AppExecFwk::ApplicationFlag.
55 * @param flag which type is AppExecFwk::ApplicationFlag.
59 bool GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag,
62 bool GetApplicationInfos(const AppExecFwk::ApplicationFlag flag,
|
H A D | bundle_active_service.h | 52 using ApplicationFlag = OHOS::AppExecFwk::ApplicationFlag;
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | bundle_manager_helper.h | 44 bool GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag, 46 bool GetApplicationInfos(const AppExecFwk::ApplicationFlag flag, int userId,
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_helper_unit_test.cpp | 78 AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, 0, applicationInfo); in HWTEST_F() 122 BundleManagerHelper::GetInstance()->GetApplicationInfo("", AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, in HWTEST_F() 126 BundleManagerHelper::GetInstance()->GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, in HWTEST_F()
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | bundle_manager_helper.cpp | 52 AppExecFwk::ApplicationFlag flag, const int userId, AppExecFwk::ApplicationInfo &appInfo) in GetApplicationInfo() 65 bool WEAK_FUNC BundleManagerHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag flag, int userId, in GetApplicationInfos()
|
/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_standby_helper_unit_test.cpp | 68 BundleManagerHelper::GetInstance()->GetApplicationInfo("", AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, in HWTEST_F() 72 BundleManagerHelper::GetInstance()->GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, in HWTEST_F()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | ibundle_manager_helper_mock.h | 28 MOCK_METHOD4(GetApplicationInfo, bool(const std::string &, const AppExecFwk::ApplicationFlag,
|
H A D | ibundle_manager_helper.h | 24 virtual bool GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag,
|
/foundation/resourceschedule/device_standby/services/test/unittest/mock/include/ |
H A D | mock_bundle_manager_helper.h | 28 MOCK_METHOD4(GetApplicationInfo, bool(const std::string &, const AppExecFwk::ApplicationFlag,
|
H A D | ibundle_manager_helper.h | 24 virtual bool GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/ |
H A D | bms_bundle_quick_fix_query_test.cpp | 283 BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, result);
in HWTEST_F() 306 BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, result);
in HWTEST_F() 330 BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, result);
in HWTEST_F() 355 BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, result);
in HWTEST_F() 379 BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, result);
in HWTEST_F() 404 BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, result);
in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/ |
H A D | mock_bundle_manager.h | 58 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override; 91 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.cpp | 26 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) in GetApplicationInfo() 83 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) in GetApplicationInfo()
|
H A D | mock_bundle_manager.h | 38 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override; 78 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override;
|
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/ |
H A D | mock_bundle_manager.h | 58 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override; 91 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override;
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_bundle_manager.h | 65 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override; 88 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_accesstokenid_test/ |
H A D | bms_bundle_accesstokenid_test.cpp | 230 bool result = dataMgr->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, info); in HWTEST_F() 250 bool result = dataMgr->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, info); in HWTEST_F() 272 bool result = dataMgr->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, info); in HWTEST_F() 309 bool result = dataMgr->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, info); in HWTEST_F() 314 result = dataMgr->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, info2); in HWTEST_F() 337 bool result = dataMgr->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, info); in HWTEST_F() 342 result = dataMgr->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, info2); in HWTEST_F() 384 bool result = dataMgr->GetApplicationInfo(BUNDLE_NAME_SYSTEM_RESOURCE, ApplicationFlag::GET_BASIC_APPLICATION_INFO, in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 503 bundleMgrProxy->GetApplicationInfo(bundleName, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo); in HWTEST_F() 538 bundleName, ApplicationFlag::GET_APPLICATION_INFO_WITH_PERMISSION, USERID, appInfo); in HWTEST_F() 578 bundleMgrProxy->GetApplicationInfo(bundleName, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo); in HWTEST_F() 612 bundleMgrProxy->GetApplicationInfo(bundleName, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo); in HWTEST_F() 635 bundleMgrProxy->GetApplicationInfo(bundleName, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo); in HWTEST_F() 767 bundleName, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo)); in HWTEST_F() 796 bundleName, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo)); in HWTEST_F() 828 bundleName, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo)); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_bundle_manager.h | 48 const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) override;
|
/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | bundle_manager_helper.h | 37 bool GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag,
|
/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/include/ |
H A D | mock_bundle_manager.h | 60 virtual bool GetApplicationInfos(const ApplicationFlag flag,
|