Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 25 of 33) 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.java114 HalPropValue propValue = captor.getValue(); in testInitSendsAndroidTimeUpdate() local
202 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.java256 HalPropValue propValue = mock(HalPropValue.class); in testGetCurrentDiagnosticValueFreezeFrame() local
267 HalPropValue propValue = mock(HalPropValue.class); in testGetCurrentDiagnosticValueLiveFrame() local
/packages/services/Car/libs/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.cpp325 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
381 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
413 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
448 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
485 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
513 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
555 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
587 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
628 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
650 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.java391 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsync() local
415 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncError() local
438 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncTryAgainError() local
461 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncOneOkayResultOneNoValue() local
502 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetSync() local
518 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetSyncError() local
/packages/services/Car/service/src/com/android/car/hal/
DTimeHalService.java118 HalPropValue propValue = mHal.get(EXTERNAL_CAR_TIME); in init() local
202 HalPropValue propValue = mPropValueBuilder.build(ANDROID_EPOCH_TIME, /* areaId= */ 0, 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.java425 private static String errorMessage(String action, HalPropValue propValue, String errorMsg) { in errorMessage()
1046 HalPropValue propValue; in get() local
1130 public void set(HalPropValue propValue) in set()
1578 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, value); in to() local
1589 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, values); in to() local
1607 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, intValues); in to() local
1611 void submit(HalPropValue propValue) in submit()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/experimental/
DAdServicesFlagsRouletteRunner.java44 String propValue = SystemProperties.get(PROP_DISABLED); in isDisabled() local
DDeviceConfigFlagsRouletteRunner.java61 String propValue = SystemProperties.get(PROP_DISABLED); in isDisabled() local
DAbstractGlobalKillSwitchFlipper.java84 String propValue = SystemProperties.get(PROP_DISABLED); in isDisabled() local
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java249 public boolean checkPayload(HalPropValue propValue) { in checkPayload()
466 private static boolean checkValidBitFlag(HalPropValue propValue, int flagCombination) { in checkValidBitFlag()
697 private static boolean checkFormatForAllProperties(HalPropValue propValue) { in checkFormatForAllProperties()
737 private static boolean checkDataEnum(HalPropValue propValue, Set<Integer> enums) { 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/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DSetPropRule.java41 public SetPropRule(@NonNull String propTag, @NonNull String propValue) { in SetPropRule()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisher.java203 CarPropertyValue propValue = event.getCarPropertyValue(); in onVehicleEvent() local
233 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.java413 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdIsGlobalHasDefaultValueAreaIdIgnored() local
458 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdHasAreasHasDefaultValueHasNoAreaValue() local
480 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdHasAreasHasAreaValue() local
525 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacProp() local
567 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacPropMatchedBitOrAreaId() local
625 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacPropWithMoreDefaultValues() local
646 HalPropValue propValue = asyncResult.getHalPropValue(); in testGetAsyncMethodForSingleValue() local
671 HalPropValue propValue = asyncResult.getHalPropValue(); in testGetAsyncMethodForSingleValueNoReadPermissionError() local
1710 VehiclePropValue propValue = new VehiclePropValue(); in buildHalPropValue() local
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java328 public void set(HalPropValue propValue) throws RemoteException { in set()
377 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet()
/packages/modules/AdServices/adservices/framework/java/com/android/adservices/
DAndroidServiceBinder.java103 String propValue = SystemProperties.get(SYSTEM_PROPERTY_FOR_DEBUGGING_FEATURE_RAM_LOW); in AndroidServiceBinder() local
/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.java104 private static void assertVersion(Expectation expectation, String propValue) { in assertVersion()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java401 public void set(HalPropValue propValue) throws RemoteException, in set()
760 VehiclePropValue propValue = new VehiclePropValue(); in buildHalPropValue() local
1196 HalPropValue propValue = mPropValuesByPropIdAreaId.get(propId, areaId); in updateTimeStamp() local

12