Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 3848) sorted by relevance

12345678910>>...154

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js20 constructor(...args) {
23 this.decode = function (...args) {
28 this.decodeWithStream = function (...args) {
40 constructor(...args) {
43 this.encode = function (...args) {
49 this.encodeInto = function (...args) {
59 constructor(...args) {
62 this.compareTo = function (...args) {
67 this.equals = function (...args) {
72 this.valueOf = function (...args) {
[all …]
Dohos_data_dataAbility.js19 constructor(...args) {
22 this.equalTo = function (...args) {
27 this.notEqualTo = function (...args) {
32 this.beginWrap = function (...args) {
37 this.endWrap = function (...args) {
42 this.or = function (...args) {
47 this.and = function (...args) {
52 this.contains = function (...args) {
57 this.beginsWith = function (...args) {
62 this.endsWith = function (...args) {
[all …]
Dohos_buffer.js24 constructor(...args) {
29 this.arrayBuffer = function (...args) {
36 this.slice = function (...args) {
41 this.text = function (...args) {
52 alloc: function (...args) {
57 allocUninitializedFromPool: function (...args) {
62 allocUninitialized: function (...args) {
67 byteLength: function (...args) {
72 concat: function (...args) {
77 from: function (...args) {
[all …]
Ddtv.js455 addTask: function (...args) {
467 clearAllTasks: function (...args) {
479 createTask: function (...args) {
491 deleteTask: function (...args) {
503 updateTask: function (...args) {
515 findConflictTasks: function (...args) {
529 getTaskByID: function (...args) {
543 getAllTasks: function (...args) {
557 getComingTask: function (...args) {
571 getChannelName: function (...args) {
[all …]
Dohos_nfc_tag.js20 getTagInfo: function (...args) {
25 connectTag: function (...args) {
30 reset: function (...args) {
34 isTagConnected: function (...args) {
39 setSendDataTimeout: function (...args) {
44 getSendDataTimeout: function (...args) {
49 sendData: function (...args) {
61 getMaxSendLength: function (...args) {
66 getSak: function (...args) {
78 getTagInfo: function (...args) {
[all …]
Dohos_fileio.js69 close: function (...args) {
81 closeSync: function (...args) {
85 read: function (...args) {
97 readSync: function (...args) {
104 close: function (...args) {
116 closeSync: function (...args) {
120 flush: function (...args) {
132 flushSync: function (...args) {
136 read: function (...args) {
148 readSync: function (...args) {
[all …]
Dtv.js288 getMute: function (...args) {
300 setMute: function (...args) {
312 setUsrAudioMute: function (...args) {
324 getStereoMode: function (...args) {
336 setStereoMode: function (...args) {
348 enableSpdif: function (...args) {
360 isSpdifEnabled: function (...args) {
372 setSpdifMode: function (...args) {
384 getSpdifMode: function (...args) {
396 enableArc: function (...args) {
[all …]
Dohos_uitest.js69 this.id = function(...args) {
73 this.text = function(...args) {
77 this.key = function(...args) {
81 this.type = function(...args) {
85 this.enabled = function(...args) {
89 this.focused = function(...args) {
93 this.selected = function(...args) {
97 this.clickable = function(...args) {
101 this.enabled = function(...args) {
105 this.longClickable = function(...args) {
[all …]
Dohos_data_dataSharePredicates.js20 this.equalTo = function (...args) {
25 this.notEqualTo = function (...args) {
30 this.beginWrap = function (...args) {
35 this.endWrap = function (...args) {
40 this.or = function (...args) {
45 this.and = function (...args) {
50 this.contains = function (...args) {
55 this.beginsWith = function (...args) {
60 this.endsWith = function (...args) {
65 this.isNull = function (...args) {
[all …]
Dohos_util_Vector.js26 constructor(...args) {
30 this.add = function (...args) {
35 this.insert = function (...args) {
39 this.has = function (...args) {
44 this.get = function (...args) {
49 this.getIndexOf = function (...args) {
54 this.getFirstElement = function (...args) {
59 this.getLastElement = function (...args) {
64 this.removeByIndex = function (...args) {
69 this.remove = function (...args) {
[all …]
Dohos_data_distributedData.js23 this.toJsonString = function (...args) {
32 constructor(...args) {
36 this.appendChild = function (...args) {
42 this.toJson = function (...args) {
54 this.reset = function (...args) {
60 this.equalTo = function (...args) {
66 this.notEqualTo = function (...args) {
72 this.greaterThan = function (...args) {
78 this.lessThan = function (...args) {
84 this.greaterThanOrEqualTo = function (...args) {
[all …]
Dohos_rpc.js26 this.writeRemoteObject = function (...args) {
36 this.writeInterfaceToken = function (...args) {
56 this.setSize = function (...args) {
61 this.setCapacity = function (...args) {
86 this.rewindRead = function (...args) {
91 this.rewindWrite = function (...args) {
104 this.writeByte = function (...args) {
109 this.writeShort = function (...args) {
114 this.writeInt = function (...args) {
119 this.writeLong = function (...args) {
[all …]
Dsystem_storage.js20 getStorageSync: function (...args) {
25 getStorage: function (...args) {
37 deleteStorageSync: function (...args) {
41 deleteStorage: function (...args) {
53 removeStorageFromCacheSync: function (...args) {
57 removeStorageFromCache: function (...args) {
74 getSync: function (...args) {
79 get: function (...args) {
91 hasSync: function (...args) {
96 has: function (...args) {
[all …]
Dohos_util_LinkedList.js25 constructor(...args) {
29 this.add = function (...args) {
34 this.insert = function (...args) {
38 this.get = function (...args) {
43 this.addFirst = function (...args) {
47 this.removeFirst = function (...args) {
52 this.removeLast = function (...args) {
57 this.has = function (...args) {
62 this.getIndexOf = function (...args) {
67 this.removeByIndex = function (...args) {
[all …]
Dohos_process.js20 runCmd: function (...args) {
25 abort: function (...args) {
29 on: function (...args) {
33 off: function (...args) {
38 exit: function (...args) {
42 cwd: function (...args) {
47 chdir: function (...args) {
51 uptime: function (...args) {
56 kill: function (...args) {
61 getStartRealtime: function (...args) {
[all …]
Dohos_notification.js181 setTime: function (...args) {
186 setMilliseconds: function (...args) {
191 setUTCMilliseconds: function (...args) {
196 setSeconds: function (...args) {
201 setUTCSeconds: function (...args) {
206 setMinutes: function (...args) {
211 setUTCMinutes: function (...args) {
216 setHours: function (...args) {
221 setUTCHours: function (...args) {
226 setDate: function (...args) {
[all …]
Dohos_application_formHost.js21 deleteForm: function (...args) {
33 releaseForm: function (...args) {
45 requestForm: function (...args) {
57 castTempForm: function (...args) {
69 notifyVisibleForms: function (...args) {
81 notifyInvisibleForms: function (...args) {
93 enableFormsUpdate: function (...args) {
105 disableFormsUpdate: function (...args) {
117 isSystemReady: function (...args) {
129 getAllFormsInfo: function (...args) {
[all …]
Dohos_i18n.js20 getDisplayCountry: function(...args) {
25 getDisplayLanguage: function(...args) {
35 getSystemCountries: function(...args) {
40 isSuggested: function(...args) {
50 setSystemLanguage: function(...args) {
60 setSystemRegion: function(...args) {
70 setSystemLocale: function(...args) {
75 getCalendar: function(...args) {
80 isRTL: function(...args) {
85 getLineInstance: function(...args) {
[all …]
Dohos_util_List.js25 constructor(...args) {
29 this.add = function (...args) {
34 this.insert = function (...args) {
38 this.get = function (...args) {
43 this.has = function (...args) {
48 this.getIndexOf = function (...args) {
53 this.removeByIndex = function (...args) {
58 this.remove = function (...args) {
63 this.getLastIndexOf = function (...args) {
68 this.getFirst = function (...args) {
[all …]
Dohos_util_Arraylist.js24 constructor(...args) {
28 this.add = function (...args) {
33 this.insert = function (...args) {
37 this.has = function (...args) {
42 this.getIndexOf = function (...args) {
47 this.removeByIndex = function (...args) {
52 this.remove = function (...args) {
57 this.getLastIndexOf = function (...args) {
62 this.removeByRange = function (...args) {
66 this.replaceAllElements = function (...args) {
[all …]
Dohos_wallpaper.js25 getColors: function (...args) {
39 getColorsSync: function (...args) {
46 getId: function (...args) {
58 getIdSync: function (...args) {
63 getFile: function (...args) {
75 getFileSync: function (...args) {
80 getMinHeight: function (...args) {
92 getMinHeightSync: function (...args) {
97 getMinWidth: function (...args) {
109 getMinWidthSync: function (...args) {
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/@internal/ets/
Dlifecycle.js26 onCreate: function (...args) {
31 onCastToNormal: function (...args) {
35 onUpdate: function (...args) {
39 onVisibilityChange: function (...args) {
43 onEvent: function (...args) {
47 onDestroy: function (...args) {
51 onAcquireFormState: function (...args) {
56 onShare: function (...args) {
79 onWindowDisplayModeChanged: function (...args) {
88 onSaveData: function (...args) {
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DContext.js19 getString: function(...args) {
32 getStringArray: function(...args) {
45 getMedia: function(...args) {
58 getMediaBase64: function(...args) {
71 getPluralString: function(...args) {
84 getConfiguration: function(...args) {
97 getDeviceCapability: function(...args) {
115 getRawFile: function(...args) {
128 getRawFileDescriptor: function(...args) {
141 closeRawFileDescriptor: function(...args) {
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ability/
DdataAbilityHelper.js32 getColumnIndex: function (...args) {
37 getColumnName: function (...args) {
42 goTo: function (...args) {
47 goToRow: function (...args) {
52 goToLastRow: function (...args) {
57 goToFirstRow: function (...args) {
62 goToNextRow: function (...args) {
67 goToPreviousRow: function (...args) {
72 getBlob: function (...args) {
77 getString: function (...args) {
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/
Dability.js42 getColumnIndex: function (...args) {
47 getColumnName: function (...args) {
52 goTo: function (...args) {
57 goToRow: function (...args) {
62 goToLastRow: function (...args) {
67 goToFirstRow: function (...args) {
72 goToNextRow: function (...args) {
77 goToPreviousRow: function (...args) {
82 getBlob: function (...args) {
87 getString: function (...args) {
[all …]

12345678910>>...154