Home
last modified time | relevance | path

Searched refs:THIRD (Results 1 - 25 of 58) sorted by relevance

123

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_overloads.cpp77 tie(succ, usage) = NVal(env, funcArg[NARG_POS::THIRD]).ToGLenum(); in BufferData()
132 static_cast<GLintptr>(offset), funcArg[NARG_POS::THIRD], ext); in BufferSubData()
154 tie(succ, imgArg.internalFormat) = NVal(env, funcArg[NARG_POS::THIRD]).ToGLenum(); in CompressedTexImage2D()
221 tie(succ, imgArg.xOffset) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(); in CompressedTexSubImage2D()
288 tie(succ, arg.width) = NVal(env, funcArg[NARG_POS::THIRD]).ToGLsizei(); in ReadPixels()
349 tie(succ, imgArg.internalFormat) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(); in TexImage2D()
425 tie(succ, imgArg.xOffset) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(); in TexSubImage2D()
487 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform1fv()
508 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform2fv()
528 bool succ = extInfo.GetUniformExtInfo(env, funcArg, NARG_POS::THIRD); in Uniform3fv()
[all...]
H A Dwebgl2_rendering_context_base.cpp88 env, buffer, drawbuffer, funcArg[NARG_POS::THIRD], srcOffset, BUFFER_DATA_FLOAT_32); in ClearBufferfv()
119 env, buffer, drawbuffer, funcArg[NARG_POS::THIRD], srcOffset, BUFFER_DATA_INT_32); in ClearBufferiv()
150 env, buffer, drawbuffer, funcArg[NARG_POS::THIRD], srcOffset, BUFFER_DATA_UINT_32); in ClearBufferuiv()
172 tie(succ, depth) = NVal(env, funcArg[NARG_POS::THIRD]).ToFloat(); in ClearBufferfi()
364 tie(succ, param) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(); in SamplerParameteri()
388 tie(succ, param) = NVal(env, funcArg[NARG_POS::THIRD]).ToFloat(); in SamplerParameterf()
476 tie(succ, timeout) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt64(); in ClientWaitSync()
500 tie(succ, timeout) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt64(); in WaitSync()
628 tie(succ, args.internalFormat) = NVal(env, funcArg[NARG_POS::THIRD]).ToGLenum(); in TexStorage3D()
670 tie(succ, imgArg.internalFormat) = NVal(env, funcArg[NARG_POS::THIRD]) in TexImage3D()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcreate_randomaccessfile.cpp121 if (funcArg.GetArgc() == NARG_CNT::THREE && !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function)) { in GetJsFlags()
122 tie(succOpt, start, end) = GetRafOptions(env, funcArg[NARG_POS::THIRD]); in GetJsFlags()
193 auto [succ, start, end] = GetRafOptions(env, funcArg[NARG_POS::THIRD]); in Sync()
264 (funcArg.GetArgc() == NARG_CNT::THREE && NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_object))) { in Async()
267 int cbIdx = ((funcArg.GetArgc() == NARG_CNT::TWO) ? NARG_POS::SECOND : NARG_POS::THIRD); in Async()
H A Dwatcher.cpp69 if (!NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function)) { in ParseParam()
74 auto infoArg = CreateSharedPtr<WatcherInfoArg>(NVal(env, funcArg[NARG_POS::THIRD])); in ParseParam()
H A Dcopy_file.cpp178 tie(succ, mode) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(mode); in ParseJsMode()
294 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Async()
297 NVal cb(env, funcArg[((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH)]); in Async()
H A Dmove.cpp76 tie(resGetThirdArg, mode) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(mode); in ParseJsOperand()
231 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Async()
234 int cbIdx = ((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH); in Async()
H A Dlseek.cpp53 auto [succGetWhence, pos] = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(SeekPos::START); in Sync()
H A Dprop_n_exporter.cpp238 tie(succ, args.flag) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(args.flag); in GetAccessArgs()
554 CommonFunc::GetReadArg(env, funcArg[NARG_POS::SECOND], funcArg[NARG_POS::THIRD]); in ReadSync()
622 CommonFunc::GetReadArg(env, funcArg[NARG_POS::SECOND], funcArg[NARG_POS::THIRD]); in Read()
648 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Read()
651 int cbIdx = ((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH); in Read()
696 CommonFunc::GetWriteArg(env, funcArg[NARG_POS::SECOND], funcArg[NARG_POS::THIRD]); in Write()
723 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Write()
726 int cbIdx = ((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH); in Write()
755 CommonFunc::GetWriteArg(env, funcArg[NARG_POS::SECOND], funcArg[NARG_POS::THIRD]); in WriteSync()
H A Dcopydir.cpp80 tie(resGetThirdArg, mode) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(mode); in ParseAndCheckJsOperand()
341 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Async()
344 int cbIdex = ((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH); in Async()
H A Dmovedir.cpp97 tie(resGetThirdArg, mode) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(mode); in ParseJsOperand()
389 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Async()
392 int cbIdex = ((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH); in Async()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dprop_n_exporter.cpp141 int cbInd = ((funcArg.GetArgc() == NARG_CNT::TWO) ? NARG_POS::SECOND : NARG_POS::THIRD); in Access()
229 int cbIdx = ((funcArg.GetArgc() == NARG_CNT::TWO) ? NARG_POS::SECOND : NARG_POS::THIRD); in Mkdir()
324 tie(succ, group) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(); in FchownSync()
359 CommonFunc::GetReadArg(env, funcArg[NARG_POS::SECOND], funcArg[NARG_POS::THIRD]); in ReadSync()
434 CommonFunc::GetReadArg(env, funcArg[NARG_POS::SECOND], funcArg[NARG_POS::THIRD]); in Read()
456 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Read()
459 int cbIdx = ((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH); in Read()
500 CommonFunc::GetWriteArg(env, funcArg[NARG_POS::SECOND], funcArg[NARG_POS::THIRD]); in Write()
519 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Write()
522 int cbIdx = ((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD in Write()
[all...]
H A Dopen.cpp73 tie(succ, mode) = NVal(env, funcArg.GetArg(NARG_POS::THIRD)).ToInt32(mode); in Sync()
140 tie(succ, mode) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(mode); in Async()
162 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Async()
H A Dcopy_file.cpp94 tie(succ, mode) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt32(mode); in ParseJsModeAndProm()
197 !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function))) { in Async()
200 NVal cb(env, funcArg[((funcArg.GetArgc() == NARG_CNT::THREE) ? NARG_POS::THIRD : NARG_POS::FOURTH)]); in Async()
H A Dfchmod.cpp53 NVal cb(env, funcArg[NARG_POS::THIRD]); in Async()
H A Dchmod.cpp54 NVal cb(env, funcArg[NARG_POS::THIRD]); in Async()
H A Dhash.cpp119 NVal cb(env, funcArg[NARG_POS::THIRD]); in Async()
H A Dftruncate.cpp110 NVal cb(env, funcArg[((funcArg.GetArgc() == NARG_CNT::TWO) ? NARG_POS::SECOND : NARG_POS::THIRD)]); in Async()
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_uri_permission.cpp226 if (NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_number)) { in GetJSArgs()
227 auto [succFlag, flag] = NVal(env, funcArg[NARG_POS::THIRD]).ToUint32(); in GetJSArgs()
230 } else if (NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_string)) { in GetJSArgs()
231 auto [succFlag, flag, lenFlag] = NVal(env, funcArg[NARG_POS::THIRD]).ToUTF8String(); in GetJSArgs()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_func_arg.h38 THIRD = 2, enumerator
H A Dcommon_func.cpp118 NapiValue bufLenNVal(env, funcArg[ArgumentPosition::THIRD]); in GetAdler32CombineArg()
543 NapiValue methodNVal(env, funcArg[ArgumentPosition::THIRD]); in GetDeflateInit2Arg()
624 NapiValue sourceLenNVal(env, funcArg[ArgumentPosition::THIRD]); in GetCompressArg()
659 NapiValue levelNVal(env, funcArg[ArgumentPosition::THIRD]); in GetCompress2Arg()
703 NapiValue sourceLenNVal(env, funcArg[ArgumentPosition::THIRD]); in GetUnCompressArg()
804 NapiValue bufNVal(env, funcArg[ArgumentPosition::THIRD]); in GetInflateBackInitArg()
833 NapiValue valueNVal(env, funcArg[ArgumentPosition::THIRD]); in GetInflatePrimeArg()
932 NapiValue maxLazyNVal(env, funcArg[ArgumentPosition::THIRD]); in UnwrapDeflateTuneParams()
995 NapiValue secondNVal(env, funcArg[ArgumentPosition::THIRD]); in UnwrapTwoIntParams()
1156 NapiValue nitemsNVal(env, funcArg[ArgumentPosition::THIRD]); in GetGZFReadArg()
[all...]
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_func_arg.h40 THIRD, enumerator
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_func_arg.h34 THIRD = 2, enumerator
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dhash.cpp61 if (funcArg.GetArgc() == NARG_CNT::THREE && !NVal(env, funcArg[NARG_POS::THIRD]).TypeIs(napi_function)) { in GetHashArgs()
112 NVal cb(env, funcArg[NARG_POS::THIRD]); in Async()
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_fileaccess_helper.cpp354 NVal cb(env, funcArg[NARG_POS::THIRD]); in NAPI_OpenFile()
410 NVal cb(env, funcArg[NARG_POS::THIRD]); in NAPI_CreateFile()
467 NVal cb(env, funcArg[NARG_POS::THIRD]); in NAPI_Mkdir()
572 NVal cb(env, funcArg[NARG_POS::THIRD]); in NAPI_Move()
623 NVal cb(env, funcArg[NARG_POS::THIRD]); in NAPI_Query()
679 NVal thirdArg(env, funcArg[NARG_POS::THIRD]); in GetCopyArguments()
681 std::tie(retStatus, force) = NVal(env, funcArg[NARG_POS::THIRD]).ToBool(); in GetCopyArguments()
690 NVal thirdArg(env, funcArg[NARG_POS::THIRD]); in GetCopyArguments()
692 std::tie(retStatus, force) = NVal(env, funcArg[NARG_POS::THIRD]).ToBool(); in GetCopyArguments()
719 std::tie(succFileName, fileName, std::ignore) = NVal(env, funcArg[NARG_POS::THIRD]) in GetCopyFileArguments()
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_func_arg.h45 THIRD = 2, enumerator

Completed in 16 milliseconds

123