/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
H A D | PropertyNodesVerifierElem.java | 67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder() 79 String propName, String propValue, List<String> propValueList) { in addExpectedNodeWithOrder() 86 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNodeWithOrder() local 147 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue) { in addExpectedNode() 151 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue, in addExpectedNode() 162 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue, in addExpectedNode() 173 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue, in addExpectedNode() 180 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNode() local 185 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue, in addExpectedNode() 191 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue, in addExpectedNode() [all …]
|
H A D | PropertyNode.java | 44 public String propValue; field in PropertyNode 77 String propName, String propValue, List<String> propValue_vector, in PropertyNode()
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/ |
H A D | UserHalHelper.cpp | 39 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue() 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 335 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue() local [all …]
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/tests/ |
H A 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 …]
|
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
H A D | VehiclePropValueBuilder.java | 31 public static VehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder() 40 private VehiclePropValueBuilder(VehiclePropValue propValue) { in VehiclePropValueBuilder() 44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
H A D | TimeHalServiceTest.java | 89 VehiclePropValue propValue = captor.getValue(); in testInitSendsAndroidTimeUpdate() local 121 VehiclePropValue propValue = captor.getValue(); in testSendsAndroidTimeUpdateWhenBroadcast() local
|
H A D | VehicleHalTest.java | 191 VehiclePropValue propValue = new VehiclePropValue(); in testOnPropertyEvent() local 258 VehiclePropValue propValue = new VehiclePropValue(); in testGetIfAvailableOrFail() local 330 VehiclePropValue propValue = new VehiclePropValue(); in testDumpPropertyValueByCommend() local 363 VehiclePropValue propValue = new VehiclePropValue(); in testGet_VehiclePropValue() local
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | HalClient.java | 96 public void setValue(VehiclePropValue propValue) { in setValue() 118 private String getValueErrorMessage(String action, VehiclePropValue propValue) { in getValueErrorMessage() 123 private String getPropertyErrorMessage(String action, VehiclePropValue propValue, int status) { in getPropertyErrorMessage() 203 public VehiclePropValue propValue; field in HalClient.ValueResult 273 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet()
|
H A D | PropertyHalServiceIds.java | 789 public boolean checkPayload(VehiclePropValue propValue) { in checkPayload() 808 private boolean checkValidBitFlag(VehiclePropValue propValue) { in checkValidBitFlag() 818 private boolean checkFormatForAllProperties(VehiclePropValue propValue) { in checkFormatForAllProperties() 852 private boolean checkDataEnum(VehiclePropValue propValue) { in checkDataEnum()
|
H A D | TimeHalService.java | 122 VehiclePropValue propValue = new VehiclePropValue(); in updateProperty() local
|
H A D | VehicleHal.java | 529 VehiclePropValue propValue; in get() local 586 protected void set(VehiclePropValue propValue) { in set() 984 VehiclePropValue propValue = new VehiclePropValue(); in createPropValue() local
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | SettingsToPropertiesMapperTest.java | 163 String propValue = mSystemSettingsMap.get(systemPropertyName); in testUpdatePropertiesFromSettings() local 209 String propValue = mSystemSettingsMap.get("TestProperty"); in testUpdatePropertiesFromSettings_PropertyAndSettingNotPresent() local
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | EmulatedVehicleHal.cpp | 199 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set() 385 bool EmulatedVehicleHal::setPropertyFromVehicle(const VehiclePropValue& propValue) { in setPropertyFromVehicle() 410 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig() 474 StatusCode EmulatedVehicleHal::clearObd2FreezeFrames(const VehiclePropValue& propValue) { in clearObd2FreezeFrames() 506 VehiclePropValue propValue = { in doInternalHealthCheck() local
|
H A D | VehicleEmulator.cpp | 65 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient()
|
/aosp12/packages/services/Car/user/car-user-lib/src/android/car/userlib/ |
H A D | UserHalHelper.java | 454 VehiclePropValue propValue = createPropRequest(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toVehiclePropValue() local 485 VehiclePropValue propValue = createPropRequest(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toVehiclePropValue() local 533 VehiclePropValue propValue = createPropRequest(CREATE_USER_PROPERTY, in toVehiclePropValue() local 557 VehiclePropValue propValue = createPropRequest(SWITCH_USER_PROPERTY, request.requestId, in toVehiclePropValue() local 578 VehiclePropValue propValue = createPropRequest(REMOVE_USER_PROPERTY, request.requestId); in toVehiclePropValue() local
|
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/src/ |
H A D | VehicleBindingUtil.cpp | 75 VehiclePropValue propValue; in setSeedVhalProperty() local 95 [&status, &seed](StatusCode prop_status, const VehiclePropValue& propValue) { in getSeedVhalProperty()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/ |
H A D | phNxpNciHal_IoctlOperations.cc | 79 string propValue; in property_get_intf() local 113 string propValue = valueStr; in property_set_intf() local 299 string propValue; in phNxpNciHal_getSystemProperty() local
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehiclePropertyStore.cpp | 44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue, in writeValue() 71 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
|
H A D | WatchdogClient.cpp | 111 VehiclePropValue propValue = {.prop = (int32_t)VehicleProperty::PERF_VEHICLE_SPEED}; in isClientHealthy() local
|
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/tests/ |
H A D | VehicleBindingUtilTests.cpp | 97 .WillOnce([seed](const VehiclePropValue& propValue, IVehicle::get_cb callback) { in setMockVhalPropertyValue() 156 .WillOnce([&](const VehiclePropValue& propValue, IVehicle::get_cb callback) { in TEST_F()
|
/aosp12/hardware/qcom/sm8150/media/libplatformconfig/ |
H A D | ConfigParser.cpp | 56 std::string propValue(attr[3]); in processProperty() local
|
/aosp12/hardware/qcom/sm7250/media/libplatformconfig/ |
H A D | ConfigParser.cpp | 56 std::string propValue(attr[3]); in processProperty() local
|
/aosp12/hardware/qcom/sdm845/media/libplatformconfig/ |
H A D | ConfigParser.cpp | 55 std::string propValue(attr[3]); in processProperty() local
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
H A D | UserHalHelperTest.java | 473 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testUserIdentificationGetRequestToVehiclePropValue_ok() local 909 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testUserIdentificationSetRequestToVehiclePropValue_ok() local 962 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testRemoveUserRequestToVehiclePropValue_ok() local 1081 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testCreateUserRequestToVehiclePropValue_ok() local 1162 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in tesSwitchUserRequestToVehiclePropValue_ok() local
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
H A D | VehicleManager_fuzzer.h | 48 StatusCode set(const VehiclePropValue& propValue) override { in set()
|