Lines Matching refs:callbackObj

104 …ctor\<uint8_t>& extraInfo,<br/>        const sptr\<IExecutorCallback>& callbackObj) | 录入人脸模板。     …
105 …onst std::vector\<uint8_t>& extraInfo, const sptr\<IExecutorCallback>& callbackObj) | 认证人脸模板。 …
106 …ctor\<uint8_t>& extraInfo,<br/> const sptr\<IExecutorCallback>& callbackObj) | 识别人脸模板。 …
109 …ctor\<uint8_t>& extraInfo,<br/> const sptr\<IExecutorCallback>& callbackObj) | 人脸认证服务向Face_…
113 | RegisterSaCommandCallback(const sptr\<ISaCommandCallback> &callbackObj) | 注册SA命令回调。 |
333 …64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj)
338 if (callbackObj == nullptr) {
339 IAM_LOGE("callbackObj is nullptr");
343 int32_t ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {});
353 const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj)
359 if (callbackObj == nullptr) {
360 IAM_LOGE("callbackObj is nullptr");
364 int32_t ret = callbackObj->OnResult(ResultCode::NOT_ENROLLED, {});
374 …64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj)
379 if (callbackObj == nullptr) {
380 IAM_LOGE("callbackObj is nullptr");
384 int32_t ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {});
412 …t32_t commandId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj)
416 if (callbackObj == nullptr) {
417 IAM_LOGE("callbackObj is nullptr");
424 ret = callbackObj->OnResult(ResultCode::SUCCESS, {});
432 ret = callbackObj->OnResult(ResultCode::SUCCESS, {});
440 ret = callbackObj->OnResult(ResultCode::SUCCESS, {});
448 ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {});
484 …nt32_t AllInOneExecutorImpl::RegisterSaCommandCallback(const sptr<ISaCommandCallback> &callbackObj)