Home
last modified time | relevance | path

Searched defs:propId (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp66 bool HalClient::isSubscribed(int32_t propId, in isSubscribed()
147 std::list<sp<HalClient>> SubscriptionManager::getSubscribedClients(int32_t propId, in getSubscribedClients()
154 int32_t propId, SubscribeFlags flags) const { in getSubscribedClientsLocked()
192 int32_t propId, const sp<HalClient> &client) { in addClientToPropMapLocked()
233 int32_t propId) { in unsubscribe()
289 for (int32_t propId : props) { in onCallbackDead() local
DVehiclePropertyStore.cpp80 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty()
DVehicleHalManager.cpp197 int32_t propId) { in unsubscribe()
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h45 int32_t propId; member
109 [[maybe_unused]] int32_t propId, [[maybe_unused]] int32_t areaId, in updateSampleRate()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp71 VehiclePropertyStore::Record* VehiclePropertyStore::getRecordLocked(int32_t propId) in getRecordLocked()
113 int32_t propId = propValue->prop; in writeValue() local
174 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty()
220 int32_t propId = propValue.prop; in readValue() local
230 VehiclePropertyStore::ValueResultType VehiclePropertyStore::readValue(int32_t propId, in readValue()
DVehicleObjectPool.cpp55 int propId = src.prop; in obtain() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DLinearFakeValueGenerator.cpp34 LinearFakeValueGenerator::LinearFakeValueGenerator(int32_t propId, float middleValue, in LinearFakeValueGenerator()
46 void LinearFakeValueGenerator::initGenCfg(int32_t propId, float middleValue, float initValue, in initGenCfg()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DLinearFakeValueGenerator.cpp32 LinearFakeValueGenerator::LinearFakeValueGenerator(int32_t propId, float middleValue, in LinearFakeValueGenerator()
44 void LinearFakeValueGenerator::initGenCfg(int32_t propId, float middleValue, float currentValue, in initGenCfg()
DLinearFakeValueGenerator.h37 int32_t propId; member
DDefaultVehicleHalServer.cpp331 int32_t propId; in genFakeDataCommand() local
380 int32_t propId; in genFakeDataCommand() local
506 int32_t propId; in setValueCommand() local
DDefaultVehicleHal.cpp87 auto propId = requestedPropValue.prop; in getUserHalProp() local
110 auto propId = requestedPropValue.prop; in get() local
/hardware/interfaces/automotive/vehicle/aidl/aidl_test/
DVehiclePropertyAnnotationJavaTest.java26 int propId = field.getInt(/* obj= */ null); in doesAnnotationMapContainsAllProps() local
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp122 int32_t propId = propIdAreaId.propId; in updateContSubConfigs() local
159 int32_t propId = option.propId; in subscribe() local
194 for (int32_t propId : propIds) { in unsubscribe() local
204 int32_t propId = it->propId; in unsubscribe() local
DDefaultVehicleHal.cpp356 int32_t propId = propValue.prop; in checkProperty() local
610 int32_t propId = option.propId; in checkSubscribeOptions() local
678 int32_t propId = option.propId; in subscribe() local
750 int32_t propId = value.prop; in checkWritePermission() local
766 int32_t propId = value.prop; in checkReadPermission() local
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultConfigSupportedPropertyIds_test.cpp40 int propId = property.config.prop; in TEST() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/include/
DLinearFakeValueGenerator.h54 int32_t propId; member
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp82 int32_t propId = value->getPropId(); in onPropertyEvent() local
95 bool waitForExpectedEvents(int32_t propId, size_t expectedEvents, in waitForExpectedEvents()
104 std::vector<int64_t> getEventTimestamps(int32_t propId) { in getEventTimestamps()
211 int32_t propId = toInt(VehicleProperty::PERF_VEHICLE_SPEED); in TEST_P() local
253 int32_t propId = cfg.getPropId(); in TEST_P() local
299 int32_t propId = toInt(VehicleProperty::PERF_VEHICLE_SPEED); in TEST_P() local
319 int32_t propId = toInt(VehicleProperty::INVALID); in TEST_P() local
343 int32_t propId = toInt(VehicleProperty::PERF_VEHICLE_SPEED); in TEST_P() local
435 int32_t propId = toInt(VehicleProperty::PARKING_BRAKE_ON); in TEST_P() local
475 void VtsHalAutomotiveVehicleTargetTest::verifyProperty(VehicleProperty propId, in verifyProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h115 int32_t propId, in doHalPropertySetError()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp197 int propId = vehiclePropConfig.prop; in storePropInitialValue() local
489 bool FakeVehicleHardware::isHvacPropAndHvacNotAvailable(int32_t propId, int32_t areaId) const { in isHvacPropAndHvacNotAvailable()
576 auto propId = value.prop; in getUserHalProp() local
598 int32_t propId = value.prop; in maybeGetSpecialValue() local
726 int32_t propId = value.prop; in maybeSetSpecialValue() local
1088 int32_t propId; in genFakeDataHelp() local
1122 int32_t propId; in genFakeDataHelp() local
1454 std::string FakeVehicleHardware::dumpOnePropertyById(int32_t propId, int32_t areaId) { in genFakeDataHelp()
1718 int32_t propId = value.prop; in dumpSaveProperty() local
1748 int32_t propId = value.prop; in dumpRestoreProperty() local
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h69 int32_t propId, int32_t areaId, in getAreaConfig()
315 int32_t propId; member
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp104 std::unique_ptr<IHalPropValue> createHalPropValue(int32_t propId) override { in createHalPropValue()
109 std::unique_ptr<IHalPropValue> createHalPropValue([[maybe_unused]] int32_t propId, in createHalPropValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/
DJsonConfigLoader.cpp436 const Json::Value& parentJsonNode, const std::string& fieldName, int propId, in parseAccessChangeMode()
541 int32_t propId; in parseEachProperty() local
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp184 aidlvhal::StatusCode GRPCVehicleHardware::updateSampleRate(int32_t propId, int32_t areaId, in updateSampleRate()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.cpp91 StatusCode MockVehicleHardware::updateSampleRate(int32_t propId, int32_t areaId, float sampleRate) { in updateSampleRate()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp275 int propId = toInt(VehicleProperty::INFO_FUEL_CAPACITY); in TEST_F() local

12