Home
last modified time | relevance | path

Searched refs:RestoreParamTypeOhos (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_restore_param.h35 RestoreParamTypeOhos restoreParamType, int startActiveTime);
41 RestoreParamTypeOhos GetRestoreParamType();
50 void SetRestoreParamType(RestoreParamTypeOhos restoreParamType);
63 RestoreParamTypeOhos mRestoreParamType;
H A Dhcamera_service.h128 … int32_t SetPrelaunchConfig(string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
255 …int32_t SaveCurrentParamForRestore(string cameraId, RestoreParamTypeOhos restoreParamType, int act…
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_restore_param.cpp24 std::shared_ptr<OHOS::Camera::CameraMetadata> settings, RestoreParamTypeOhos restoreParamType, in HCameraRestoreParam()
56 RestoreParamTypeOhos HCameraRestoreParam::GetRestoreParamType() in GetRestoreParamType()
106 void HCameraRestoreParam::SetRestoreParamType(RestoreParamTypeOhos restoreParamType) in SetRestoreParamType()
H A Dhcamera_host_manager.cpp861 RestoreParamTypeOhos::PERSISTENT_DEFAULT_PARAM_OHOS) { in Prelaunch()
897 …if (cameraRestoreParam->GetRestoreParamType() == RestoreParamTypeOhos::PERSISTENT_DEFAULT_PARAM_OH… in SaveRestoreParam()
966 RestoreParamTypeOhos restoreParamType = RestoreParamTypeOhos::NO_NEED_RESTORE_PARAM_OHOS; in GetRestoreParam()
1012 RestoreParamTypeOhos restoreParamType = RestoreParamTypeOhos::NO_NEED_RESTORE_PARAM_OHOS; in GetTransitentParam()
H A Dhcamera_service.cpp1157 int32_t HCameraService::SetPrelaunchConfig(string cameraId, RestoreParamTypeOhos restoreParamType, … in SetPrelaunchConfig()
1176 …SaveCurrentParamForRestore(cameraId, static_cast<RestoreParamTypeOhos>(restoreParamType), activeTi… in SetPrelaunchConfig()
1644 int32_t HCameraService::SaveCurrentParamForRestore(std::string cameraId, RestoreParamTypeOhos resto… in SaveCurrentParamForRestore()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/
H A Dcamera_restore_param_fuzzer.cpp89 RestoreParamTypeOhos restoreParamType = RestoreParamTypeOhos::NO_NEED_RESTORE_PARAM_OHOS; in Test()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service.h37 enum RestoreParamTypeOhos { enum
121 …virtual int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, in…
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_proxy.h99 …int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int active…
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp289 RestoreParamTypeOhos restoreTypeParam = static_cast<RestoreParamTypeOhos>(data.ReadUint32()); in HandleSetPrelaunchConfig()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h585 …int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int active…
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp593 int32_t HCameraServiceProxy::SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreP… in SetPrelaunchConfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp2942 …intResult = cameraService->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::PERSISTENT_DEFAULT_P…
2947 …intResult = cameraService->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::TRANSIENT_ACTIVE_PAR…
2951 …intResult = cameraService->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::PERSISTENT_DEFAULT_P…
2956 …intResult = cameraService->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::PERSISTENT_DEFAULT_P…
5443 …ret = cameraManager->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::TRANSIENT_ACTIVE_PARAM_OHO…
7362 …intResult = cameraService->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::TRANSIENT_ACTIVE_PAR…
7366 …intResult = cameraService->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::PERSISTENT_DEFAULT_P…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp2274 …std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime, EffectParam effectPar… in SetPrelaunchConfig()
2279 cameraId, static_cast<RestoreParamTypeOhos>(restoreParamType), activeTime, effectParam); in SetPrelaunchConfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp1620 …static_cast<RestoreParamTypeOhos>(prelaunchConfig.restoreParamType), prelaunchConfig.activeTime, e… in SetPrelaunchConfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7125 …int32_t intResult = camManagerObj->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::TRANSIENT_AC…
7148 …intResult = camManagerObj->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::TRANSIENT_ACTIVE_PAR…
8828 …int32_t intResult = camManagerObj->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::PERSISTENT_D…
8858 …int32_t intResult = camManagerObj->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::NO_NEED_REST…
8886 …int32_t intResult = camManagerObj->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::TRANSIENT_AC…
8908 …int32_t intResult = camManagerObj->SetPrelaunchConfig(cameraId, RestoreParamTypeOhos::NO_NEED_REST…