/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle.cpp | 113 return acceleration_.accelerationValue_.val_.start_; in GetAccelerationStartValue() 118 return acceleration_.accelerationValue_.val_.end_; in GetAccelerationEndValue() 123 return acceleration_.accelerationAngle_.val_.start_; in GetAccelerationStartAngle() 128 return acceleration_.accelerationAngle_.val_.end_; in GetAccelerationEndAngle() 223 return opacity_.val_.start_; in GetOpacityStartValue() 228 return opacity_.val_.end_; in GetOpacityEndValue() 248 return scale_.val_.start_; in GetScaleStartValue() 253 return scale_.val_.end_; in GetScaleEndValue() 273 return spin_.val_.start_; in GetSpinStartValue() 278 return spin_.val_ in GetSpinEndValue() [all...] |
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | session_restore_n_exporter.cpp | 76 napi_status status = napi_set_named_property(env, obj.val_, FILEIO_TAG_ERR_DATA.c_str(), in OnFileReadySheet() 77 NVal::CreateUTF8String(env, bundleName).val_); in OnFileReadySheet() 85 NVal::CreateUTF8String(env, bundleName).val_), in OnFileReadySheet() 86 NVal::DeclareNapiProperty(BConstants::URI.c_str(), NVal::CreateUTF8String(env, fileName).val_), in OnFileReadySheet() 87 NVal::DeclareNapiProperty(BConstants::FD.c_str(), NVal::CreateInt32(env, fd->Release()).val_), in OnFileReadySheet() 89 NVal::CreateInt32(env, manifestFd->Release()).val_)}); in OnFileReadySheet() 133 napi_status status = napi_set_named_property(env, res.val_, FILEIO_TAG_ERR_DATA.c_str(), bundleName.val_); in onBundleBegin() 179 napi_status status = napi_set_named_property(env, res.val_, FILEIO_TAG_ERR_DATA.c_str(), bundleName.val_); in onBundleEnd() [all...] |
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/ |
H A D | dir_n_exporter.cpp | 108 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbCompl).val_; in Close() 111 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbCompl).val_; in Close() 142 return { env, NVal::CreateUndefined(env).val_ }; in DoReadComplete() 201 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbCompl).val_; in Read() 204 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbCompl).val_; in Read() 234 return NVal::CreateUndefined(env).val_; in ReadSync() 367 return NAsyncWorkPromise(env, thisVar).Schedule(listfileProcedureName, cbExec, cbCompl).val_; in ListFile() 370 return NAsyncWorkCallback(env, thisVar, cb).Schedule(listfileProcedureName, cbExec, cbCompl).val_; in ListFile()
|
/third_party/node/test/js-native-api/8_passing_wrapped/ |
H A D | myobject.h | 13 double Val() const { return val_; } in Val() 21 double val_; member in MyObject
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_shader_precision_format.cpp | 55 return NVal::CreateInt64(env, size).val_; in GetShaderPrecisionFormatRangeMin() 67 return NVal::CreateInt64(env, size).val_; in GetShaderPrecisionFormatRangeMax() 79 return NVal::CreateInt64(env, precision).val_; in GetShaderPrecisionFormatPrecision()
|
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/ |
H A D | napi_root_iterator_exporter.cpp | 111 objRootInfoExporter = NVal::CreateUndefined(env).val_; in Next() 115 retNVal.AddProp("done", NVal::CreateBool(env, done).val_); in Next() 118 return retNVal.val_; in Next()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/ |
H A D | flush.cpp | 58 return NVal::CreateUndefined(env).val_; in Sync() 93 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbCompl).val_; in Async() 96 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbCompl).val_; in Async()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | ftruncate.cpp | 60 return NVal::CreateUndefined(env).val_; in Sync() 108 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbComplete).val_; in Async() 111 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbComplete).val_; in Async()
|
H A D | symlink.cpp | 65 return NVal::CreateUndefined(env).val_; in Sync() 101 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async() 104 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async()
|
H A D | truncate.cpp | 55 return NVal::CreateUndefined(env).val_; in Sync() 103 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbCompl).val_; in Async() 106 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbCompl).val_; in Async()
|
H A D | create_stream.cpp | 90 return InstantiateStream(env, move(fp)).val_; in Sync() 130 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbCompl).val_; in Async() 133 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbCompl).val_; in Async()
|
H A D | fdopen_stream.cpp | 88 return InstantiateStream(env, move(fp)).val_; in Sync() 128 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbCompl).val_; in Async() 131 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbCompl).val_; in Async()
|
H A D | read_dir.cpp | 70 return NVal::CreateArrayString(env, dirFiles).val_; in Sync() 123 return NAsyncWorkPromise(env, thisVar).Schedule(readdirProcedureName, cbExec, cbCompl).val_; in Async() 126 return NAsyncWorkCallback(env, thisVar, cb).Schedule(readdirProcedureName, cbExec, cbCompl).val_; in Async()
|
H A D | rename.cpp | 56 return NVal::CreateUndefined(env).val_; in Sync() 99 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async() 102 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async()
|
H A D | lseek.cpp | 70 return NVal::CreateInt64(env, ret).val_; in Sync() 108 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async() 111 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async()
|
H A D | link.cpp | 66 return NVal::CreateUndefined(env).val_; in Sync() 102 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async() 105 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbComplCallback).val_; in Async()
|
H A D | mkdtemp.cpp | 45 return NVal::CreateUTF8String(env, path).val_; in Sync() 85 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbComplete).val_; in Async() 88 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbComplete).val_; in Async()
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/ |
H A D | n_async_work_promise.cpp | 47 napi_status status = napi_resolve_deferred(env, ctx->deferred_, ctx->res_.val_); in PromiseOnComplete() 52 napi_status status = napi_reject_deferred(env, ctx->deferred_, ctx->res_.val_); in PromiseOnComplete() 79 napi_value resource = NVal::CreateUTF8String(env_, procedureName).val_; in Schedule()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_watcher/ |
H A D | watcher_n_exporter.cpp | 69 return NVal::CreateUndefined(env).val_; in StopSync() 101 return NAsyncWorkPromise(env, thisVar).Schedule(procedureName, cbExec, cbCompl).val_; in Stop() 104 return NAsyncWorkCallback(env, thisVar, cb).Schedule(procedureName, cbExec, cbCompl).val_; in Stop()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | lstat.cpp | 60 auto stat = CommonFunc::InstantiateStat(env, lstat_req->statbuf).val_; in Sync() 119 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_LSTAT_NAME, cbExec, cbCompl).val_; in Async() 122 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_LSTAT_NAME, cbExec, cbCompl).val_; in Async()
|
H A D | mkdtemp.cpp | 59 return NVal::CreateUTF8String(env, mkdtemp_req->path).val_; in Sync() 116 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_MKDTEMP_NAME, cbExec, cbComplete).val_; in Async() 119 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_MKDTEMP_NAME, cbExec, cbComplete).val_; in Async()
|
H A D | create_stream.cpp | 70 return CommonFunc::InstantiateStream(env, move(fp)).val_; in Sync() 113 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_CREATESTREAM_NAME, cbExec, cbCompl).val_; in Async() 116 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_CREATESTREAM_NAME, cbExec, cbCompl).val_; in Async()
|
H A D | fdopen_stream.cpp | 70 return CommonFunc::InstantiateStream(env, move(fp)).val_; in Sync() 113 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_FDOPENSTREAM_NAME, cbExec, cbCompl).val_; in Async() 116 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_FDOPENSTREAM_NAME, cbExec, cbCompl).val_; in Async()
|
H A D | fdatasync.cpp | 61 return NVal::CreateUndefined(env).val_; in Sync() 105 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_FDATASYNC_NAME, cbExec, cbComplCallback).val_; in Async() 108 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_FDATASYNC_NAME, cbExec, cbComplCallback).val_; in Async()
|
H A D | fsync.cpp | 58 return NVal::CreateUndefined(env).val_; in Sync() 104 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_FSYNC_NAME, cbExec, cbComplete).val_; in Async() 107 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_FSYNC_NAME, cbExec, cbComplete).val_; in Async()
|