Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h180 std::unique_ptr<VehiclePropValue> createStartSessionMessage(const int service_id,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp61 using ::android::hardware::automotive::vehicle::V2_0::vms::createStartSessionMessage;
333 message = createStartSessionMessage(intValue, intValue + 1); in invokeVmsUtils()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp150 std::unique_ptr<VehiclePropValue> createStartSessionMessage(const int service_id, in createStartSessionMessage() function
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp415 auto message = createStartSessionMessage(123, 456); in TEST()