Home
last modified time | relevance | path

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

/packages/services/Car/cpp/security/vehicle_binding_util/tests/
DVehicleBindingUtilTest.cpp123 std::vector<int32_t> expectedProps = { in setMockVhalPropertySupported() local
126 EXPECT_CALL(*mMockVehicle, getPropConfigs(expectedProps)) in setMockVhalPropertySupported()
174 std::vector<int32_t> expectedProps = {toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED)}; in TEST_F() local
175 EXPECT_CALL(*mMockVehicle, getPropConfigs(expectedProps)) in TEST_F()