Lines Matching refs:std

52 void FailureHalMissing(const FQName &fq_name, const std::string &instance) {  in FailureHalMissing()
84 static string RangeInstancesToString(const std::pair<It, It> &range) { in RangeInstancesToString()
85 std::stringstream ss; in RangeInstancesToString()
95 std::stringstream ss; in InstancesToString()
172 static bool IsApexUpdated(const std::string &apex_name) { in IsApexUpdated()
178 std::vector<ApexInfo> list; in IsApexUpdated()
202 instances.emplace(transport, std::move(fqInstance)); in TEST_P()
210 << static_cast<std::underlying_type_t<Transport>>(it->first) << ")" in TEST_P()
217 std::transform( in TEST_P()
219 std::inserter(passthrough_declared, passthrough_declared.begin()), in TEST_P()
248 std::transform( in TEST_P()
249 chain.begin(), chain.end(), std::back_inserter(fq_instances), in TEST_P()
268 std::set_difference( in TEST_P()
271 std::inserter(passthrough_not_allowed, passthrough_not_allowed.begin())); in TEST_P()
355 std::set<std::string> manifest_hwbinder_hals_ = GetHwbinderHals(manifest); in TEST_P()
359 if (std::string(name).find(IBase::descriptor) == 0) continue; in TEST_P()
389 std::set<std::string> manifest_passthrough_hals_ = in TEST_P()
416 if (std::string(interface) == IBase::descriptor) continue; in TEST_P()
418 const std::string instance = in TEST_P()
419 std::string(interface) + "/" + instance_name; in TEST_P()
489 static std::vector<std::string> hashesForInterface(const std::string &name) { in hashesForInterface()
491 if (std::find(module.types.begin(), module.types.end(), name) != in hashesForInterface()
500 static std::string getInterfaceHash(const sp<IBinder> &binder) { in getInterfaceHash()
513 std::string str; in getInterfaceHash()
528 std::cout << "INFO: " << descriptor in getInterfaceVersion()
530 << android::vintf::kDefaultAidlMinorVersion << std::endl; in getInterfaceVersion()
542 const std::string &name, in CheckAidlVersionMatchesDeclared()
553 std::cout << "For " << name << ", version " << actual_version in CheckAidlVersionMatchesDeclared()
554 << " matches declared value." << std::endl; in CheckAidlVersionMatchesDeclared()
558 std::cout << "For " << name << ", upgraded version " << actual_version in CheckAidlVersionMatchesDeclared()
560 << std::endl; in CheckAidlVersionMatchesDeclared()
568 std::cout << "For " << name << ", manifest declares version " in CheckAidlVersionMatchesDeclared()
572 << std::endl; in CheckAidlVersionMatchesDeclared()
590 const std::string type = package + "." + interface; in TEST_P()
591 const std::string name = type + "/" + instance; in TEST_P()
602 const std::string hash = getInterfaceHash(binder); in TEST_P()
603 const std::vector<std::string> hashes = hashesForInterface(type); in TEST_P()
609 std::find(hashes.begin(), hashes.end(), hash) != hashes.end(); in TEST_P()
620 std::cout << "INFO: using unfrozen hash '" << hash << "' for " << type in TEST_P()
621 << ". This will become an error upon release." << std::endl; in TEST_P()
634 std::cout << "INFO: missing hash for " << type in TEST_P()
635 << ". This will become an error upon release." << std::endl; in TEST_P()