Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h62 struct VmsLayerAndPublisher { struct
63 VmsLayerAndPublisher(VmsLayer layer, int publisher_id) in VmsLayerAndPublisher() function
135 const VmsLayerAndPublisher& layer);
146 const VmsLayerAndPublisher& layer);
171 const VmsLayerAndPublisher& layer_publisher, const std::string& vms_packet);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp64 const VmsLayerAndPublisher& layer_publisher) { in createSubscribeToPublisherMessage()
80 const VmsLayerAndPublisher& layer_publisher) { in createUnsubscribeToPublisherMessage()
130 const VmsLayerAndPublisher& layer_publisher, const std::string& vms_packet) { in createDataMessageWithLayerPublisherInfo()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp143 const VmsLayerAndPublisher layer_and_publisher(VmsLayer(2, 0, 1), 123); in TEST()
179 const VmsLayerAndPublisher layer_and_publisher(VmsLayer(1, 0, 1), 123); in TEST()