Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp125 tmpResults](std::vector<aidlvhal::GetValueResult> getValueResults) { in GetValues() argument
126 for (const auto& aidlResult : getValueResults) { in GetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp727 const GetValueResults& getValueResults = maybeGetValueResults.value(); in TEST_F() local
728 ASSERT_TRUE(getValueResults.payloads.empty()) in TEST_F()
731 auto result = LargeParcelableBase::stableLargeParcelableToParcelable(getValueResults); in TEST_F()