Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
H A Dpicker_view.js31 export const getText = function(e) { class
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-xml.md842 ### getText subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-xml.md842 ### getText subsection
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Doh_cursor.h197 int (*getText)(OH_Cursor *cursor, int32_t columnIndex, char *value, int length); member
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js213 getText(s, size) { method in XTexture
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_r_d_b.md3194 ### getText subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_r_d_b.md3194 ### getText subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp677 auto getText = jsObj->GetProperty("text"); in ParseInternalArray() local