Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueTest.java468 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlBool() local
490 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt32() local
509 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt32Vec() local
527 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlFloat() local
546 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlFloatVec() local
564 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt64() local
583 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt64Vec() local
602 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlBytes() local
620 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlString() local
648 CarPropertyValue propValue = value.toCarPropertyValue(TEST_MGR_PROP, in testToCarPropertyValueFromHidlMixed() local
[all …]
DTimeHalServiceTest.java115 HalPropValue propValue = captor.getValue(); in testInitSendsAndroidTimeUpdate() local
203 HalPropValue propValue = captor.getValue(); in testSendsAndroidTimeUpdateWhenBroadcast() local
DUserHalHelperTest.java98 private static List<Integer> getInt32Values(HalPropValue propValue) { in getInt32Values()
442 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testUserIdentificationGetRequestToHalPropValue_ok() local
933 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testUserIdentificationSetRequestToHalPropValue_ok() local
1005 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testRemoveUserRequestToHalPropValue_ok() local
1144 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testCreateUserRequestToHalPropValue_ok() local
1241 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in tesSwitchUserRequestToHalPropValue_ok() local
DDiagnosticHalServiceTest.java254 HalPropValue propValue = mock(HalPropValue.class); in testGetCurrentDiagnosticValueFreezeFrame() local
265 HalPropValue propValue = mock(HalPropValue.class); in testGetCurrentDiagnosticValueLiveFrame() local
DPropertyHalServiceTest.java194 int errorCode, HalPropValue propValue, boolean get) { in deliverResult()
200 int errorCode, int vendorErrorCode, HalPropValue propValue, boolean get) { in deliverResult()
251 private Object deliverOkayGetResult(InvocationOnMock invocation, HalPropValue propValue) { in deliverOkayGetResult()
593 HalPropValue propValue = mPropValueBuilder.build( in testGetCarPropertyValuesAsync_propStatusUnavailable() local
619 HalPropValue propValue = mPropValueBuilder.build( in testGetCarPropertyValuesAsync_propStatusError() local
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/hal/test/
DHidlVehiclePropValueBuilder.java31 public static HidlVehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder()
40 private HidlVehiclePropValueBuilder(VehiclePropValue propValue) { in HidlVehiclePropValueBuilder()
44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
DAidlVehiclePropValueBuilder.java39 public static AidlVehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder()
54 private AidlVehiclePropValueBuilder(VehiclePropValue propValue) { in AidlVehiclePropValueBuilder()
58 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp318 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
373 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
408 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
445 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
473 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
515 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
547 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
588 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
610 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
646 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DHidlVehicleStubUnitTest.java390 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsync() local
414 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncError() local
437 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncTryAgainError() local
460 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncOneOkayResultOneNoValue() local
501 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetSync() local
517 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetSyncError() local
DAidlVehicleStubUnitTest.java1263 VehiclePropValue propValue = new VehiclePropValue(); in testAidlVehicleCallbackOnPropertyEventSmallData() local
1281 VehiclePropValue propValue = new VehiclePropValue(); in testAidlVehicleCallbackOnPropertyEventLargeData() local
/packages/services/Car/service/src/com/android/car/hal/
DTimeHalService.java119 HalPropValue propValue = mHal.get(EXTERNAL_CAR_TIME); in init() local
203 HalPropValue propValue = mPropValueBuilder.build(ANDROID_EPOCH_TIME, VehicleArea.GLOBAL, in updateAndroidEpochTimePropertyLocked() local
DUserHalHelper.java434 HalPropValue propValue = builder.build(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toHalPropValue() local
473 HalPropValue propValue = builder.build(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toHalPropValue() local
516 HalPropValue propValue = builder.build(CREATE_USER_PROPERTY, /* areaId= */ 0, in toHalPropValue() local
545 HalPropValue propValue = builder.build(SWITCH_USER_PROPERTY, /* areaId= */ 0, in toHalPropValue() local
572 HalPropValue propValue = builder.build(REMOVE_USER_PROPERTY, /* areaId= */ 0, in toHalPropValue() local
DVehicleHal.java311 private static String errorMessage(String action, HalPropValue propValue, String errorMsg) { in errorMessage()
731 HalPropValue propValue; in get() local
815 public void set(HalPropValue propValue) in set()
1225 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, value); in to() local
1236 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, values); in to() local
1254 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, intValues); in to() local
1258 void submit(HalPropValue propValue) in submit()
DPropertyHalServiceIds.java1122 public boolean checkPayload(HalPropValue propValue) { in checkPayload()
1145 private boolean checkValidBitFlag(HalPropValue propValue) { in checkValidBitFlag()
1156 private boolean checkFormatForAllProperties(HalPropValue propValue) { in checkFormatForAllProperties()
1189 private boolean checkDataEnum(HalPropValue propValue) { in checkDataEnum()
/packages/services/Car/cpp/vhal/client/src/
DHidlVhalClient.cpp104 const VehiclePropValue* propValue = in getValue() local
131 const VehiclePropValue* propValue = in setValue() local
299 [[maybe_unused]] const VehiclePropValue& propValue) { in onPropertySet()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisher.java189 CarPropertyValue propValue = event.getCarPropertyValue(); in onVehicleEvent() local
219 CarPropertyValue propValue, List<Integer> configArray) { in parseCarPropertyValue()
/packages/services/Car/cpp/security/vehicle_binding_util/tests/
DVehicleBindingUtilTest.cpp139 const std::shared_ptr<MockVehicle::GetValueCallbackFunc>& callback) { in setMockVhalPropertyValue()
199 const std::shared_ptr<MockVehicle::GetValueCallbackFunc>& callback) { in TEST_F()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java406 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdIsGlobalHasDefaultValueAreaIdIgnored() local
451 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdHasAreasHasDefaultValueHasNoAreaValue() local
473 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdHasAreasHasAreaValue() local
518 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacProp() local
560 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacPropMatchedBitOrAreaId() local
618 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacPropWithMoreDefaultValues() local
639 HalPropValue propValue = asyncResult.getHalPropValue(); in testGetAsyncMethodForSingleValue() local
664 HalPropValue propValue = asyncResult.getHalPropValue(); in testGetAsyncMethodForSingleValueNoReadPermissionError() local
1703 VehiclePropValue propValue = new VehiclePropValue(); in buildHalPropValue() local
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java318 public void set(HalPropValue propValue) throws RemoteException { in set()
366 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet()
DVehicleStub.java370 public abstract void set(HalPropValue propValue) in set()
/packages/services/Car/cpp/security/vehicle_binding_util/src/
DVehicleBindingUtil.cpp73 auto propValue = in setSeedVhalProperty() local
/packages/modules/SdkExtensions/javatests/com/android/os/ext/
DSdkExtensionsTest.java92 private static void assertVersion(Expectation expectation, String propValue) { in assertVersion()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java375 public void set(HalPropValue propValue) throws RemoteException, in set()
737 VehiclePropValue propValue = new VehiclePropValue(); in buildHalPropValue() local
1167 HalPropValue propValue = mPropValuesByPropIdAreaId.get(propIdAreaId); in updateTimeStamp() local
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DHidlMockedVehicleHal.java210 public int set(VehiclePropValue propValue) { in set()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp847 VehiclePropValue propValue{ in reportWatchdogAliveToVhal() local
878 VehiclePropValue propValue{ in reportTerminatedProcessToVhal() local

12