Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/libaidlvintf_test_helper/
H A DVintf.cpp26 static std::vector<std::string> gUnimplementedInterfaces; variable
38 if (gUnimplementedInterfaces.empty()) { in TEST()
45 << android::base::Join(gUnimplementedInterfaces, ", "); in TEST()
70 gUnimplementedInterfaces.push_back(descriptor); in getAidlHalInstanceNames()