Home
last modified time | relevance | path

Searched defs:displayId (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_info_test.cpp51 DisplayId displayId = 0; in SetUp() local
128 DisplayId displayId = 0; variable
140 DisplayId displayId = 3; variable
174 DisplayId displayId = 0; variable
186 DisplayId displayId = 3; variable
198 DisplayId displayId = 0; variable
210 DisplayId displayId = 3; variable
222 DisplayId displayId = 0; variable
235 DisplayId displayId = 3; variable
250 DisplayId displayId = 0; variable
[all …]
H A Dwindow_root_test.cpp854 DisplayId displayId = displayInfo->GetDisplayId(); variable
922 DisplayId displayId = 1; variable
942 DisplayId displayId = displayInfo->GetDisplayId(); variable
965 DisplayId displayId = displayInfo->GetDisplayId(); variable
985 DisplayId displayId = displayInfo->GetDisplayId(); variable
1008 DisplayId displayId = displayInfo->GetDisplayId(); variable
1055 DisplayId displayId = 1; variable
1316 DisplayId displayId = displayInfo->GetDisplayId(); variable
1430 DisplayId displayId = displayInfo->GetDisplayId(); variable
1451 DisplayId displayId = displayInfo->GetDisplayId(); variable
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display_power_mgr_client.cpp58 bool DisplayPowerMgrClient::SetBrightness(uint32_t value, uint32_t displayId, bool continuous) in SetBrightness()
66 bool DisplayPowerMgrClient::DiscountBrightness(double discount, uint32_t displayId) in DiscountBrightness()
73 bool DisplayPowerMgrClient::OverrideBrightness(uint32_t value, uint32_t displayId, uint32_t duratio… in OverrideBrightness()
81 bool DisplayPowerMgrClient::RestoreBrightness(uint32_t displayId, uint32_t duration) in RestoreBrightness()
88 uint32_t DisplayPowerMgrClient::GetBrightness(uint32_t displayId) in GetBrightness()
134 bool DisplayPowerMgrClient::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness()
141 bool DisplayPowerMgrClient::CancelBoostBrightness(uint32_t displayId) in CancelBoostBrightness()
147 uint32_t DisplayPowerMgrClient::GetDeviceBrightness(uint32_t displayId) in GetDeviceBrightness()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_display_listener_adapter_impl.cpp24 void ArkDisplayListenerAdapterImpl::OnCreate(uint64_t displayId) in OnCreate()
29 void ArkDisplayListenerAdapterImpl::OnDestroy(uint64_t displayId) in OnDestroy()
34 void ArkDisplayListenerAdapterImpl::OnChange(uint64_t displayId) in OnChange()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_test.cpp51 DisplayId displayId = 0; in SetUp() local
79 DisplayId displayId = 0; variable
96 DisplayId displayId = 0; variable
113 DisplayId displayId = 0; variable
128 DisplayId displayId = 1; variable
144 DisplayId displayId = 1; variable
161 DisplayId displayId = 1; variable
273 DisplayId displayId = 0; variable
304 DisplayId displayId = 0; variable
338 DisplayId displayId = 0; variable
[all …]
H A Dwindow_display_change_adapter_test.cpp35 void OnDisplayInfoChange(const sptr<IRemoteObject>& token, DisplayId displayId, float density, in OnDisplayInfoChange()
81 DisplayId displayId = 0; variable
99 DisplayId displayId = 1; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_display_change_adapter.cpp45 void WindowDisplayChangeAdapter::OnCreate(DisplayId displayId) in OnCreate()
50 void WindowDisplayChangeAdapter::OnDestroy(DisplayId displayId) in OnDestroy()
55 void WindowDisplayChangeAdapter::OnChange(DisplayId displayId) in OnChange()
84 DisplayId displayId, float density, DisplayOrientation orientation) in OnDisplayInfoChange()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_controller.cpp28 void DisplayGroupController::InitNewDisplay(DisplayId displayId) in InitNewDisplay()
131 for (auto& displayId : showingDisplays) { in ProcessCrossNodes() local
406 DisplayId displayId = displayInfo->GetDisplayId(); in ProcessDisplayCreate() local
430 DisplayId displayId = displayInfo->GetDisplayId(); in ProcessDisplayDestroy() local
445 auto displayId = node->GetDisplayId(); in ProcessSystemBarRotation() local
495 DisplayId displayId = displayInfo->GetDisplayId(); in ProcessDisplayChange() local
537 void DisplayGroupController::ClearMapOfDestroyedDisplay(DisplayId displayId) in ClearMapOfDestroyedDisplay()
546 sptr<WindowPair> DisplayGroupController::GetWindowPairByDisplayId(DisplayId displayId) in GetWindowPairByDisplayId()
557 const auto& displayId = elem.first; in ProcessWindowPairWhenDisplayChange() local
581 const auto& displayId = elem.first; in SetSplitRatioConfig() local
[all …]
H A Ddisplay_group_info.cpp36 DisplayId displayId = displayInfo->GetDisplayId(); in AddDisplayInfo() local
44 void DisplayGroupInfo::RemoveDisplayInfo(DisplayId displayId) in RemoveDisplayInfo()
72 void DisplayGroupInfo::SetDisplayRotation(DisplayId displayId, Rotation rotation) in SetDisplayRotation()
81 void DisplayGroupInfo::SetDisplayOrientation(DisplayId displayId, DisplayOrientation orientation) in SetDisplayOrientation()
90 void DisplayGroupInfo::SetDisplayStateChangeType(DisplayId displayId, DisplayStateChangeType change… in SetDisplayStateChangeType()
99 void DisplayGroupInfo::SetDisplayVirtualPixelRatio(DisplayId displayId, float vpr) in SetDisplayVirtualPixelRatio()
108 void DisplayGroupInfo::SetDisplayRect(DisplayId displayId, Rect displayRect) in SetDisplayRect()
197 DisplayId displayId = displayInfo->GetDisplayId(); in UpdateDisplayInfo() local
H A Dfreeze_controller.cpp33 bool FreezeController::FreezeDisplay(DisplayId displayId) in FreezeDisplay()
54 bool FreezeController::UnfreezeDisplay(DisplayId displayId) in UnfreezeDisplay()
69 sptr<Window> FreezeController::CreateCoverWindow(DisplayId displayId) in CreateCoverWindow()
H A Dwindow_layout_policy_tile.cpp42 const auto& displayId = iter.first; in Launch() local
72 void WindowLayoutPolicyTile::InitTileRects(DisplayId displayId) in InitTileRects()
116 void WindowLayoutPolicyTile::InitTileQueue(DisplayId displayId) in InitTileQueue()
132 const auto& displayId = node->GetDisplayId(); in IsTileRectSatisfiedWithSizeLimits() local
190 void WindowLayoutPolicyTile::LayoutTileQueue(DisplayId displayId) in LayoutTileQueue()
212 … WindowLayoutPolicyTile::PushBackNodeInTileQueue(const sptr<WindowNode>& node, DisplayId displayId) in PushBackNodeInTileQueue()
244 DisplayId displayId = node->GetDisplayId(); in RemoveNodeFromTileQueue() local
253 bool WindowLayoutPolicyTile::IsValidTileQueueAndPresetRects(DisplayId displayId) in IsValidTileQueueAndPresetRects()
272 void WindowLayoutPolicyTile::RefreshTileQueue(DisplayId displayId, in RefreshTileQueue()
302 void WindowLayoutPolicyTile::ApplyPresetRectForTileWindows(DisplayId displayId) in ApplyPresetRectForTileWindows()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp86 DisplayId displayId = 0; variable
104 DisplayId displayId = 0; variable
121 DisplayId displayId = 0; variable
148 DisplayId displayId = 0; variable
167 DisplayId displayId = 0; variable
198 DisplayId displayId = 0; variable
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp362 int32_t displayId; variable
974 int32_t displayId = 0; variable
1008 int32_t displayId = 0; variable
1025 int32_t displayId = 0; variable
1049 int32_t displayId = 0; variable
1072 int32_t displayId = 1; variable
1095 int32_t displayId = 0; variable
1123 int32_t displayId = 1; variable
1151 int32_t displayId = 1; variable
1179 int32_t displayId = 1; variable
[all …]
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_rotation_test.cpp67 void DisplayListener::OnCreate(DisplayId displayId) in OnCreate()
71 void DisplayListener::OnDestroy(DisplayId displayId) in OnDestroy()
75 void DisplayListener::OnChange(DisplayId displayId) in OnChange()
154 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
190 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
268 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
312 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp90 int displayId = 1001; variable
154 int displayId = 1001; variable
231 int displayId = 1001; variable
299 int displayId = 1001; variable
321 int displayId = 1001; variable
349 int displayId = 1001; variable
377 int displayId = 1001; variable
410 int displayId = 1001; variable
441 int displayId = 1001; variable
465 int displayId = 1001; variable
[all …]
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dconfig_parser.cpp44 for (int displayId = 0; displayId < DISPLAY_ID_MAX; displayId++) { in Initialize() local
64 bool ConfigParse::ParseConfig(int displayId, Config& data) const in ParseConfig()
74 void ConfigParse::PrintConfig(int displayId, const Config& data) const in PrintConfig()
H A Dbrightness_action.cpp28 BrightnessAction::BrightnessAction(uint32_t displayId) : mDisplayId(displayId) in BrightnessAction()
36 void BrightnessAction::SetDisplayId(uint32_t displayId) in SetDisplayId()
81 bool BrightnessAction::SetBrightness(uint32_t displayId, uint32_t value) in SetBrightness()
H A Dcalculation_config_parser.cpp32 bool CalculationConfigParser::ParseConfig(int displayId, CalculationConfig::Data& data) in ParseConfig()
49 void CalculationConfigParser::PrintConfig(int displayId, const CalculationConfig::Data& data) in PrintConfig()
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp120 bool DisplayPowerMgrClient::SetBrightness(uint32_t value, uint32_t displayId, bool continuous) in SetBrightness()
127 bool DisplayPowerMgrClient::DiscountBrightness(double discount, uint32_t displayId) in DiscountBrightness()
134 bool DisplayPowerMgrClient::OverrideBrightness(uint32_t value, uint32_t displayId, uint32_t duratio… in OverrideBrightness()
148 bool DisplayPowerMgrClient::RestoreBrightness(uint32_t displayId, uint32_t duration) in RestoreBrightness()
155 uint32_t DisplayPowerMgrClient::GetBrightness(uint32_t displayId) in GetBrightness()
216 bool DisplayPowerMgrClient::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness()
223 bool DisplayPowerMgrClient::CancelBoostBrightness(uint32_t displayId) in CancelBoostBrightness()
230 uint32_t DisplayPowerMgrClient::GetDeviceBrightness(uint32_t displayId) in GetDeviceBrightness()
237 bool DisplayPowerMgrClient::SetCoordinated(bool coordinated, uint32_t displayId) in SetCoordinated()
/ohos5.0/base/inputmethod/imf/frameworks/kits/extension/include/
H A Djs_inputmethod_extension.h143 void OnCreate(Rosen::DisplayId displayId) override in OnCreate()
151 void OnDestroy(Rosen::DisplayId displayId) override in OnDestroy()
159 void OnChange(Rosen::DisplayId displayId) override in OnChange()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_display_listener.cpp21 void HwCastDisplayListener::OnConnect(Rosen::DisplayId displayId) in OnConnect()
38 void HwCastDisplayListener::OnDisconnect(Rosen::DisplayId displayId) in OnDisconnect()
52 void HwCastDisplayListener::OnChange(Rosen::DisplayId displayId) {} in OnChange()
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
H A Djs_vpn_extension.h187 void OnCreate(Rosen::DisplayId displayId) override in OnCreate()
195 void OnDestroy(Rosen::DisplayId displayId) override in OnDestroy()
203 void OnChange(Rosen::DisplayId displayId) override in OnChange()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp68 for (auto displayId: displayIds) { in GetAllDisplays() local
79 void DisplayManagerServiceInner::UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, in UpdateRSTree()
121 std::shared_ptr<Media::PixelMap> DisplayManagerServiceInner::GetDisplaySnapshot(DisplayId displayId, in GetDisplaySnapshot()
132 DMError DisplayManagerServiceInner::SetOrientationFromWindow(DisplayId displayId, Orientation orien… in SetOrientationFromWindow()
143 bool DisplayManagerServiceInner::SetRotationFromWindow(DisplayId displayId, Rotation targetRotation… in SetRotationFromWindow()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp87 DisplayId displayId = 0; variable
101 DisplayId displayId = 0; variable
133 DisplayId displayId = 0; variable
215 DisplayId displayId = 0; variable
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dfold_screen_info.h33 FoldCreaseRegion(DisplayId displayId, const std::vector<DMRect>& creaseRects) in FoldCreaseRegion()
46 DisplayId displayId = DISPLAY_ID_INVALID; in Unmarshalling() local
54 DEFINE_VAR_DEFAULT_FUNC_GET_SET(DisplayId, DisplayId, displayId, DISPLAY_ID_INVALID) in DEFINE_VAR_DEFAULT_FUNC_GET_SET() argument

12345678910>>...14