/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/ |
D | UserHalHelper.cpp | 64 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue() 182 Result<InitialUserInfoRequest> toInitialUserInfoRequest(const VehiclePropValue& propValue) { in toInitialUserInfoRequest() 201 Result<SwitchUserRequest> toSwitchUserRequest(const VehiclePropValue& propValue) { in toSwitchUserRequest() 230 Result<CreateUserRequest> toCreateUserRequest(const VehiclePropValue& propValue) { in toCreateUserRequest() 249 Result<RemoveUserRequest> toRemoveUserRequest(const VehiclePropValue& propValue) { in toRemoveUserRequest() 268 const VehiclePropValue& propValue) { in toUserIdentificationGetRequest() 290 const VehiclePropValue& propValue) { in toUserIdentificationSetRequest() 319 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue() local 332 auto propValue = pool.obtain(getPropType(initialUserInfoProp)); in toVehiclePropValue() local 348 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue() local [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/utils/ |
D | UserHalHelper.cpp | 39 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue() 163 Result<InitialUserInfoRequest> toInitialUserInfoRequest(const VehiclePropValue& propValue) { in toInitialUserInfoRequest() 182 Result<SwitchUserRequest> toSwitchUserRequest(const VehiclePropValue& propValue) { in toSwitchUserRequest() 211 Result<CreateUserRequest> toCreateUserRequest(const VehiclePropValue& propValue) { in toCreateUserRequest() 230 Result<RemoveUserRequest> toRemoveUserRequest(const VehiclePropValue& propValue) { in toRemoveUserRequest() 249 const VehiclePropValue& propValue) { in toUserIdentificationGetRequest() 270 const VehiclePropValue& propValue) { in toUserIdentificationSetRequest() 296 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue() local 307 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue() local 321 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue() local [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/ |
D | UserHalHelper_test.cpp | 80 VehiclePropValue propValue{ in TEST() local 100 VehiclePropValue propValue{ in TEST() local 119 VehiclePropValue propValue{ in TEST() local 140 VehiclePropValue propValue{ in TEST() local 152 VehiclePropValue propValue{ in TEST() local 164 VehiclePropValue propValue{ in TEST() local 176 VehiclePropValue propValue{ in TEST() local 209 VehiclePropValue propValue{ in TEST() local 230 VehiclePropValue propValue{ in TEST() local 296 VehiclePropValue propValue{ in TEST() local [all …]
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/test/ |
D | UserHalHelper_test.cpp | 97 VehiclePropValue propValue{ in TEST() local 116 VehiclePropValue propValue{ in TEST() local 134 VehiclePropValue propValue{ in TEST() local 146 VehiclePropValue propValue{ in TEST() local 158 VehiclePropValue propValue{ in TEST() local 170 VehiclePropValue propValue{ in TEST() local 203 VehiclePropValue propValue{ in TEST() local 222 VehiclePropValue propValue{ in TEST() local 288 VehiclePropValue propValue{ in TEST() local 308 VehiclePropValue propValue{ in TEST() local [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultVehicleHal.cpp | 43 const VehicleAreaConfig* getAreaConfig(const VehiclePropValue& propValue, in getAreaConfig() 332 StatusCode DefaultVehicleHal::setUserHalProp(const VehiclePropValue& propValue) { in setUserHalProp() 349 StatusCode DefaultVehicleHal::set(const VehiclePropValue& propValue) { in set() 469 VehiclePropValue propValue = { in doInternalHealthCheck() local 586 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()
|
D | FakeObd2Frame.cpp | 155 const VehiclePropValue& propValue) { in clearObd2FreezeFrames()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/ |
D | VehiclePropertyStore.cpp | 79 const VehiclePropValue& propValue, const VehiclePropertyStore::Record& record) const in getRecordIdLocked() argument 109 VhalResult<void> VehiclePropertyStore::writeValue(VehiclePropValuePool::RecyclableType propValue, in writeValue() 219 VehiclePropValue propValue = { in refreshTimestamps() local 260 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehiclePropertyStore.cpp | 45 bool VehiclePropertyStore::writeValueLocked(const VehiclePropValue& propValue, bool updateStatus) { in writeValueLocked() 70 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue, bool updateStatus) { in writeValue() 100 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
|
D | WatchdogClient.cpp | 111 VehiclePropValue propValue = {.prop = (int32_t)VehicleProperty::PERF_VEHICLE_SPEED}; in isClientHealthy() local
|
D | SubscriptionManager.cpp | 127 for (const auto& propValue: propValues) { in distributeValuesToClients() local
|
D | VehicleHalManager.cpp | 599 int propValue; in parseSetPropOptions() local
|
/hardware/qcom/sm7250/media/libplatformconfig/ |
D | ConfigParser.cpp | 56 std::string propValue(attr[3]); in processProperty() local
|
/hardware/qcom/sm8150/media/libplatformconfig/ |
D | ConfigParser.cpp | 56 std::string propValue(attr[3]); in processProperty() local
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/ |
D | Obd2SensorStoreTest.cpp | 56 auto propValue = sensorStore.getSensorProperty(dtc); in TEST() local
|
D | FakeObd2FrameTest.cpp | 50 [](const VehiclePropValue& propValue) { return propValue.timestamp; }); in SetUp()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/ |
D | FakeObd2Frame.cpp | 171 VhalResult<void> FakeObd2Frame::clearObd2FreezeFrames(const VehiclePropValue& propValue) { in clearObd2FreezeFrames()
|
D | Obd2SensorStore.cpp | 130 auto propValue = mValuePool->obtain(VehiclePropertyType::MIXED); in getSensorProperty() local
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | VehicleManager_fuzzer.h | 48 StatusCode set(const VehiclePropValue& propValue) override { in set()
|
D | VehicleManager_fuzzer.cpp | 509 VehiclePropValue propValue{}; in invokeVehiclePropStore() local
|
/hardware/nxp/nfc/snxxx/halimpl/hal/ |
D | phNxpNciHal_IoctlOperations.cc | 84 string propValue; in property_get_intf() local 273 string propValue; in phNxpNciHal_getSystemProperty() local
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
D | VehicleUtils.h | 88 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& propValue, in getAreaConfig()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 531 VehiclePropValue propValue{ in TEST_F() local 1817 auto propValue = result.value(); in TEST_F() local 1841 auto propValue = getValueResult.value(); in TEST_F() local 2661 auto propValue = getValueResult.value(); in TEST_F() local
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 99 StatusCode set(const VehiclePropValue& propValue) override { in set()
|
/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
D | RemoteAccessServiceUnitTest.cpp | 160 auto propValue = std::make_unique<AidlHalPropValue>(requestValue.getPropId()); in getValueSync() local
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | DefaultVehicleHal.cpp | 422 Result<void> DefaultVehicleHal::checkProperty(const VehiclePropValue& propValue) { in checkProperty()
|