/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/ |
H A D | common_func.cpp | 62 tie(succ, opOffset) = op.GetProp("offset").ToInt64(opOffset); in GetActualBuf() 86 tie(succ, opLength) = op.GetProp("length").ToInt64(static_cast<int64_t>(retLen)); in GetActualLen() 103 tie(succ, opLength) = op.GetProp("length").ToInt64(); in GetActualLenV9() 205 tie(succ, position) = op.GetProp("position").ToInt64(); in GetReadArg() 275 tie(succ, position) = op.GetProp("position").ToInt64(); in GetWriteArg() 308 tie(succ, position) = op.GetProp("offset").ToInt64(); in GetReadArgV9()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.cpp | 144 tie(succ, opLength) = op.GetPropValue("length").ToInt64(static_cast<int64_t>(retLen));
in GetActualLen() 146 tie(succ, opLength) = op.GetProp("length").ToInt64(static_cast<int64_t>(retLen));
in GetActualLen() 403 tie(succ, offset) = op.GetPropValue("offset").ToInt64();
in GetReadArg() 406 tie(succ, offset) = op.GetProp("offset").ToInt64();
in GetReadArg() 456 tie(succ, offset) = op.GetPropValue("offset").ToInt64();
in GetReadArg() 459 tie(succ, offset) = op.GetProp("offset").ToInt64();
in GetReadArg()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | ftruncate.cpp | 48 tie(succ, len) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(len); in Sync() 80 tie(resGetSecondArg, len) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(len); in Async()
|
H A D | truncate.cpp | 44 tie(resGetSecondArg, len) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(len); in Sync() 75 tie(resGetSecondArg, len) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(len); in Async()
|
H A D | read_text.cpp | 43 tie(succ, position) = op.GetProp("position").ToInt64(); in GetReadTextArg() 50 auto [succ, length] = op.GetProp("length").ToInt64(); in GetReadTextArg()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/ |
H A D | n_val.h | 52 std::tuple<bool, int64_t> ToInt64() const; 53 std::tuple<bool, int64_t> ToInt64(int64_t defaultValue) const;
|
H A D | n_val.cpp | 155 tuple<bool, int64_t> NVal::ToInt64() const in ToInt64() function in OHOS::DistributedFS::NVal 162 tuple<bool, int64_t> NVal::ToInt64(int64_t defaultValue) const in ToInt64() function in OHOS::DistributedFS::NVal 167 return ToInt64(); in ToInt64()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | common_func.cpp | 51 tie(succ, adler) = adlerNVal.ToInt64(); in GetAdler32Arg() 77 tie(succ, crc64) = crc64NVal.ToInt64(); in GetCrc64Arg() 105 tie(succ, adler1) = adler1NVal.ToInt64(); in GetAdler32CombineArg() 112 tie(succ, adler2) = adler2NVal.ToInt64(); in GetAdler32CombineArg() 119 tie(succ, len) = bufLenNVal.ToInt64(); in GetAdler32CombineArg() 213 tie(succ, totalIn) = zstreamNVal.GetProp("totalIn").ToInt64(); in GetZStreamInValue() 243 tie(succ, adler) = zstreamNVal.GetProp("adler").ToInt64(); in GetZStreamOtherValue() 301 tie(succ, totalOut) = zstreamNVal.GetProp("totalOut").ToInt64(); in GetZstreamArg() 336 tie(succ, time) = gzHeaderNVal.GetProp("time").ToInt64(); in GetGZHeadValue() 625 tie(succ, sourceLenIn) = sourceLenNVal.ToInt64(sourceLe in GetCompressArg() [all...] |
H A D | napi_value.h | 54 std::tuple<bool, int64_t> ToInt64() const; 55 std::tuple<bool, int64_t> ToInt64(int64_t defaultValue) const;
|
H A D | napi_value.cpp | 148 tuple<bool, int64_t> NapiValue::ToInt64() const in ToInt64() function in OHOS::AppExecFwk::LIBZIP::NapiValue 155 tuple<bool, int64_t> NapiValue::ToInt64(int64_t defaultValue) const in ToInt64() function in OHOS::AppExecFwk::LIBZIP::NapiValue 160 return ToInt64(); in ToInt64()
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/ |
H A D | n_val.h | 55 std::tuple<bool, int64_t> ToInt64() const; 56 std::tuple<bool, int64_t> ToInt64(int64_t defaultValue) const;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_overloads.cpp | 51 tie(succ, srcOffset) = NVal(env, data).ToInt64(); in GetOffset() 84 tie(succ, size) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in BufferData() 121 tie(succ, offset) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in BufferSubData() 171 tie(succ, imageSize) = NVal(env, funcArg[NARG_POS::EIGHTH]).ToInt64(); in CompressedTexImage2D() 176 tie(succ, offset) = NVal(env, funcArg[NARG_POS::EIGHTH]).ToInt64(); in CompressedTexImage2D() 242 tie(succ, imageSize) = NVal(env, funcArg[NARG_POS::EIGHTH]).ToInt64(); in CompressedTexSubImage2D() 247 tie(succ, offset) = NVal(env, funcArg[NARG_POS::NINTH]).ToInt64(); in CompressedTexSubImage2D() 363 tie(succ, imgArg.width) = NVal(env, funcArg[NARG_POS::FOURTH]).ToInt64(); in TexImage2D() 367 tie(succ, imgArg.height) = NVal(env, funcArg[NARG_POS::FIFTH]).ToInt64(); in TexImage2D() 386 tie(succ, pboOffset) = NVal(env, funcArg[NARG_POS::NINTH]).ToInt64(); in TexImage2D() [all...] |
H A D | webgl2_rendering_context_base.cpp | 80 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::FOURTH]).ToInt64(); in ClearBufferfv() 111 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::FOURTH]).ToInt64(); in ClearBufferiv() 142 tie(succ, srcOffset) = NVal(env, funcArg[NARG_POS::FOURTH]).ToInt64(); in ClearBufferuiv() 430 tie(succ, flags) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in FenceSync() 471 tie(succ, flags) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in ClientWaitSync() 476 tie(succ, timeout) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt64(); in ClientWaitSync() 495 tie(succ, flags) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in WaitSync() 500 tie(succ, timeout) = NVal(env, funcArg[NARG_POS::THIRD]).ToInt64(); in WaitSync() 700 tie(succ, pboOffset) = NVal(env, funcArg[NARG_POS::TENTH]).ToInt64(); in TexImage3D() 774 tie(succ, pboOffset) = NVal(env, funcArg[NARG_POS::ELEVENTH]).ToInt64(); in TexSubImage3D() [all...] |
H A D | webgl_arg.cpp | 62 tie(succ, v) = NVal(env_, data).ToInt64(); in GetWebGLArg() 68 tie(succ, v) = NVal(env_, data).ToInt64(); in GetWebGLArg() 74 tie(succ, v) = NVal(env_, data).ToInt64(); in GetWebGLArg() 88 tie(succ, data) = NVal(env, dataObj).ToInt64(); in ToGLintptr() 904 tie(succ, srcByteOffset) = NVal(env, offsetArg).ToInt64(); in GetBufferExt() 912 tie(succ, srcByteOffset) = NVal(env, lenArg).ToInt64(); in GetBufferExt()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | truncate.cpp | 107 tie(succ, truncateLen) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(truncateLen); in Sync() 137 tie(succ, truncateLen) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(truncateLen); in Async()
|
H A D | lseek.cpp | 44 auto [succGetOffset, offset] = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in Sync()
|
H A D | create_randomaccessfile.cpp | 86 auto [succ, start] = op.GetProp("start").ToInt64(); in GetRafOptions() 94 auto [succ, end] = op.GetProp("end").ToInt64(); in GetRafOptions()
|
H A D | read_text.cpp | 43 tie(succ, offset) = op.GetProp("offset").ToInt64();
in GetReadTextArg() 51 tie(succ, len) = op.GetProp("length").ToInt64();
in GetReadTextArg()
|
H A D | listfile.cpp | 84 tie(ret, fileSizeOver) = argv.GetProp("fileSizeOver").ToInt64();
in GetFileFilterParam() 107 tie(succ, optionArgs->listNum) = argv.GetProp("listNum").ToInt64(0);
in GetOptionParam()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_command.h | 66 return Utils::ToInt64(String(index)); in Int64()
|
H A D | rs_profiler_capturedata.cpp | 96 return Utils::ToInt64(GetProperty(name)); in GetPropertyInt64()
|
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | incremental_backup_data.h | 40 auto [succ, tm] = time.ToInt64(); in IncrementalBackupTime()
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/ |
H A D | n_val.cpp | 172 tuple<bool, int64_t> NVal::ToInt64() const in ToInt64() function in OHOS::FileManagement::LibN::NVal 179 tuple<bool, int64_t> NVal::ToInt64(int64_t defaultValue) const in ToInt64() function in OHOS::FileManagement::LibN::NVal 184 return ToInt64(); in ToInt64()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/ |
H A D | n_val.h | 70 std::tuple<bool, int64_t> ToInt64() const;
|
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/ |
H A D | napi_utils.cpp | 123 std::tie(ret, fileSizeOver) = argv.GetProp("fileSizeOver").ToInt64(); in GetFileSize()
|