Home
last modified time | relevance | path

Searched refs:DepthDataNapiDestructor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_napi.h42 static void DepthDataNapiDestructor(napi_env env, void* nativeObject, void* finalize_hint);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_napi.cpp60 DepthDataNapi::DepthDataNapiDestructor, nullptr, nullptr); in DepthDataNapiConstructor()
72 void DepthDataNapi::DepthDataNapiDestructor(napi_env env, void *nativeObject, void *finalize) in DepthDataNapiDestructor() function in OHOS::CameraStandard::DepthDataNapi