Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h153 std::unique_ptr<VehiclePropValue> createAvailabilityRequest();
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp113 std::unique_ptr<VehiclePropValue> createAvailabilityRequest() { in createAvailabilityRequest() function
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp124 auto message = createAvailabilityRequest(); in TEST()