Home
last modified time | relevance | path

Searched refs:getFieldSlotValueString (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp258 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeGetString()
354 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeCopyStringToBuffer()
395 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeGetLong()
426 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeGetDouble()
/aosp12/frameworks/base/libs/androidfw/fuzz/cursorwindow_fuzzer/
H A Dcursorwindow_fuzzer.cpp58 w->getFieldSlotValueString(field, &size); in LLVMFuzzerTestOneInput()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DCursorWindow_test.cpp148 auto actual = w->getFieldSlotValueString(field, &size); in TEST()
154 auto actual = w->getFieldSlotValueString(field, &size); in TEST()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DCursorWindow.h127 inline const char* getFieldSlotValueString(FieldSlot* fieldSlot, in getFieldSlotValueString() function