Searched refs:hasServiceNewlyStarted (Results 1 – 4 of 4) sorted by relevance
228 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change);
399 EXPECT_TRUE(hasServiceNewlyStarted(*message)); in TEST()406 EXPECT_FALSE(hasServiceNewlyStarted(*message)); in TEST()411 EXPECT_FALSE(hasServiceNewlyStarted(*message)); in TEST()
66 using ::android::hardware::automotive::vehicle::V2_0::vms::hasServiceNewlyStarted;332 hasServiceNewlyStarted(*message); in invokeVmsUtils()
286 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change) { in hasServiceNewlyStarted() function