Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp325 EXPECT_TRUE(hasServiceNewlyStarted(*message)); in TEST()
332 EXPECT_FALSE(hasServiceNewlyStarted(*message)); in TEST()
337 EXPECT_FALSE(hasServiceNewlyStarted(*message)); in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h226 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp267 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change) { in hasServiceNewlyStarted() function