Home
last modified time | relevance | path

Searched refs:SetDecorEnable (Results 1 - 23 of 23) sorted by relevance

/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_window_info.h199 void SetDecorEnable(const bool isDecorEnable);
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H A Dmock_accessibility_window_info.h196 void SetDecorEnable(const bool isDecorEnable);
/foundation/window/window_manager/wmserver/test/unittest/
H A Daccessibility_connection_test.cpp65 windowProperty1->SetDecorEnable(true); in HWTEST_F()
H A Dwindow_node_test.cpp354 windowNode->SetDecorEnable(true); in HWTEST_F()
356 windowNode->SetDecorEnable(false); in HWTEST_F()
H A Dwindow_layout_policy_test.cpp136 property->SetDecorEnable(windowInfo.decorEnable_); in CreateWindowNode()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp51 void WindowNode::SetDecorEnable(bool decorEnable) in SetDecorEnable() function in OHOS::Rosen::WindowNode
53 property_->SetDecorEnable(decorEnable); in SetDecorEnable()
H A Dwindow_controller.cpp1466 node->SetDecorEnable(property->GetDecorEnable()); in UpdateProperty()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp155 void AccessibilityWindowInfo::SetDecorEnable(const bool isDecorEnable) in SetDecorEnable() function in OHOS::Accessibility::AccessibilityWindowInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_window_info_test.cpp235 * @tc.name: SetDecorEnable
236 * @tc.desc: Test function SetDecorEnable
245 windowInfo_->SetDecorEnable(true); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_window_info.cpp235 * @tc.name: SetDecorEnable
236 * @tc.desc: Test function SetDecorEnable
245 windowInfo_->SetDecorEnable(true); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h64 void SetDecorEnable(bool decorEnable);
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h68 void SetDecorEnable(bool decorEnable);
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp286 void WindowProperty::SetDecorEnable(bool decorEnable) in SetDecorEnable() function in OHOS::Rosen::WindowProperty
770 property->SetDecorEnable(parcel.ReadBool()); in Unmarshalling()
894 SetDecorEnable(parcel.ReadBool()); in Read()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp683 property->SetDecorEnable(true); in HWTEST_F()
694 property->SetDecorEnable(false); in HWTEST_F()
1219 property->SetDecorEnable(true); in HWTEST_F()
1248 property->SetDecorEnable(true); in HWTEST_F()
H A Dsystem_session_test.cpp197 property->SetDecorEnable(true); in HWTEST_F()
H A Dmove_drag_controller_test.cpp355 property->SetDecorEnable(true); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp537 void WindowSessionProperty::SetDecorEnable(bool isDecorEnable) in SetDecorEnable() function in OHOS::Rosen::WindowSessionProperty
1096 property->SetDecorEnable(parcel.ReadBool()); in Unmarshalling()
1405 SetDecorEnable(parcel.ReadBool()); in ReadActionUpdateDecorEnable()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h78 void SetDecorEnable(bool isDecorEnable);
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp285 accWindowInfo.SetDecorEnable(windowInfo->isDecorEnable_); in UpdateAccessibilityWindowInfo()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1227 property_->SetDecorEnable(windowSystemConfig_.isSystemDecorEnable_); in SetSystemConfig()
3451 property_->SetDecorEnable(enable); in UpdateDecorEnable()
3453 property_->SetDecorEnable(false); in UpdateDecorEnable()
H A Dwindow_session_impl.cpp223 property_->SetDecorEnable(windowOption_->GetSubWindowDecorEnable()); in MakeSubOrDialogWindowDragableAndMoveble()
230 property_->SetDecorEnable(dialogDecorEnable); in MakeSubOrDialogWindowDragableAndMoveble()
1445 property_->SetDecorEnable(hasDeco); in NotifyModeChange()
H A Dwindow_scene_session_impl.cpp1136 property_->SetDecorEnable(isDecorEnable); in Show()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp245 sessionProperty->SetDecorEnable(property->IsDecorEnable()); in ForegroundTask()
3814 sessionProperty->SetDecorEnable(property->IsDecorEnable()); in HandleActionUpdateDecorEnable()

Completed in 53 milliseconds