Home
last modified time | relevance | path

Searched refs:stringValue (Results 1 – 25 of 53) sorted by relevance

123

/hardware/google/pixel/pixelstats/test/mm/
DVendorAtomIntValueUtil.h25 constexpr int stringValue = static_cast<int>(VendorAtomValue::stringValue); variable
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleUtils.cpp87 dest->stringValue = src.stringValue; in copyVehicleRawValue()
125 shallowCopyHidlStr(&dest->value.stringValue, src.value.stringValue); in shallowCopy()
DProtoMessageConverter.cpp161 if (val.value.stringValue.size() > 0) { in toProto()
162 protoVal->set_string_value(val.value.stringValue.c_str(), val.value.stringValue.size()); in toProto()
190 CHECK_COPY_PROTOBUF_VAR_TO_VHAL_TYPE(protoVal, string_value, val, value.stringValue); in fromProto()
DVehicleObjectPool.cpp81 val->value.stringValue = cstr; in obtainString()
149 check(&v->bytes, VehiclePropertyType::BYTES == mPropType) && v->stringValue.size() == 0; in check()
/hardware/interfaces/drm/aidl/android/hardware/drm/
DDrmMetricValue.aidl26 String stringValue;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DDrmMetricValue.aidl39 String stringValue;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DDrmMetricValue.aidl39 String stringValue;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/test/
DUserHalHelper_test.cpp292 .stringValue = "Guest11"}, in TEST()
312 .stringValue = "Guest11"}, in TEST()
325 .stringValue = "Guest11"}, in TEST()
335 .stringValue = "Guest11"}, in TEST()
344 .value = {.int32Values = {23, /*Missing create UserInfo*/}, .stringValue = "Guest11"}, in TEST()
627 .stringValue = "en-US,pt-BR||Owner"}, in TEST()
651 .stringValue = "random error"}, in TEST()
672 .stringValue = "random error"}, in TEST()
698 .stringValue = "random error"}, in TEST()
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
DUserHalHelper_test.cpp300 .stringValue = "Guest11"}, in TEST()
322 .stringValue = "Guest11"}, in TEST()
335 .stringValue = "Guest11"}, in TEST()
345 .stringValue = "Guest11"}, in TEST()
354 .value = {.int32Values = {23, /*Missing create UserInfo*/}, .stringValue = "Guest11"}, in TEST()
637 .stringValue = "en-US,pt-BR||Owner"}, in TEST()
660 .stringValue = "random error"}, in TEST()
680 .stringValue = "random error"}, in TEST()
705 .stringValue = "random error"}, in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp193 stringProp->value.stringValue = "Hello"; in TEST_F()
199 ASSERT_EQ(newStringProp->value.stringValue.size(), 0u); in TEST_F()
245 .value = {.stringValue = "test"}, in TEST_F()
318 .value = {.stringValue = "test"}, in TEST_F()
336 .stringValue = "test", in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DRawPropValues.aidl41 @utf8InCpp String stringValue;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DRawPropValues.aidl41 @utf8InCpp String stringValue;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DRawPropValues.aidl41 @utf8InCpp String stringValue;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DRawPropValues.aidl41 @utf8InCpp String stringValue;
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DRawPropValues.aidl45 @utf8InCpp String stringValue;
/hardware/google/interfaces/ril_ext/hardware/google/ril_ext/
DCarrierConfig.aidl28 String stringValue;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp75 vs->value.stringValue = "Hello"; in TEST_F()
80 ASSERT_EQ(0u, vs2->value.stringValue.size()); in TEST_F()
/hardware/google/interfaces/ril_ext/aidl_api/hardware.google.ril_ext/1/hardware/google/ril_ext/
DCarrierConfig.aidl46 String stringValue;
/hardware/google/interfaces/ril_ext/aidl_api/hardware.google.ril_ext/current/hardware/google/ril_ext/
DCarrierConfig.aidl46 String stringValue;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/
DFakeVehicleHalValueGeneratorsTest.cpp334 .stringValue = getTestFilePath("prop.json"), in TEST_F()
385 .stringValue = getTestFilePath("prop_invalid.json"), in TEST_F()
398 .stringValue = "non_existing_file", in TEST_F()
437 .value.stringValue = "test", in TEST_F()
452 .stringValue = "test", in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.cpp57 const char* file = v.stringValue.c_str(); in JsonFakeValueGenerator()
176 value.stringValue = rawEventValue.asString(); in parseFakeValueJson()
205 dest.stringValue = jsonValue["stringValue"].asString(); in copyMixedValueJson()
/hardware/interfaces/automotive/vehicle/2.0/utils/
DUserHalHelper.cpp222 request.newUserName = propValue.value.stringValue; in toCreateUserRequest()
315 propValue->value.stringValue = std::string(response.userLocales) + std::string(kSeparator) + in toVehiclePropValue()
329 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
342 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
362 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DJsonFakeValueGenerator.cpp74 dest.stringValue = jsonValue["stringValue"].asString(); in copyMixedValueJson()
150 value.stringValue = rawEventValue.asString(); in parseFakeValueJson()
188 initWithPath(v.stringValue, numOfIterations); in JsonFakeValueGenerator()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp89 val->value.stringValue = cstr; in obtainString()
150 v->stringValue.size() == 0; in check()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DUserHalHelper.cpp241 request.newUserName = propValue.value.stringValue; in toCreateUserRequest()
340 propValue->value.stringValue = std::string(response.userLocales) + std::string(kSeparator) + in toVehiclePropValue()
356 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
371 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
393 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()

123