Home
last modified time | relevance | path

Searched refs:supportModes (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_data.cpp69 bool RSScreenData::WriteVector(const std::vector<RSScreenModeInfo> &supportModes, Parcel &parcel) const in WriteVector() argument
71 for (uint32_t modeIndex = 0; modeIndex < supportModes.size(); modeIndex++) { in WriteVector()
72 if (!parcel.WriteParcelable(&supportModes[modeIndex])) { in WriteVector()
/foundation/window/window_manager/utils/src/
H A Dwindow_transition_info.cpp126 void WindowTransitionInfo::SetWindowSupportModes(const std::vector<AppExecFwk::SupportWindowMode> supportModes) in SetWindowSupportModes() argument
128 supportWindowModes_.assign(supportModes.begin(), supportModes.end()); in SetWindowSupportModes()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_data.h53 bool WriteVector(const std::vector<RSScreenModeInfo> &supportModes, Parcel &parcel) const;
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h63 std::vector<uint8_t> supportModes; member
66 std::vector<uint8_t> supportModes, shared_ptr<OHOS::Camera::CameraMetadata> cameraAbility) in CameraMetaInfo()
68 foldStatus(foldStatus), supportModes(supportModes), cameraAbility(cameraAbility) {} in CameraMetaInfo()
/foundation/window/window_manager/utils/include/
H A Dwindow_transition_info.h64 void SetWindowSupportModes(const std::vector<AppExecFwk::SupportWindowMode> supportModes);
H A Dwindow_helper.h247 static uint32_t ConvertSupportModesToSupportInfo(const std::vector<AppExecFwk::SupportWindowMode>& supportModes) in ConvertSupportModesToSupportInfo() argument
250 for (auto& mode : supportModes) { in ConvertSupportModesToSupportInfo()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp262 std::vector<uint8_t> supportModes = {}; in GetCameraMetaInfo() local
264 supportModes.push_back(item.data.u8[i]); in GetCameraMetaInfo()
270 foldStatus, supportModes, cameraAbility); in GetCameraMetaInfo()
320 bool isSupportPhysicalCamera = std::any_of(camera->supportModes.begin(), camera->supportModes.end(), in ChoosePhysicalCameras()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp1037 int supportModes[HAL_INTERFACE_SUPPORT_COMBINATIONS] = {0}; in GetSupportedModes() local
1038 WifiErrorNo err = GetSupportedComboModes(supportModes, &size); in GetSupportedModes()
1041 modes.push_back(supportModes[i]); in GetSupportedModes()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp1397 std::vector<AppExecFwk::SupportWindowMode> supportModes; in HWTEST_F() local
1398 supportModes.push_back(AppExecFwk::SupportWindowMode::SPLIT); in HWTEST_F()
1399 context->GetAbilityInfo()->windowModes = supportModes; in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2922 std::vector<SceneMode> supportModes = {SceneMode::VIDEO, SceneMode::PORTRAIT, SceneMode::NIGHT}; in VerifyAbility() local
2923 auto mode = std::find(supportModes.begin(), supportModes.end(), GetMode()); in VerifyAbility()
2924 if (mode != supportModes.end()) { in VerifyAbility()
2950 void CaptureSession::ProcessProfilesAbilityId(const SceneMode supportModes) in ProcessProfilesAbilityId() argument
2956 std::vector<Profile> photoProfiles = inputDeviceInfo->modePhotoProfiles_[supportModes]; in ProcessProfilesAbilityId()
2957 std::vector<Profile> previewProfiles = inputDeviceInfo->modePreviewProfiles_[supportModes]; in ProcessProfilesAbilityId()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp1404 std::vector<RSScreenModeInfo> supportModes = GetScreenSupportedModesLocked(id); in GetScreenData() local
1408 screenData.SetSupportModeInfo(supportModes); in GetScreenData()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1936 void ProcessProfilesAbilityId(const SceneMode supportModes);

Completed in 27 milliseconds