Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 8 of 8) sorted by relevance

/applications/standard/security_privacy_center/CertificateManager/product/phone/src/main/ets/stub/
DcertStubPromise.ts524 let errorCode = CMErrorCode.CMR_SUCCESS; variable
533 let errorCode = CMErrorCode.CMR_SUCCESS; variable
542 let errorCode = CMErrorCode.CMR_SUCCESS; variable
551 let errorCode = CMErrorCode.CMR_SUCCESS; variable
DcertStubStruct.ts48 errorCode: number, property
/applications/sample/camera/ai/cv/image_classification/
Dcamera_manager.cpp108 void SampleCameraStateMng::OnCreateFailed(const string cameraId, int32_t errorCode) in OnCreateFailed()
Dimage_classification_sample.cpp43 void OnError(const IcRetCode errorCode) in OnError()
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
Dcamera_manager.h82 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
/applications/sample/camera/ai/asr/keyword_spotting/
Dkws_manager.cpp51 void OnError(int32_t errorCode) in OnError()
/applications/sample/camera/media/
Dcamera_sample.cpp184 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
Dplayer_sample.cpp200 void PlayerCallbackImpl::OnError(int32_t errorType, int32_t errorCode) in OnError()