Home
last modified time | relevance | path

Searched defs:getText (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
Dpicker_view.js31 export const getText = function(e) { function
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
Doh_cursor.h197 int (*getText)(OH_Cursor *cursor, int32_t columnIndex, char *value, int length); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_textpicker.cpp701 auto getText = jsObj->GetProperty("text"); in ParseInternalArray() local