/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | net.js | 21 connect: function (...args) { argument 24 const len = args.length 25 if (typeof args[len - 1] === 'function') { 26 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock); 33 send: function (...args) { argument 36 const len = args.length 37 if (typeof args[len - 1] === 'function') { 38 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock); 45 close: function (...args) { argument 48 const len = args.length [all …]
|
D | ability.js | 42 getColumnIndex: function (...args) { argument 47 getColumnName: function (...args) { argument 52 goTo: function (...args) { argument 57 goToRow: function (...args) { argument 62 goToLastRow: function (...args) { argument 67 goToFirstRow: function (...args) { argument 72 goToNextRow: function (...args) { argument 77 goToPreviousRow: function (...args) { argument 82 getBlob: function (...args) { argument 87 getString: function (...args) { argument [all …]
|
D | multimedia.js | 30 readPixelsToBuffer: function (...args) { argument 33 const len = args.length 34 if (typeof args[len - 1] === 'function') { 35 args[len - 1].call(this, paramMock.businessErrorMock); 42 readPixels: function (...args) { argument 45 const len = args.length 46 if (typeof args[len - 1] === 'function') { 47 args[len - 1].call(this, paramMock.businessErrorMock); 54 writePixels: function (...args) { argument 57 const len = args.length [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | dtv.js | 455 addTask: function (...args) { argument 458 const len = args.length 459 if (typeof args[len - 1] === 'function') { 460 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock); 467 clearAllTasks: function (...args) { argument 470 const len = args.length 471 if (typeof args[len - 1] === 'function') { 472 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock); 479 createTask: function (...args) { argument 482 const len = args.length [all …]
|
D | ohos_window.js | 139 animationForShown : function(...args) { argument 143 animationForHidden : function(...args) { argument 151 completeTransition : function(...args) { argument 165 getMainWindow: function(...args) { argument 168 const len = args.length 169 if (typeof args[len - 1] === 'function') { 170 args[len - 1].call(this, paramMock.businessErrorMock, Window) 177 createSubWindow: function(...args) { argument 180 const len = args.length 181 if (typeof args[len - 1] === 'function') { [all …]
|
D | tv.js | 288 getMute: function (...args) { argument 291 const len = args.length 292 if (typeof args[len - 1] === 'function') { 293 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock); 300 setMute: function (...args) { argument 303 const len = args.length 304 if (typeof args[len - 1] === 'function') { 305 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock); 312 setUsrAudioMute: function (...args) { argument 315 const len = args.length [all …]
|
D | ohos_data_distributedData.js | 23 this.toJsonString = function (...args) { argument 32 constructor(...args) { argument 36 this.appendChild = function (...args) { argument 42 this.toJson = function (...args) { argument 54 this.reset = function (...args) { argument 60 this.equalTo = function (...args) { argument 66 this.notEqualTo = function (...args) { argument 72 this.greaterThan = function (...args) { argument 78 this.lessThan = function (...args) { argument 84 this.greaterThanOrEqualTo = function (...args) { argument [all …]
|
D | ohos_multimedia_av_session.js | 72 setAVMetadata: function (...args) { argument 75 const len = args.length 76 if (typeof args[len - 1] === 'function') { 77 args[len - 1].call(this, paramMock.businessErrorMock); 84 setAVPlaybackState: function (...args) { argument 87 const len = args.length 88 if (typeof args[len - 1] === 'function') { 89 args[len - 1].call(this, paramMock.businessErrorMock); 96 setLaunchAbility: function (...args) { argument 99 const len = args.length [all …]
|
D | ohos_multimedia_camera.js | 26 getCameraManager: function (...args) { argument 29 const len = args.length; 30 if (typeof args[len - 1] === 'function') { 31 args[len - 1].call(this, paramMock.businessErrorMock, CameraManager); 38 createCaptureSession: function (...args) { argument 41 const len = args.length; 42 if (typeof args[len - 1] === 'function') { 43 args[len - 1].call(this, paramMock.businessErrorMock, CaptureSession); 50 createPreviewOutput: function (...args) { argument 53 const len = args.length; [all …]
|
D | ohos_telephony_call.js | 205 dial: function (...args) { argument 208 const len = args.length 209 if (typeof args[len - 1] === 'function') { 210 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock); 217 makeCall: function (...args) { argument 220 const len = args.length 221 if (typeof args[len - 1] === 'function') { 222 args[len - 1].call(this, paramMock.businessErrorMock); 229 hasCall: function (...args) { argument 232 const len = args.length [all …]
|
D | ohos_multimedia_audio.js | 113 getCapturerInfo: function (...args) { argument 116 const len = args.length 117 if (typeof args[len - 1] === 'function') { 118 args[len - 1].call(this, paramMock.businessErrorMock, AudioCapturerInfo); 125 getStreamInfo: function (...args) { argument 128 const len = args.length 129 if (typeof args[len - 1] === 'function') { 130 args[len - 1].call(this, paramMock.businessErrorMock, AudioStreamInfo); 137 start: function (...args) { argument 140 const len = args.length [all …]
|
D | ohos_inputmethodengine.js | 49 setDisplayMode: function (...args) { argument 52 const len = args.length 53 if (typeof args[len - 1] === 'function') { 54 args[len - 1].call(this, paramMock.businessErrorMock); 61 getDisplayMode: function (...args) { argument 64 const len = args.length 65 if (typeof args[len - 1] === 'function') { 66 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock); 73 hideKeyboard: function (...args) { argument 76 const len = args.length [all …]
|
D | ohos_fileio.js | 69 close: function (...args) { argument 72 const len = args.length 73 if (typeof args[len - 1] === 'function') { 74 args[len - 1].call(this, paramMock.businessErrorMock); 81 closeSync: function (...args) { argument 85 read: function (...args) { argument 88 const len = args.length 89 if (typeof args[len - 1] === 'function') { 90 args[len - 1].call(this, paramMock.businessErrorMock, DirentMock); 97 readSync: function (...args) { argument [all …]
|
D | ohos_telephony_sim.js | 101 isSimActive: function (...args) { argument 104 const len = args.length 105 if (typeof args[len - 1] === 'function') { 106 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock); 113 getDefaultVoiceSlotId: function (...args) { argument 116 const len = args.length 117 if (typeof args[len - 1] === 'function') { 118 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock); 125 hasOperatorPrivileges: function (...args) { argument 128 const len = args.length [all …]
|
D | ohos_account_appAccount.js | 51 addAccount: function (...args) { argument 54 const len = args.length 55 if (len > 0 && typeof args[len - 1] === 'function') { 56 args[len - 1].call(this, paramMock.businessErrorMock); 63 addAccountImplicitly: function (...args) { argument 66 const len = args.length 67 if (len > 0 && typeof args[len - 1] === 'function') { 68 args[len - 1].call(this, paramMock.businessErrorMock, AuthenticatorCallbackMock); 71 deleteAccount: function (...args) { argument 74 const len = args.length [all …]
|
D | ohos_geolocation.js | 70 on: function (...args) { argument 73 const len = args.length; 74 if (typeof args[len - 1] === 'function') { 75 if (args[0] == 'locationChange') { 76 args[len - 1].call(this, Location); 77 } else if (args[0] == 'locationServiceState') { 78 args[len - 1].call(this, paramMock.paramBooleanMock); 79 } else if (args[0] == 'cachedGnssLocationsReporting') { 80 args[len - 1].call(this, [Location]); 81 } else if (args[0] == 'gnssStatusChange') { [all …]
|
D | ohos_account_osAccount.js | 78 activateOsAccount: function (...args) { argument 81 const len = args.length 82 if (len > 0 && typeof args[len - 1] === 'function') { 83 args[len - 1].call(this, paramMock.businessErrorMock); 90 isMultiOsAccountEnable: function (...args) { argument 93 const len = args.length 94 if (len > 0 && typeof args[len - 1] === 'function') { 95 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock); 102 isOsAccountActived: function (...args) { argument 105 const len = args.length [all …]
|
D | ohos_net_socket.js | 39 bind: function (...args) { argument 42 const len = args.length 43 if (typeof args[len - 1] === 'function') { 44 args[len - 1].call(this, paramMock.businessErrorMock) 51 send: function (...args) { argument 54 const len = args.length 55 if (typeof args[len - 1] === 'function') { 56 args[len - 1].call(this, paramMock.businessErrorMock) 63 close: function (...args) { argument 66 const len = args.length [all …]
|
D | ohos_notification.js | 181 setTime: function (...args) { argument 186 setMilliseconds: function (...args) { argument 191 setUTCMilliseconds: function (...args) { argument 196 setSeconds: function (...args) { argument 201 setUTCSeconds: function (...args) { argument 206 setMinutes: function (...args) { argument 211 setUTCMinutes: function (...args) { argument 216 setHours: function (...args) { argument 221 setUTCHours: function (...args) { argument 226 setDate: function (...args) { argument [all …]
|
D | ohos_security_cryptoFramework.js | 69 generateRandom: function (...args) { argument 72 const len = args.length 73 if (typeof args[len - 1] === 'function') { 74 args[len - 1].call(this, paramMock.businessErrorMock, DataBlob); 81 setSeed: function (...args) { argument 84 const len = args.length 85 if (typeof args[len - 1] === 'function') { 86 args[len - 1].call(this, paramMock.businessErrorMock); 96 generateKeyPair: function (...args) { argument 99 const len = args.length [all …]
|
D | ohos_multimedia_image.js | 28 readPixelsToBuffer: function (...args) { argument 31 const len = args.length 32 if (typeof args[len - 1] === 'function') { 33 args[len - 1].call(this, paramMock.businessErrorMock); 40 readPixels: function (...args) { argument 43 const len = args.length 44 if (typeof args[len - 1] === 'function') { 45 args[len - 1].call(this, paramMock.businessErrorMock); 52 writePixels: function (...args) { argument 55 const len = args.length [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_args.c | 42 set_loc_shader(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx, uint8_t num_sgprs) in set_loc_shader() argument 44 struct radv_userdata_info *ud_info = &args->user_sgprs_locs.shader_data[idx]; in set_loc_shader() 51 set_loc_shader_ptr(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx) in set_loc_shader_ptr() argument 57 set_loc_shader(args, idx, sgpr_idx, use_32bit_pointers ? 1 : 2); in set_loc_shader_ptr() 61 set_loc_desc(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx) in set_loc_desc() argument 63 struct radv_userdata_locations *locs = &args->user_sgprs_locs; in set_loc_desc() 153 struct radv_shader_args *args, gl_shader_stage stage, bool has_previous_stage, in allocate_user_sgprs() argument 177 user_sgpr_count += args->load_grid_size_from_user_sgpr ? 3 : 2; in allocate_user_sgprs() 191 if (!args->is_gs_copy_shader) in allocate_user_sgprs() 248 struct radv_shader_args *args) in declare_global_input_sgprs() argument [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl.js | 379 getContextAttributes: function (...args) { argument 384 isContextLost: function (...args) { argument 389 getSupportedExtensions: function (...args) { argument 394 getExtension: function (...args) { argument 399 activeTexture: function (...args) { argument 403 attachShader: function (...args) { argument 407 bindAttribLocation: function (...args) { argument 411 bindBuffer: function (...args) { argument 415 bindFramebuffer: function (...args) { argument 419 bindRenderbuffer: function (...args) { argument [all …]
|
/third_party/node/src/ |
D | node_wasi.cc | 17 inline void Debug(WASI* wasi, Args&&... args) { in Debug() argument 18 Debug(wasi->env(), DebugCategory::WASI, std::forward<Args>(args)...); in Debug() 25 THROW_ERR_WASI_NOT_STARTED(Environment::GetCurrent(args)); \ 30 #define RETURN_IF_BAD_ARG_COUNT(args, expected) \ argument 32 if ((args).Length() != (expected)) { \ 33 (args).GetReturnValue().Set(UVWASI_EINVAL); \ 38 #define CHECK_TO_TYPE_OR_RETURN(args, input, type, result) \ argument 41 (args).GetReturnValue().Set(UVWASI_EINVAL); \ 47 #define UNWRAP_BIGINT_OR_RETURN(args, input, type, result) \ argument 50 (args).GetReturnValue().Set(UVWASI_EINVAL); \ [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/ |
D | bluetooth.js | 105 startAdvertising: function (...args) { argument 113 addService: function (...args) { argument 118 removeService: function (...args) { argument 127 notifyCharacteristicChanged: function (...args) { argument 132 sendResponse: function (...args) { argument 137 on: function (...args) { argument 140 const len = args.length 141 if (typeof args[len - 1] === 'function') { 142 if (args[0] == 'characteristicRead') { 143 args[len - 1].call(this, characteristicReadReqMock); [all …]
|