Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVmsUtils.h159 std::unique_ptr<VehiclePropValue> createSubscriptionsRequest();
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp62 using ::android::hardware::automotive::vehicle::V2_0::vms::createSubscriptionsRequest;
306 message = createSubscriptionsRequest(); in invokeVmsUtils()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVmsUtils.cpp121 std::unique_ptr<VehiclePropValue> createSubscriptionsRequest() { in createSubscriptionsRequest() function
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVmsUtils_test.cpp133 auto message = createSubscriptionsRequest(); in TEST()