Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h228 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp399 EXPECT_TRUE(hasServiceNewlyStarted(*message)); in TEST()
406 EXPECT_FALSE(hasServiceNewlyStarted(*message)); in TEST()
411 EXPECT_FALSE(hasServiceNewlyStarted(*message)); in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp66 using ::android::hardware::automotive::vehicle::V2_0::vms::hasServiceNewlyStarted;
332 hasServiceNewlyStarted(*message); in invokeVmsUtils()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp286 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change) { in hasServiceNewlyStarted() function