Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h252 std::vector<VmsAssociatedLayer> getAvailableLayers(const VehiclePropValue& availability_state);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp571 auto result = getAvailableLayers(*message); in testGetAvailableLayers()
592 auto result = getAvailableLayers(*message); in testGetAvailableLayersMalformedData()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp339 std::vector<VmsAssociatedLayer> getAvailableLayers(const VehiclePropValue& availability_state) { in getAvailableLayers() function