/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icamera_service_callback.h | 73 virtual int32_t OnTorchStatusChange(const TorchStatus status) = 0;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hcamera_service_callback_proxy.h | 53 int32_t OnTorchStatusChange(const TorchStatus torchStatus) override;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_callback_stub.cpp | 87 return OnTorchStatusChange((TorchStatus)status); in HandleOnTorchStatusChange()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_callback_proxy.cpp | 93 int32_t HTorchServiceCallbackProxy::OnTorchStatusChange(const TorchStatus status) in OnTorchStatusChange() function in OHOS::CameraStandard::HTorchServiceCallbackProxy
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | native-camera-torch-use.md | 95 void OnTorchStatusChange(Camera_Manager *cameraManager, Camera_TorchStatusInfo* torchStatus)
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | camera_manager.h | 120 virtual void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const = 0; 891 int32_t OnTorchStatusChange(const TorchStatus status) override;
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/ |
H A D | camera_manager_napi.h | 89 void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const override;
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_manager_impl.cpp | 97 void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const override in OnTorchStatusChange() function in InnerCameraManagerTorchStatusCallback
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 754 it.second->OnTorchStatusChange(status); in OnTorchStatus() 862 callback->OnTorchStatusChange(torchStatus_); in SetTorchCallback()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 1912 int32_t TorchServiceCallback::OnTorchStatusChange(const TorchStatus status) in OnTorchStatusChange() function in OHOS::CameraStandard::TorchServiceCallback 1944 torchListener->OnTorchStatusChange(torchStatusInfo); in OnTorchStatusChange()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/ |
H A D | camera_manager_napi.cpp | 401 void TorchListenerNapi::OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const in OnTorchStatusChange() function in OHOS::CameraStandard::TorchListenerNapi
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 220 void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const override in OnTorchStatusChange() function in OHOS::CameraStandard::__anon0f1f2f4b0110::AppCallback 8109 hTorchServiceCallbackProxy->OnTorchStatusChange(TORCH_STATUS_OFF); 8526 hTorchServiceCallbackProxy->OnTorchStatusChange(TORCH_STATUS_OFF);
|