Home
last modified time | relevance | path

Searched refs:launcherAbilityInfos (Results 1 – 1 of 1) sorted by relevance

/test/ostest/wukong/common/src/
Dwukong_util.cpp147 std::vector<AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos(0); in GetAllAppInfo() local
149 bool result = launcherservice.GetAllLauncherAbilityInfos(USE_ID, launcherAbilityInfos); in GetAllAppInfo()
150 …DEBUG_LOG_STR("GetAllLauncherAbilityInfos: size (%u), result (%d)", launcherAbilityInfos.size(), r… in GetAllAppInfo()
151 if (launcherAbilityInfos.size() == 0) { in GetAllAppInfo()
155 for (auto item : launcherAbilityInfos) { in GetAllAppInfo()