Home
last modified time | relevance | path

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

/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DAssertOk.h129 static void expectValueOrFailure(Result res, Value expectedValue, Value actualValue, in expectValueOrFailure() argument
132 ASSERT_EQ(expectedValue, actualValue); in expectValueOrFailure()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp975 const std::vector<std::string>& expectedValue, in checkSysfsStatus() argument
979 if (expectedValue.size() == 0) { in checkSysfsStatus()
998 if (std::find(expectedValue.begin(), expectedValue.end(), val) != expectedValue.end()) { in checkSysfsStatus()
1033 if (std::find(expectedValue.begin(), expectedValue.end(), val) != in checkSysfsStatus()
1034 expectedValue.end()) { in checkSysfsStatus()
1039 for (auto& s : expectedValue) { in checkSysfsStatus()
DBrightnessController.h132 int checkSysfsStatus(const std::string& file, const std::vector<std::string>& expectedValue,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp389 auto expectedValue = hal->getValuePool()->obtainInt32(VAL); in TEST_F() local
390 expectedValue->prop = PROP; in TEST_F()
391 expectedValue->areaId = 0; in TEST_F()
393 actualStatusCode = manager->set(*expectedValue.get()); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp288 auto expectedValue = in invokeSetAndGetValues() local
290 expectedValue->prop = vehicleProp2; in invokeSetAndGetValues()
291 expectedValue->areaId = mFuzzedDataProvider->ConsumeIntegral<int32_t>(); in invokeSetAndGetValues()
292 mManager->set(*expectedValue.get()); in invokeSetAndGetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp1802 auto expectedValue = VehiclePropValue{ in TEST_F()
1807 ASSERT_EQ(events[0], expectedValue); in TEST_F()
2053 float expectedValue = 25; in TEST_F() local
2056 .value.floatValues = {expectedValue}}); in TEST_F()
2062 EXPECT_EQ(expectedValue, event.value.floatValues[0]); in TEST_F()
2087 float expectedValue = 24; in TEST_F() local
2090 .value.floatValues = {expectedValue}}); in TEST_F()
2097 EXPECT_EQ(expectedValue, events[0].value.floatValues[0]); in TEST_F()
2427 auto expectedValue = VehiclePropValue{ in TEST_F()
2440 ASSERT_EQ(events[0], expectedValue); in TEST_F()
[all …]