Home
last modified time | relevance | path

Searched refs:dataValue (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_loggable_interface.cpp75 Data dataValue; in TEST_F() local
76 dataValue.num = 42; in TEST_F()
77 dataValue.str = "abc"; in TEST_F()
78 dataValue.nestedUnion = "def"; in TEST_F()
79 dataValue.nestedEnum = Enum::FOO; in TEST_F()
88 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
H A Daidl_test_client_ndk_loggable_interface.cpp81 Data dataValue; in TEST_F() local
82 dataValue.num = 42; in TEST_F()
83 dataValue.str = "abc"; in TEST_F()
84 dataValue.nestedUnion = "def"; in TEST_F()
85 dataValue.nestedEnum = Enum::FOO; in TEST_F()
93 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java10 … java.util.List<java.lang.String> listValue, android.aidl.loggable.Data dataValue, android.os.IBin… in LogThis() argument
163 … java.util.List<java.lang.String> listValue, android.aidl.loggable.Data dataValue, android.os.IBin… in LogThis() argument
188 if ((dataValue!=null)) { in LogThis()
190 dataValue.writeToParcel(_data, 0); in LogThis()
207 …atArray, doubleValue, doubleArray, stringValue, stringArray, listValue, dataValue, binderValue, pf… in LogThis()
254 … java.util.List<java.lang.String> listValue, android.aidl.loggable.Data dataValue, android.os.IBin… in LogThis() argument
/aosp12/system/tools/aidl/tests/android/aidl/loggable/
H A DILoggableInterface.aidl11 in Data dataValue, @nullable IBinder binderValue, in LogThis() argument
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java133 String dataValue = data.getValue(); in sealArray() local
134 if (REFERENCE_NULL.equals(dataValue) || REFERENCE_UNDEFINED.equals(dataValue)) { in sealArray()
136 } else if (REFERENCE_EMPTY.equals(dataValue)) { in sealArray()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
H A DBpLoggableInterface.h20 …::android::String16>* listValue, const ::android::aidl::loggable::Data& dataValue, const ::android…
H A DILoggableInterface.h24 …::android::String16>* listValue, const ::android::aidl::loggable::Data& dataValue, const ::android…
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp36 …::android::String16>* listValue, const ::android::aidl::loggable::Data& dataValue, const ::android… in LogThis() argument
62 _transaction_log.input_args.emplace_back("dataValue", ::android::internal::ToString(dataValue)); in LogThis()
140 _aidl_ret_status = _aidl_data.writeParcelable(dataValue); in LogThis()
158 …atArray, doubleValue, doubleArray, stringValue, stringArray, listValue, dataValue, binderValue, pf… in LogThis()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java822 String dataValue = null; in restoreSettings() local
824 dataValue = new String(settings, pos, length); in restoreSettings()
828 value = dataValue; in restoreSettings()
832 cachedEntries.put(dataKey, dataValue); in restoreSettings()