Lines Matching defs:hceApps
181 std::vector<AppDataParser::HceAppAidInfo> hceApps;
182 ExternalDepsProxy::GetInstance().GetHceApps(hceApps);
183 InfoLog("AddAidRoutingHceOtherAids: hce apps size %{public}zu", hceApps.size());
184 for (const AppDataParser::HceAppAidInfo &appAidInfo : hceApps) {
403 std::vector<AppDataParser::HceAppAidInfo> hceApps;
404 ExternalDepsProxy::GetInstance().GetHceAppsByAid(aid, hceApps);
405 if (hceApps.empty()) {
410 if (hceApps.size() == 1) {
411 ElementName element = hceApps[0].element;
417 for (const AppDataParser::HceAppAidInfo &hceApp : hceApps) {
441 HandleOtherAidConflicted(hceApps);
444 void CeService::HandleOtherAidConflicted(const std::vector<AppDataParser::HceAppAidInfo> &hceApps)