Searched refs:getAllHalInstanceNames (Results 1 – 7 of 7) sorted by relevance
87 std::vector<std::string> getAllHalInstanceNames(const std::string& descriptor);
77 testing::ValuesIn(android::hardware::getAllHalInstanceNames(INetd::descriptor)),
127 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IAllocator::descriptor)),
143 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IKeystore::descriptor)),
326 testing::ValuesIn(android::hardware::getAllHalInstanceNames(INetd::descriptor)),
501 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IKeystore::descriptor)),
562 std::vector<std::string> getAllHalInstanceNames(const std::string& descriptor) { in getAllHalInstanceNames() function