Searched refs:GetAllLauncherAbilityInfos (Results 1 – 6 of 6) sorted by relevance
37 …launcherService.GetAllLauncherAbilityInfos(reinterpret_cast<uintptr_t>(data), launcherAbilityInfos… in DoSomethingInterestingWithMyAPI()
79 …virtual bool GetAllLauncherAbilityInfos(int32_t userId, std::vector<LauncherAbilityInfo> &launcher…
144 launcherservice.GetAllLauncherAbilityInfos(userId, launcherAbilityInfos); in BenchmarkTestForGetAllLauncherAbilityInfos()
191 bool LauncherService::GetAllLauncherAbilityInfos(int32_t userId, std::vector<LauncherAbilityInfo> &… in GetAllLauncherAbilityInfos() function in OHOS::AppExecFwk::LauncherService
795 bool result = launcherservice.GetAllLauncherAbilityInfos(USERID, launcherAbilityInfos);812 bool result = launcherservice.GetAllLauncherAbilityInfos(1001, launcherAbilityInfos);
708 auto result = launcher->GetAllLauncherAbilityInfos(userId, launcherAbilityInfos); in InnerJSGetAllLauncherAbilityInfos()