Home
last modified time | relevance | path

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

12

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DUserHalHelper.cpp64 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/
DUserHalHelper.cpp39 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/
DUserHalHelper_test.cpp80 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/
DUserHalHelper_test.cpp97 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/
DDefaultVehicleHal.cpp43 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()
DFakeObd2Frame.cpp155 const VehiclePropValue& propValue) { in clearObd2FreezeFrames()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp79 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/
DVehiclePropertyStore.cpp45 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()
DWatchdogClient.cpp111 VehiclePropValue propValue = {.prop = (int32_t)VehicleProperty::PERF_VEHICLE_SPEED}; in isClientHealthy() local
DSubscriptionManager.cpp127 for (const auto& propValue: propValues) { in distributeValuesToClients() local
DVehicleHalManager.cpp599 int propValue; in parseSetPropOptions() local
/hardware/qcom/sm7250/media/libplatformconfig/
DConfigParser.cpp56 std::string propValue(attr[3]); in processProperty() local
/hardware/qcom/sm8150/media/libplatformconfig/
DConfigParser.cpp56 std::string propValue(attr[3]); in processProperty() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DObd2SensorStoreTest.cpp56 auto propValue = sensorStore.getSensorProperty(dtc); in TEST() local
DFakeObd2FrameTest.cpp50 [](const VehiclePropValue& propValue) { return propValue.timestamp; }); in SetUp()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp171 VhalResult<void> FakeObd2Frame::clearObd2FreezeFrames(const VehiclePropValue& propValue) { in clearObd2FreezeFrames()
DObd2SensorStore.cpp130 auto propValue = mValuePool->obtain(VehiclePropertyType::MIXED); in getSensorProperty() local
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.h48 StatusCode set(const VehiclePropValue& propValue) override { in set()
DVehicleManager_fuzzer.cpp509 VehiclePropValue propValue{}; in invokeVehiclePropStore() local
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.cc84 string propValue; in property_get_intf() local
273 string propValue; in phNxpNciHal_getSystemProperty() local
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h88 const aidl::android::hardware::automotive::vehicle::VehiclePropValue& propValue, in getAreaConfig()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp531 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/
DVehicleHalManager_test.cpp99 StatusCode set(const VehiclePropValue& propValue) override { in set()
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp160 auto propValue = std::make_unique<AidlHalPropValue>(requestValue.getPropId()); in getValueSync() local
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp422 Result<void> DefaultVehicleHal::checkProperty(const VehiclePropValue& propValue) { in checkProperty()

12