Home
last modified time | relevance | path

Searched defs:cameraId (Results 1 - 25 of 49) sorted by relevance

12

/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_device_callback.h73 virtual void OnCameraStatus(std::string cameraId, int32_t status) {} in OnCameraStatus() argument
H A Dcamera_state_callback.h71 virtual void OnCreateFailed(const std::string cameraId, int32_t errorCode) {} in OnCreateFailed() argument
89 virtual void OnConfigureFailed(const std::string cameraId, int32_t errorCode) {} in OnConfigureFailed() argument
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_manager.cpp45 InitCameraAbility(cameraId); variable
65 InitCameraAbility(cameraId); variable
92 string cameraId = i.first; global() variable
161 InitCameraAbility(string &cameraId) InitCameraAbility() argument
[all...]
H A Dcamera_service_callback.h36 virtual void OnCameraStatusChange(std::string &cameraId, CameraStatus status) {} in OnCameraStatusChange() argument
H A Dcamera_kit.cpp45 const CameraAbility *CameraKit::GetCameraAbility(string cameraId) in GetCameraAbility() argument
50 const CameraInfo *CameraKit::GetCameraInfo(string cameraId) in GetCameraInfo() argument
65 void CameraKit::CreateCamera(const string &cameraId, CameraStateCallback &callback, EventHandler &handler) in CreateCamera() argument
H A Dcamera_manager.h47 virtual const CameraAbility *GetCameraAbility(const std::string &cameraId) in GetCameraAbility() argument
52 virtual const CameraInfo *GetCameraInfo(const std::string &cameraId) in GetCameraInfo() argument
60 virtual void CreateCamera(const std::string &cameraId, CameraStateCallback &callback, EventHandler &handler) {} in CreateCamera() argument
H A Dcamera_impl.cpp187 void CameraImpl::OnCreate(string cameraId) in OnCreate() argument
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_callback_stub.cpp48 std::string cameraId = data.ReadString(); in HandleOnCameraStatusChanged() local
58 std::string cameraId = data.ReadString(); in HandleOnFlashlightStatusChanged() local
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_callback_proxy.cpp25 int32_t HCameraServiceCallbackProxy::OnCameraStatusChanged(const std::string& cameraId, const CameraStatus status, in OnCameraStatusChanged() argument
48 int32_t HCameraServiceCallbackProxy::OnFlashlightStatusChanged(const std::string& cameraId, const FlashStatus status) in OnFlashlightStatusChanged() argument
/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_service_client.cpp56 CameraAbility *CameraServiceClient::GetCameraAbility(string &cameraId) in GetCameraAbility() argument
61 CameraInfo *CameraServiceClient::GetCameraInfo(string &cameraId) in GetCameraInfo() argument
71 void CameraServiceClient::CreateCamera(string cameraId) in CreateCamera() argument
H A Dcamera_device_client.cpp38 void CameraDeviceClient::SetCameraId(string cameraId) in SetCameraId() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/
H A Ddeferred_processing_service.cpp116 void DeferredProcessingService::NotifyCameraSessionStatus(const int32_t userId, const std::string& cameraId, in NotifyCameraSessionStatus() argument
/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/
H A Dcamera_restore_param_fuzzer.cpp63 std::string cameraId; in Test() local
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_restore_param.cpp22 HCameraRestoreParam::HCameraRestoreParam(std::string clientName, std::string cameraId, in HCameraRestoreParam() argument
36 HCameraRestoreParam::HCameraRestoreParam(std::string clientName, std::string cameraId) in HCameraRestoreParam() argument
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp60 CameraAbility *CameraService::GetCameraAbility(std::string &cameraId) in GetCameraAbility() argument
105 CameraInfo *CameraService::GetCameraInfo(std::string &cameraId) in GetCameraInfo() argument
125 GetCameraDevice(std::string &cameraId) GetCameraDevice() argument
158 CreateCamera(string cameraId) CreateCamera() argument
179 CloseCamera(string cameraId) CloseCamera() argument
[all...]
/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h124 uint32_t cameraId; member in OHOS::Media::CameraDevice
/foundation/multimedia/camera_lite/services/server/include/
H A Dcamera_type.h47 std::string cameraId; member
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp83 auto cameraId = Hold<std::string>(cameraDevice_.GetID()); in GetCameraNapiObject() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dmode_manager_napi.cpp36 std::string cameraId = CameraNapiUtils::GetStringArgument(env, napiCameraId); in GetCameraDeviceFromNapiCameraInfoObj() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_monitor.cpp76 NotifyCameraSessionStatus(const int32_t userId, const std::string& cameraId, bool running, bool isSystemCamera) NotifyCameraSessionStatus() argument
/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_service_client.cpp199 CameraAbility *CameraServiceClient::GetCameraAbility(string &cameraId) in GetCameraAbility() argument
228 GetCameraInfo(string &cameraId) GetCameraInfo() argument
271 string cameraId = para->cameraId; ServiceClientCallback() local
300 CreateCamera(string cameraId) CreateCamera() argument
[all...]
H A Dcamera_device_client.cpp55 void CameraDeviceClient::SetCameraId(string &cameraId) in SetCameraId() argument
/foundation/multimedia/camera_framework/services/camera_service/src/dfx/
H A Dcamera_report_uitls.cpp32 void CameraReportUtils::SetOpenCamPerfPreInfo(const string& cameraId, CallerInfo caller) in SetOpenCamPerfPreInfo() argument
48 void CameraReportUtils::SetOpenCamPerfStartInfo(const string& cameraId, CallerInfo caller) in SetOpenCamPerfStartInfo() argument
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h58 string cameraId; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h151 void SetCameraId(const std::string& cameraId) in SetCameraId() argument

Completed in 10 milliseconds

12