Searched refs:sVideoConstructor_ (Results 1 – 2 of 2) sorted by relevance
103 static thread_local napi_ref sVideoConstructor_; variable
35 thread_local napi_ref CameraFunctionsNapi::sVideoConstructor_ = nullptr; member in OHOS::CameraStandard::CameraFunctionsNapi158 status = napi_create_reference(env, ctorObj, refCount, &sVideoConstructor_); in Init()191 status = napi_get_reference_value(env, sVideoConstructor_, &constructor); in CreateCameraFunctions()