Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +0 −8 Original line number Diff line number Diff line Loading @@ -1024,14 +1024,6 @@ const ConfigDeclaration kVehicleProperties[]{ .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, }, { .config = { .prop = toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, }, { .config = { Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/DefaultVhalImpl_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class DefaultVhalImplTest : public ::testing::Test { TEST_F(DefaultVhalImplTest, testListProperties) { std::vector<VehiclePropConfig> configs = mHal->listProperties(); EXPECT_EQ((size_t)122, configs.size()); EXPECT_EQ((size_t)121, configs.size()); } TEST_F(DefaultVhalImplTest, testGetDefaultPropertyFloat) { Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +0 −8 Original line number Diff line number Diff line Loading @@ -1024,14 +1024,6 @@ const ConfigDeclaration kVehicleProperties[]{ .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, }, { .config = { .prop = toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, }, { .config = { Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/DefaultVhalImpl_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class DefaultVhalImplTest : public ::testing::Test { TEST_F(DefaultVhalImplTest, testListProperties) { std::vector<VehiclePropConfig> configs = mHal->listProperties(); EXPECT_EQ((size_t)122, configs.size()); EXPECT_EQ((size_t)121, configs.size()); } TEST_F(DefaultVhalImplTest, testGetDefaultPropertyFloat) { Loading