/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.h | 30 std::vector<LauncherAbilityInfo> launcherAbilityInfos;
member
|
H A D | js_launcher.cpp | 52 std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos; member 314 ParseLauncherAbilityInfo( napi_env env, napi_value result, const std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> &launcherAbilityInfos) ParseLauncherAbilityInfo() argument 699 InnerJSGetAllLauncherAbilityInfos(uint32_t userId, std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> &launcherAbilityInfos) InnerJSGetAllLauncherAbilityInfos() argument 797 InnerJSGetLauncherAbilityInfos(napi_env env, std::string& bundleName, uint32_t userId, std::vector<OHOS::AppExecFwk::LauncherAbilityInfo>& launcherAbilityInfos) InnerJSGetLauncherAbilityInfos() argument [all...] |
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/launcherservice_fuzzer/ |
H A D | launcherservice_fuzzer.cpp | 32 std::vector<LauncherAbilityInfo> launcherAbilityInfos; in DoSomethingInterestingWithMyAPI() local 37 launcherService.GetAllLauncherAbilityInfos(reinterpret_cast<uintptr_t>(data), launcherAbilityInfos); in DoSomethingInterestingWithMyAPI() local 40 launcherService.GetAllLauncherAbility(reinterpret_cast<uintptr_t>(data), launcherAbilityInfos); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/ |
H A D | launcher_bundle_manager.h | 38 std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos;
member 44 std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos;
member
|
H A D | launcher_bundle_manager.cpp | 172 std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos; in GetLauncherAbilityInfoSync() local 59 InnerGetLauncherAbilityInfo(const std::string &bundleName, int32_t userId, std::vector<OHOS::AppExecFwk::LauncherAbilityInfo>& launcherAbilityInfos) InnerGetLauncherAbilityInfo() argument 190 InnerGetAllLauncherAbilityInfo(int32_t userId, std::vector<OHOS::AppExecFwk::LauncherAbilityInfo>& launcherAbilityInfos) InnerGetAllLauncherAbilityInfo() argument [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/ |
H A D | launcher_service_test.cpp | 107 std::vector<LauncherAbilityInfo> launcherAbilityInfos; in BenchmarkTestForGetAbilityList() local 141 std::vector<LauncherAbilityInfo> launcherAbilityInfos; in BenchmarkTestForGetAllLauncherAbilityInfos() local
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 190 bool LauncherService::GetAllLauncherAbilityInfos(int32_t userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) in GetAllLauncherAbilityInfos() argument 140 GetAbilityList( const std::string &bundleName, const int userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) GetAbilityList() argument 308 GetLauncherAbilityByBundleName(const std::string &bundleName, const int32_t userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) GetLauncherAbilityByBundleName() argument 342 GetAllLauncherAbility(const int32_t userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) GetAllLauncherAbility() argument [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 625 std::vector<LauncherAbilityInfo> launcherAbilityInfos; in HWTEST_F() local 235 CheckAbilityList( const std::vector<LauncherAbilityInfo> &launcherAbilityInfos, std::string &abilityName) CheckAbilityList() argument 246 CheckAbilityInfo( LauncherAbilityInfo &launcherAbilityInfos, const std::string &abilityName) CheckAbilityInfo() argument 661 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 689 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 723 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 743 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 768 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 794 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 811 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 923 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 946 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 962 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local 977 std::vector<LauncherAbilityInfo> launcherAbilityInfos; HWTEST_F() local [all...] |