Home
last modified time | relevance | path

Searched defs:thisPtr (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_async_context.h38 explicit NapiAsyncContext(NapiValue thisPtr) in NapiAsyncContext()
47 explicit NAsyncContextPromise(NapiValue thisPtr) : NapiAsyncContext(thisPtr) in NAsyncContextPromise()
55 NAsyncContextCallback(NapiValue thisPtr, NapiValue cb) : NapiAsyncContext(thisPtr), cb_(cb) in NAsyncContextCallback()
65 NAsyncContextLegacy(NapiValue thisPtr, NapiValue cbSucc, NapiValue cbFail, NapiValue cbFinal) in NAsyncContextLegacy()
H A Dnapi_async_work_promise.cpp25 NapiAsyncWorkPromise::NapiAsyncWorkPromise(napi_env env, NapiValue thisPtr) : NapiAsyncWorkFactory(… in NapiAsyncWorkPromise()
H A Dnapi_async_work_callback.cpp25 NapiAsyncWorkCallback::NapiAsyncWorkCallback(napi_env env, NapiValue thisPtr, NapiValue cb) : NapiA… in NapiAsyncWorkCallback()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/n_async/
H A Dn_async_context.h37 explicit NAsyncContext(NVal thisPtr) : err_(0), res_(NVal()), cbExec_(nullptr), in NAsyncContext()
45 explicit NAsyncContextPromise(NVal thisPtr) : NAsyncContext(thisPtr) {} in NAsyncContextPromise()
52 NAsyncContextCallback(NVal thisPtr, NVal cb) : NAsyncContext(thisPtr), cb_(cb) {} in NAsyncContextCallback()
61 NAsyncContextLegacy(NVal thisPtr, NVal cbSucc, NVal cbFail, NVal cbFinal) in NAsyncContextLegacy()
H A Dn_async_work_promise.cpp23 NAsyncWorkPromise::NAsyncWorkPromise(napi_env env, NVal thisPtr) : NAsyncWorkFactory(env) in NAsyncWorkPromise()
H A Dn_async_work_callback.cpp23 NAsyncWorkCallback::NAsyncWorkCallback(napi_env env, NVal thisPtr, NVal cb) : NAsyncWorkFactory(env) in NAsyncWorkCallback()
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/n_async/
H A Dn_async_context.h40 NAsyncContext(NVal thisPtr) in NAsyncContext()
50 explicit NAsyncContextPromise(NVal thisPtr) : NAsyncContext(thisPtr) {} in NAsyncContextPromise()
57 NAsyncContextCallback(NVal thisPtr, NVal cb) : NAsyncContext(thisPtr), cb_(cb) {} in NAsyncContextCallback()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dworking_state.cpp46 ErrCode WorkingState::Init(const std::shared_ptr<BaseState>& thisPtr) in Init()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dgeneral_callbacks.h48 GeneralCallbacks(const napi_env &env, const LibN::NVal &thisPtr, const LibN::NVal &jsCallbacks) in GeneralCallbacks()
H A Dgeneral_callbacks.cpp25 BackupRestoreCallback::BackupRestoreCallback(napi_env env, LibN::NVal thisPtr, LibN::NVal cb) : env… in BackupRestoreCallback()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dmoving_photo_video_cache.cpp56 auto thisPtr = sptr<MovingPhotoVideoCache>(this); in CacheFrame() local
75 auto thisPtr = sptr<MovingPhotoVideoCache>(this); in DoMuxerVideo() local
H A Davcodec_task_manager.cpp88 auto thisPtr = sptr<AvcodecTaskManager>(this); in EncodeVideoBuffer() local
139 auto thisPtr = sptr<AvcodecTaskManager>(this); in CreateAVMuxer() local
207 auto thisPtr = sptr<AvcodecTaskManager>(this); in DoMuxerVideo() local
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/
H A Dn_async_work_promise.cpp24 NAsyncWorkPromise::NAsyncWorkPromise(napi_env env, NVal thisPtr) : NAsyncWork(env) in NAsyncWorkPromise()
H A Dn_async_work_callback.cpp43 NAsyncWorkCallback::NAsyncWorkCallback(napi_env env, NVal thisPtr, NVal cb) : NAsyncWork(env) in NAsyncWorkCallback()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/
H A Dframe_record.cpp49 auto thisPtr = sptr<FrameRecord>(this); in ReleaseSurfaceBuffer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp77 auto* thisPtr = static_cast<DrawingSample*>(data); in OnScreenPlug() local
98 auto* thisPtr = static_cast<DrawingSample*>(data); in OnPrepareCompleted() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp106 auto* thisPtr = static_cast<DrawingEngineSample *>(data); in OnScreenPlug() local
127 auto* thisPtr = static_cast<DrawingEngineSample *>(data); in OnPrepareCompleted() local
H A Drender_context_sample.cpp67 auto* thisPtr = static_cast<RenderContextSample *>(data); in OnScreenPlug() local
87 auto* thisPtr = static_cast<RenderContextSample *>(data); in OnPrepareCompleted() local
H A Ddrawing_sample_canvaskit0310.cpp512 auto* thisPtr = static_cast<HelloDrawing *>(data); in OnScreenPlug() local
618 auto* thisPtr = static_cast<HelloDrawing *>(data); in OnPrepareCompleted() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/
H A Djs_auto_save_request_callback.cpp68 auto thisPtr = shared_from_this(); in JSCallFunction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp103 auto* thisPtr = static_cast<HelloComposer *>(data); in OnScreenPlug() local
124 auto* thisPtr = static_cast<HelloComposer *>(data); in OnPrepareCompleted() local
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp1544 auto thisPtr = obj.promote(); in GetBackupInfoConnectDone() local
1558 auto thisPtr = obj.promote(); in GetBackupInfoConnectDied() local
1989 auto thisPtr = ptr.promote(); in TimeOutCallback() local
2020 auto thisPtr = ptr.promote(); in DoTimeout() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp282 auto thisPtr = shared_from_this(); in NotifySessionCreated() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp119 auto thisPtr = wptr<CameraInput>(this); in InitCameraInput() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp464 shared_ptr<JsValue> thisPtr = in Callback() local

12