Home
last modified time | relevance | path

Searched refs:resultCallback_ (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_callback_v10.cpp91 resultCallback_ = resultCallback; in SetResultCallback()
97 resultCallback_ = nullptr; in ClearResultCallback()
103 return resultCallback_; in GetResultCallback()
109 return resultCallback_ != nullptr; in HasResultCallback()
H A Duser_auth_callback_v8.cpp133 : env_(env), resultCallback_(resultCallback), acquireCallback_(acquireCallback) in UserAuthCallbackV8()
147 if (resultCallback_ == nullptr) { in DoResultCallback()
184 return UserAuthNapiHelper::CallVoidNapiFunc(env_, resultCallback_->Get(), ARGS_TWO, params); in DoResultCallback()
H A Duser_auth_callback_v9.cpp145 resultCallback_ = resultCallback; in SetResultCallback()
151 resultCallback_ = nullptr; in ClearResultCallback()
169 return resultCallback_; in GetResultCallback()
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_callback_v10.h52 std::shared_ptr<JsRefHolder> resultCallback_ = nullptr; variable
H A Duser_auth_callback_v8.h44 std::shared_ptr<JsRefHolder> resultCallback_ = nullptr; variable
H A Duser_auth_callback_v9.h54 std::shared_ptr<JsRefHolder> resultCallback_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dbenchmark_common.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
415 if (Test::resultCallback_) { in OnResult()
418 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dut_common.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
470 if (Test::resultCallback_) { in OnResult()
473 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Ddcamera_client.h90 std::shared_ptr<ResultCallback> resultCallback_; variable
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/
H A Dbenchmark_common.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
472 if (Test::resultCallback_) { in OnResult()
475 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dhdi_common_v1_1.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
497 if (Test::resultCallback_) { in OnResult()
500 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dbenchmark_common.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
537 if (Test::resultCallback_) { in OnResult()
540 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/
H A Dcommon.cpp19 CameraManager::ResultCallback CameraManager::resultCallback_ = 0; member in OHOS::Camera::CameraManager
616 if (CameraManager::resultCallback_) { in OnResult()
619 CameraManager::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp267 resultCallback_ = resultCallback; in SetResultCallback()
354 return resultCallback_; in GetResultCallback()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddmetadata_processor.h99 std::function<void(uint64_t, std::shared_ptr<OHOS::Camera::CameraMetadata>)> resultCallback_; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_input.h385 std::shared_ptr<ResultCallback> resultCallback_; variable
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/
H A Dbenchmark_common.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
676 if (Test::resultCallback_) { in OnResult()
677 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dhdi_common_v1_2.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
631 if (Test::resultCallback_) { in OnResult()
632 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/include/
H A Dut_common.h199 static ResultCallback resultCallback_; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dhdi_common_v1_3.cpp21 Test::ResultCallback Test::resultCallback_ = 0; member in OHOS::Camera::Test
720 if (Test::resultCallback_) { in OnResult()
721 Test::resultCallback_(timestamp, resultMeta); in OnResult()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp532 resultCallback_ = resultCbk; in SetResultCallback()
547 resultCallback_(resultTimestamp, result); in UpdateAllResult()
593 resultCallback_(resultTimestamp, result); in UpdateOnChanged()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp327 resultCallback_ = callback; in SetResultCallback()
471 new DCameraPhotoSurfaceListener(photoSurface_, resultCallback_)); in CreatePhotoOutput()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/
H A Dhdi_common_v1_1.h210 static ResultCallback resultCallback_; variable
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h255 static ResultCallback resultCallback_; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h255 static ResultCallback resultCallback_; variable

12