Home
last modified time | relevance | path

Searched refs:getText (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/attr006/
H A Dindex.js16 import {lifeCycleFunc, getText, getTime, data} from "../../../common/js/picker_view"
19 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/attr007/
H A Dindex.js16 import {lifeCycleFunc, getText, getTime, data} from "../../../common/js/picker_view"
19 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/attr008/
H A Dindex.js16 import {lifeCycleFunc, getText, getTime, data} from "../../../common/js/picker_view"
19 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/event001/
H A Dindex.js16 import {lifeCycleFunc, getTime, getText} from "../../../common/js/picker_view"
22 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/event002/
H A Dindex.js16 import {lifeCycleFunc, getText, getTime} from "../../../common/js/picker_view"
22 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/event003/
H A Dindex.js16 import {lifeCycleFunc, getText, getTime, data} from "../../../common/js/picker_view"
19 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/event004/
H A Dindex.js16 import {lifeCycleFunc, getText, getTime, data} from "../../../common/js/picker_view"
19 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/bind003/
H A Dindex.js16 import {lifeCycleFunc, getTime, getText} from "../../../common/js/picker_view"
22 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/bind001/
H A Dindex.js18 getText,
27 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/bind004/
H A Dindex.js16 import {lifeCycleFunc, getTime, getText} from "../../../common/js/picker_view"
25 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/picker_view/bind002/
H A Dindex.js16 import {lifeCycleFunc, getTime, getText} from "../../../common/js/picker_view"
26 getText: getText,
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/picker_view/text_picker/text_picker1/
H A Dtext_picker1.js23 getText: function(e1) {
/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/zh-cn/application-dev/reference/apis-arkdata/
H A D_o_h___cursor.md30 | [getText](_r_d_b.md#gettext) | 函数指针,以字符串形式获取当前行中指定列的值。 |
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_cursor_test.cpp332 cursor->getText(cursor, 0, data1Value, size + 1);
353 cursor->getText(cursor, 0, data1Value_1, size + 1);
406 errCode = cursor->getText(nullptr, 0, data1Value, size + 1);
408 errCode = cursor->getText(cursor, 0, nullptr, size + 1);
410 errCode = cursor->getText(cursor, 0, data1Value, 0);
H A Drdb_store_test.cpp192 cursor->getText(cursor, 1, data1Value_1, size + 1);
257 cursor->getText(cursor, 1, data1Value_1, size + 1);
274 cursor->getText(cursor, 5, data5Value, size + 1);
602 cursor->getText(cursor, 1, data1Value_1, size + 1);
/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/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-arkts.md46 str += 'key:' + key +' value:' + value.getText() + ' ';
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js220 let cid = XTexture.gi().getText(s, size);
230 let cid = XTexture.gi().getText(s, size);
H A DXTexture.js213 getText(s, size) { method in XTexture
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-unitest.md29 | ohos.uitest | UiComponent | getText():Promise\<string>; | 新增 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-xml.md520 console.log(JSON.stringify(value.getText()));
842 ### getText subsection
844 getText(): string
869 str += 'key:' + key + ' value:' + value.getText() + ' ';
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-unitest.md29 | ohos.uitest | UiComponent | getText():Promise\<string>; | Added|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_o_h___cursor.md29 | [getText](_r_d_b.md#gettext) | Pointer to the function used to obtain the value of the string typ…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-unitest.md23 |删除|类名:UiComponent;<br>方法or属性:getText():Promise\<string>;|NA|@ohos.uitest.d.ts|
67 |新增|NA|类名:UiComponent;<br>方法or属性:getText(): Promise\<string>;|@ohos.UiTest.d.ts|
68 |新增|NA|类名:Component;<br>方法or属性:getText(): Promise\<string>;|@ohos.UiTest.d.ts|

12