Home
last modified time | relevance | path

Searched defs:launcherAbilityInfos (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.h30 std::vector<LauncherAbilityInfo> launcherAbilityInfos; member
H A Djs_launcher.cpp52 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 Dlauncherservice_fuzzer.cpp32 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 Dlauncher_bundle_manager.h38 std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos; member
44 std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos; member
H A Dlauncher_bundle_manager.cpp172 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 Dlauncher_service_test.cpp107 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 Dlauncher_service.cpp190 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 Dbms_launcher_service_system_test.cpp625 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...]

Completed in 6 milliseconds