Searched refs:propertyId (Results 1 – 8 of 8) sorted by relevance
83 void onPropertyUnsubscribed(int propertyId) { in onPropertyUnsubscribed() argument86 lastUnsubscribedProperty = propertyId; in onPropertyUnsubscribed()
102 void onAllClientsUnsubscribed(int32_t propertyId);
236 VehiclePropValuePool::RecyclableType createAdasStateReq(int32_t propertyId, int32_t areaId,287 void sendAdasPropertiesState(int32_t propertyId, int32_t state);
317 int propertyId = parseIntEnumField(propertyDef); in main() local327 ValueField field = new ValueField(name, propertyId); in main()
564 void VehicleHalManager::onAllClientsUnsubscribed(int32_t propertyId) { in onAllClientsUnsubscribed() argument565 mHal->unsubscribe(propertyId); in onAllClientsUnsubscribed()
450 VehiclePropValuePool::RecyclableType FakeVehicleHardware::createAdasStateReq(int32_t propertyId, in createAdasStateReq() argument454 req->prop = propertyId; in createAdasStateReq()990 void FakeVehicleHardware::sendAdasPropertiesState(int32_t propertyId, int32_t state) { in sendAdasPropertiesState() argument991 auto& adasDependentPropIds = mAdasEnabledPropToAdasPropWithErrorState.find(propertyId)->second; in sendAdasPropertiesState()
150 bool checkIsSupported(int32_t propertyId);1379 bool VtsHalAutomotiveVehicleTargetTest::checkIsSupported(int32_t propertyId) { in checkIsSupported() argument1380 auto result = mVhalClient->getPropConfigs({propertyId}); in checkIsSupported()
418 std::unique_ptr<VehiclePropConfig> getVehiclePropConfig(int32_t propertyId) { in getVehiclePropConfig() argument421 if (config.prop == propertyId) { in getVehiclePropConfig()