/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | working_state.cpp | 46 ErrCode WorkingState::Init(const std::shared_ptr<BaseState>& thisPtr) in Init() argument
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/n_async/ |
H A D | n_async_work_promise.cpp | 23 NAsyncWorkPromise::NAsyncWorkPromise(napi_env env, NVal thisPtr) : NAsyncWorkFactory(env) in NAsyncWorkPromise() argument
|
H A D | n_async_work_callback.cpp | 23 NAsyncWorkCallback::NAsyncWorkCallback(napi_env env, NVal thisPtr, NVal cb) : NAsyncWorkFactory(env) in NAsyncWorkCallback() argument
|
H A D | n_async_context.h | 37 explicit NAsyncContext(NVal thisPtr) : err_(0), res_(NVal()), cbExec_(nullptr), in NAsyncContext() argument 45 explicit NAsyncContextPromise(NVal thisPtr) : NAsyncContext(thisPtr) {} in NAsyncContextPromise() argument 52 NAsyncContextCallback(NVal thisPtr, NVal cb) : NAsyncContext(thisPtr), cb_(cb) {} in NAsyncContextCallback() argument 61 NAsyncContextLegacy(NVal thisPtr, NVal cbSucc, NVal cbFail, NVal cbFinal) in NAsyncContextLegacy() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_async_work_promise.cpp | 25 NapiAsyncWorkPromise::NapiAsyncWorkPromise(napi_env env, NapiValue thisPtr) : NapiAsyncWorkFactory(env) in NapiAsyncWorkPromise() argument
|
H A D | napi_async_work_callback.cpp | 25 NapiAsyncWorkCallback::NapiAsyncWorkCallback(napi_env env, NapiValue thisPtr, NapiValue cb) : NapiAsyncWorkFactory(env) in NapiAsyncWorkCallback() argument
|
H A D | napi_async_context.h | 38 explicit NapiAsyncContext(NapiValue thisPtr) in NapiAsyncContext() argument 47 explicit NAsyncContextPromise(NapiValue thisPtr) : NapiAsyncContext(thisPtr) in NAsyncContextPromise() argument 55 NAsyncContextCallback(NapiValue thisPtr, NapiValue cb) : NapiAsyncContext(thisPtr), cb_(cb) in NAsyncContextCallback() argument 65 NAsyncContextLegacy(NapiValue thisPtr, NapiValue cbSucc, NapiValue cbFail, NapiValue cbFinal) in NAsyncContextLegacy() argument
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/ |
H A D | n_async_work_promise.cpp | 24 NAsyncWorkPromise::NAsyncWorkPromise(napi_env env, NVal thisPtr) : NAsyncWork(env) in NAsyncWorkPromise() argument
|
H A D | n_async_work_callback.cpp | 30 NAsyncWorkCallback::NAsyncWorkCallback(napi_env env, NVal thisPtr, NVal cb) : NAsyncWork(env) in NAsyncWorkCallback() argument
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/n_async/ |
H A D | n_async_context.h | 40 NAsyncContext(NVal thisPtr) in NAsyncContext() argument 50 explicit NAsyncContextPromise(NVal thisPtr) : NAsyncContext(thisPtr) {} in NAsyncContextPromise() argument 57 NAsyncContextCallback(NVal thisPtr, NVal cb) : NAsyncContext(thisPtr), cb_(cb) {} in NAsyncContextCallback() argument
|
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/ |
H A D | js_auto_save_request_callback.cpp | 68 auto thisPtr = shared_from_this(); in JSCallFunction() local
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | moving_photo_video_cache.cpp | 56 auto thisPtr = sptr<MovingPhotoVideoCache>(this); in CacheFrame() local 75 auto thisPtr = sptr<MovingPhotoVideoCache>(this); in DoMuxerVideo() local
|
H A D | avcodec_task_manager.cpp | 88 auto thisPtr = sptr<AvcodecTaskManager>(this); in EncodeVideoBuffer() local 140 auto thisPtr = sptr<AvcodecTaskManager>(this); in CreateAVMuxer() local 207 auto thisPtr = sptr<AvcodecTaskManager>(this); in DoMuxerVideo() local [all...] |
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/ |
H A D | frame_record.cpp | 47 auto thisPtr = sptr<FrameRecord>(this); in ReleaseSurfaceBuffer() local
|
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | general_callbacks.cpp | 25 BackupRestoreCallback::BackupRestoreCallback(napi_env env, LibN::NVal thisPtr, LibN::NVal cb) : env_(env) in BackupRestoreCallback() argument
|
H A D | general_callbacks.h | 48 GeneralCallbacks(const napi_env &env, const LibN::NVal &thisPtr, const LibN::NVal &jsCallbacks) in GeneralCallbacks() argument
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 77 auto* thisPtr = static_cast<DrawingSample*>(data); in OnScreenPlug() local 98 auto* thisPtr = static_cast<DrawingSample*>(data); in OnPrepareCompleted() local
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 103 auto* thisPtr = static_cast<HelloComposer *>(data); in OnScreenPlug() local 124 auto* thisPtr = static_cast<HelloComposer *>(data); in OnPrepareCompleted() local
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_engine_sample.cpp | 106 auto* thisPtr = static_cast<DrawingEngineSample *>(data); in OnScreenPlug() local 127 auto* thisPtr = static_cast<DrawingEngineSample *>(data); in OnPrepareCompleted() local
|
H A D | render_context_sample.cpp | 67 auto* thisPtr = static_cast<RenderContextSample *>(data); in OnScreenPlug() local 87 auto* thisPtr = static_cast<RenderContextSample *>(data); in OnPrepareCompleted() local
|
H A D | drawing_sample_canvaskit0310.cpp | 512 auto* thisPtr = static_cast<HelloDrawing *>(data); in OnScreenPlug() local 618 auto* thisPtr = static_cast<HelloDrawing *>(data); in OnPrepareCompleted() local
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_input.cpp | 119 auto thisPtr = wptr<CameraInput>(this); in InitCameraInput() local
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_incremental.cpp | 165 auto thisPtr = ptr.promote(); in StartGetFdTask() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 463 shared_ptr<JsValue> thisPtr = in Callback() local
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 619 auto thisPtr = wptr<HCameraServiceStub>(this); in SetListenerObject() local
|