Home
last modified time | relevance | path

Searched refs:val_ (Results 101 - 125 of 224) sorted by relevance

123456789

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp113 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 Dsession_restore_n_exporter.cpp76 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 Ddir_n_exporter.cpp108 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 Dmyobject.h13 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 Dwebgl_shader_precision_format.cpp55 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 Dnapi_root_iterator_exporter.cpp111 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 Dflush.cpp58 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 Dftruncate.cpp60 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 Dsymlink.cpp65 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 Dtruncate.cpp55 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 Dcreate_stream.cpp90 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 Dfdopen_stream.cpp88 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 Dread_dir.cpp70 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 Drename.cpp56 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 Dlseek.cpp70 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 Dlink.cpp66 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 Dmkdtemp.cpp45 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 Dn_async_work_promise.cpp47 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 Dwatcher_n_exporter.cpp69 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 Dlstat.cpp60 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 Dmkdtemp.cpp59 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 Dcreate_stream.cpp70 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 Dfdopen_stream.cpp70 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 Dfdatasync.cpp61 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 Dfsync.cpp58 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()

Completed in 10 milliseconds

123456789