Home
last modified time | relevance | path

Searched refs:operationMode (Results 1 - 20 of 20) sorted by relevance

/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_test/
H A Dfile_share_permission_test.cpp100 .operationMode = in HWTEST_F()
126 .operationMode = in HWTEST_F()
163 .operationMode = in HWTEST_F()
197 .operationMode = in HWTEST_F()
201 .operationMode = in HWTEST_F()
232 .operationMode = in HWTEST_F()
261 .operationMode = in HWTEST_F()
299 .operationMode = in HWTEST_F()
332 .operationMode = in HWTEST_F()
344 .operationMode in HWTEST_F()
[all...]
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_sup_test/
H A Dfile_share_permission_sup_test.cpp100 .operationMode = in HWTEST_F()
136 .operationMode = in HWTEST_F()
175 .operationMode = in HWTEST_F()
213 .operationMode = in HWTEST_F()
241 .operationMode = in HWTEST_F()
277 .operationMode = in HWTEST_F()
319 .operationMode = in HWTEST_F()
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/include/
H A Doh_file_share.h133 unsigned int operationMode; member
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.cpp118 int32_t TestUtils::SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int32_t &fd) in SaveVideoFile() argument
122 if (operationMode == VideoSaveMode::CREATE) { in SaveVideoFile()
138 } else if (operationMode == VideoSaveMode::APPEND && fd != -1) { in SaveVideoFile()
H A Dtest_common.h64 static int32_t SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int32_t &fd);
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcapture_session_proxy.h55 int32_t SetSmoothZoom(int32_t smoothZoomType, int32_t operationMode,
H A Dhcamera_service_proxy.h60 int32_t CreateCaptureSession(sptr<ICaptureSession>& session, int32_t operationMode = 0) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicapture_session.h67 virtual int32_t SetSmoothZoom(int32_t smoothZoomType, int32_t operationMode,
H A Dicamera_service.h82 virtual int32_t CreateCaptureSession(sptr<ICaptureSession> &session, int32_t operationMode = 0) = 0;
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h77 std::shared_ptr<OHOS::Camera::CameraMetadata>& deviceSettings, int32_t operationMode);
201 int32_t CommitStreams(std::shared_ptr<OHOS::Camera::CameraMetadata>& deviceSettings, int32_t operationMode);
H A Dhcapture_session.h237 bool QueryZoomPerformance(std::vector<float>& crossZoomAndTime, int32_t operationMode);
239 int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcapture_session_stub.cpp238 int operationMode = static_cast<int32_t>(data.ReadUint32()); in HandleSetSmoothZoom() local
241 int32_t ret = SetSmoothZoom(smoothZoomType, operationMode, targetZoomRatio, duration); in HandleSetSmoothZoom()
H A Dhcamera_service_stub.cpp365 int32_t operationMode = data.ReadInt32(); in HandleCreateCaptureSession() local
366 int ret = CreateCaptureSession(session, operationMode); in HandleCreateCaptureSession()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcapture_session_proxy.cpp298 int32_t HCaptureSessionProxy::SetSmoothZoom(int32_t mode, int32_t operationMode, float targetZoomRatio, float &duration) in SetSmoothZoom() argument
306 data.WriteUint32(static_cast<uint32_t>(operationMode)); in SetSmoothZoom()
H A Dhcamera_service_proxy.cpp242 int32_t HCameraServiceProxy::CreateCaptureSession(sptr<ICaptureSession>& session, int32_t operationMode) in CreateCaptureSession() argument
248 data.WriteInt32(operationMode); in CreateCaptureSession()
249 MEDIA_INFO_LOG("HCameraServiceProxy::CreateCaptureSession opMode_= %{public}d", operationMode); in CreateCaptureSession()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_struct.h216 uint16_t operationMode; member
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/src/
H A Doh_file_share.cpp52 policyInfo.mode = policies[i].operationMode; in ConvertPolicyInfo()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp1125 std::shared_ptr<OHOS::Camera::CameraMetadata>& deviceSettings, int32_t operationMode) in CommitStreams()
1151 MEDIA_INFO_LOG("HCameraDevice::CommitStreams, commit mode %{public}d", operationMode); in CommitStreams()
1155 static_cast<OHOS::HDI::Camera::V1_1::OperationMode_V1_1>(operationMode), setting)); in CommitStreams()
1171 std::shared_ptr<OHOS::Camera::CameraMetadata>& deviceSettings, int32_t operationMode) in CreateAndCommitStreams()
1175 return CommitStreams(deviceSettings, operationMode); in CreateAndCommitStreams()
1124 CommitStreams( std::shared_ptr<OHOS::Camera::CameraMetadata>& deviceSettings, int32_t operationMode) CommitStreams() argument
1170 CreateAndCommitStreams(std::vector<HDI::Camera::V1_1::StreamInfo_V1_1>& streamInfos, std::shared_ptr<OHOS::Camera::CameraMetadata>& deviceSettings, int32_t operationMode) CreateAndCommitStreams() argument
H A Dhcapture_session.cpp1130 bool HCaptureSession::QueryZoomPerformance(std::vector<float>& crossZoomAndTime, int32_t operationMode) in QueryZoomPerformance() argument
1152 MEDIA_DEBUG_LOG("HCaptureSession::QueryZoomPerformance() operationMode %{public}d.", in QueryZoomPerformance()
1153 static_cast<OHOS::HDI::Camera::V1_3::OperationMode>(operationMode)); in QueryZoomPerformance()
1157 if (static_cast<OHOS::HDI::Camera::V1_3::OperationMode>(operationMode) == sceneMode) { in QueryZoomPerformance()
1189 int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) in SetSmoothZoom()
1199 QueryZoomPerformance(crossZoomAndTime, operationMode); in SetSmoothZoom()
1188 SetSmoothZoom( int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) SetSmoothZoom() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6241 int32_t operationMode = 0; in HWTEST_F() local
6243 EXPECT_EQ(camDevice->CommitStreams(deviceSettings, operationMode), CAMERA_UNKNOWN_ERROR); in HWTEST_F()
6701 int32_t operationMode = 0; in HWTEST_F() local
6702 EXPECT_EQ(camSession->QueryZoomPerformance(crossZoomAndTime, operationMode), false); in HWTEST_F()
6706 EXPECT_EQ(camSession->SetSmoothZoom(smoothZoomType, operationMode, in HWTEST_F()

Completed in 34 milliseconds