Home
last modified time | relevance | path

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

12

/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifierElem.java67 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 DPropertyNode.java44 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 DUserHalHelper.cpp39 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 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 …]
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
H A DVehiclePropValueBuilder.java31 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 DTimeHalServiceTest.java89 VehiclePropValue propValue = captor.getValue(); in testInitSendsAndroidTimeUpdate() local
121 VehiclePropValue propValue = captor.getValue(); in testSendsAndroidTimeUpdateWhenBroadcast() local
H A DVehicleHalTest.java191 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 DHalClient.java96 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 DPropertyHalServiceIds.java789 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 DTimeHalService.java122 VehiclePropValue propValue = new VehiclePropValue(); in updateProperty() local
H A DVehicleHal.java529 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 DSettingsToPropertiesMapperTest.java163 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 DEmulatedVehicleHal.cpp199 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 DVehicleEmulator.cpp65 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient()
/aosp12/packages/services/Car/user/car-user-lib/src/android/car/userlib/
H A DUserHalHelper.java454 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 DVehicleBindingUtil.cpp75 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 DphNxpNciHal_IoctlOperations.cc79 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 DVehiclePropertyStore.cpp44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue, in writeValue()
71 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
H A DWatchdogClient.cpp111 VehiclePropValue propValue = {.prop = (int32_t)VehicleProperty::PERF_VEHICLE_SPEED}; in isClientHealthy() local
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/tests/
H A DVehicleBindingUtilTests.cpp97 .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 DConfigParser.cpp56 std::string propValue(attr[3]); in processProperty() local
/aosp12/hardware/qcom/sm7250/media/libplatformconfig/
H A DConfigParser.cpp56 std::string propValue(attr[3]); in processProperty() local
/aosp12/hardware/qcom/sdm845/media/libplatformconfig/
H A DConfigParser.cpp55 std::string propValue(attr[3]); in processProperty() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
H A DUserHalHelperTest.java473 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 DVehicleManager_fuzzer.h48 StatusCode set(const VehiclePropValue& propValue) override { in set()

12