Home
last modified time | relevance | path

Searched refs:ToInt64 (Results 1 - 25 of 35) sorted by relevance

12

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.cpp62 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 Dcommon_func.cpp144 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 Dftruncate.cpp48 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 Dtruncate.cpp44 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 Dread_text.cpp43 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 Dn_val.h52 std::tuple<bool, int64_t> ToInt64() const;
53 std::tuple<bool, int64_t> ToInt64(int64_t defaultValue) const;
H A Dn_val.cpp155 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 Dcommon_func.cpp51 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 Dnapi_value.h54 std::tuple<bool, int64_t> ToInt64() const;
55 std::tuple<bool, int64_t> ToInt64(int64_t defaultValue) const;
H A Dnapi_value.cpp148 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 Dn_val.h55 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 Dwebgl_rendering_context_overloads.cpp51 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 Dwebgl2_rendering_context_base.cpp80 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 Dwebgl_arg.cpp62 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 Dtruncate.cpp107 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 Dlseek.cpp44 auto [succGetOffset, offset] = NVal(env, funcArg[NARG_POS::SECOND]).ToInt64(); in Sync()
H A Dcreate_randomaccessfile.cpp86 auto [succ, start] = op.GetProp("start").ToInt64(); in GetRafOptions()
94 auto [succ, end] = op.GetProp("end").ToInt64(); in GetRafOptions()
H A Dread_text.cpp43 tie(succ, offset) = op.GetProp("offset").ToInt64(); in GetReadTextArg()
51 tie(succ, len) = op.GetProp("length").ToInt64(); in GetReadTextArg()
H A Dlistfile.cpp84 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 Drs_profiler_command.h66 return Utils::ToInt64(String(index)); in Int64()
H A Drs_profiler_capturedata.cpp96 return Utils::ToInt64(GetProperty(name)); in GetPropertyInt64()
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dincremental_backup_data.h40 auto [succ, tm] = time.ToInt64(); in IncrementalBackupTime()
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp172 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 Dn_val.h70 std::tuple<bool, int64_t> ToInt64() const;
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_utils.cpp123 std::tie(ret, fileSizeOver) = argv.GetProp("fileSizeOver").ToInt64(); in GetFileSize()

Completed in 16 milliseconds

12