Searched refs:gotConfig (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | VehicleUtilsTest.cpp | 517 const VehicleAreaConfig* gotConfig = getAreaConfig(testPropValue, testConfig); in TEST() local 519 ASSERT_EQ(*gotConfig, testAreaConfig); in TEST() 526 const VehicleAreaConfig* gotConfig = getAreaConfig(testPropValue, testConfig); in TEST() local 528 ASSERT_EQ(gotConfig, nullptr); in TEST() 540 const VehicleAreaConfig* gotConfig = getAreaConfig(testPropValue, testConfig); in TEST() local 542 ASSERT_EQ(*gotConfig, leftConfig); in TEST() 555 const VehicleAreaConfig* gotConfig = getAreaConfig(testPropValue, testConfig); in TEST() local 557 ASSERT_EQ(gotConfig, nullptr); in TEST()
|
/hardware/nxp/uwb/halimpl/hal/ |
D | phNxpUciHal.cc | 665 int gotConfig = NxpConfig_GetByteArray(configName, buffer.data(), buffer.size(), &retlen); in parseAntennaConfig() local 666 if (gotConfig) { in parseAntennaConfig()
|