Loading automotive/vehicle/vts/src/VtsHalAutomotiveVehicle_TargetTest.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <android-base/stringprintf.h> #include <android-base/thread_annotations.h> #include <android/binder_process.h> #include <android/hardware/automotive/vehicle/2.0/IVehicle.h> #include <gmock/gmock.h> #include <gtest/gtest.h> #include <hidl/GtestPrinter.h> Loading Loading @@ -1190,7 +1191,8 @@ std::vector<ServiceDescriptor> getDescriptors() { .isAidlService = true, }); } for (std::string name : getAllHalInstanceNames(IVehicle::descriptor)) { for (std::string name : getAllHalInstanceNames( android::hardware::automotive::vehicle::V2_0::IVehicle::descriptor)) { descriptors.push_back({ .name = name, .isAidlService = false, Loading Loading
automotive/vehicle/vts/src/VtsHalAutomotiveVehicle_TargetTest.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <android-base/stringprintf.h> #include <android-base/thread_annotations.h> #include <android/binder_process.h> #include <android/hardware/automotive/vehicle/2.0/IVehicle.h> #include <gmock/gmock.h> #include <gtest/gtest.h> #include <hidl/GtestPrinter.h> Loading Loading @@ -1190,7 +1191,8 @@ std::vector<ServiceDescriptor> getDescriptors() { .isAidlService = true, }); } for (std::string name : getAllHalInstanceNames(IVehicle::descriptor)) { for (std::string name : getAllHalInstanceNames( android::hardware::automotive::vehicle::V2_0::IVehicle::descriptor)) { descriptors.push_back({ .name = name, .isAidlService = false, Loading