Home
last modified time | relevance | path

Searched refs:IsTurnScreenOn (Results 1 – 11 of 11) sorted by relevance

/foundation/windowmanager/wmserver/src/
Dwindow_node.cpp215 bool WindowNode::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowNode
217 return property_->IsTurnScreenOn(); in IsTurnScreenOn()
Dwindow_controller.cpp139 … turn screen on: [%{public}s, %{public}d]", node->GetWindowName().c_str(), node->IsTurnScreenOn()); in HandleTurnScreenOn()
142 if (node->IsTurnScreenOn() && !PowerMgr::PowerMgrClient::GetInstance().IsScreenOn()) { in HandleTurnScreenOn()
637 node->SetTurnScreenOn(property->IsTurnScreenOn()); in UpdateProperty()
/foundation/windowmanager/interfaces/innerkits/wm/
Dwindow_option.h51 bool IsTurnScreenOn() const;
Dwindow.h152 virtual bool IsTurnScreenOn() const = 0;
/foundation/windowmanager/wmserver/include/
Dwindow_node.h75 bool IsTurnScreenOn() const;
/foundation/windowmanager/wm/src/
Dwindow_option.cpp201 bool WindowOption::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowOption
Dwindow_impl.cpp65 property_->SetTurnScreenOn(option->IsTurnScreenOn()); in WindowImpl()
865 bool WindowImpl::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowImpl
867 return property_->IsTurnScreenOn(); in IsTurnScreenOn()
/foundation/windowmanager/utils/include/
Dwindow_property.h82 bool IsTurnScreenOn() const;
/foundation/windowmanager/wm/test/unittest/
Dwindow_impl_test.cpp880 ASSERT_FALSE(window->IsTurnScreenOn());
882 ASSERT_TRUE(window->IsTurnScreenOn());
884 ASSERT_FALSE(window->IsTurnScreenOn());
906 ASSERT_FALSE(window->IsTurnScreenOn());
910 ASSERT_TRUE(window->IsTurnScreenOn());
912 ASSERT_FALSE(window->IsTurnScreenOn());
/foundation/windowmanager/utils/src/
Dwindow_property.cpp233 bool WindowProperty::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowProperty
/foundation/windowmanager/wm/include/
Dwindow_impl.h128 virtual bool IsTurnScreenOn() const override;