Home
last modified time | relevance | path

Searched refs:CONST_DEPTH_DATA_ERROR (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_output_napi.h32 static const std::string CONST_DEPTH_DATA_ERROR = "error"; variable
44 {DEPTH_DATA_ERROR, CONST_DEPTH_DATA_ERROR}
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp646 depthDataCallback_->SaveCallbackReference(CONST_DEPTH_DATA_ERROR, callback, isOnce); in RegisterErrorCallbackListener()
656 depthDataCallback_->RemoveCallbackRef(CONST_DEPTH_DATA_ERROR, callback); in UnregisterErrorCallbackListener()
665 { CONST_DEPTH_DATA_ERROR, { in GetEmitterFunctions()