Home
last modified time | relevance | path

Searched refs:IsCollaborationScreenOn (Results 1 - 11 of 11) sorted by relevance

/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h121 bool IsCollaborationScreenOn();
H A Dipower_mgr.h69 virtual bool IsCollaborationScreenOn() = 0;
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h71 virtual bool IsCollaborationScreenOn() override;
/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp277 bool PowerMgrClient::IsCollaborationScreenOn() in IsCollaborationScreenOn() function in OHOS::PowerMgr::PowerMgrClient
281 ret = proxy_->IsCollaborationScreenOn(); in IsCollaborationScreenOn()
282 POWER_HILOGI(COMP_FWK, "IsCollaborationScreenOn=%{public}d, caller pid=%{public}d", ret, getpid()); in IsCollaborationScreenOn()
/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h121 bool IsCollaborationScreenOn();
H A Dpower_mgr_service.h90 virtual bool IsCollaborationScreenOn() override;
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_client_test.cpp1309 * @tc.desc: test IsCollaborationScreenOn
1322 EXPECT_EQ(powerMgrClient.IsCollaborationScreenOn(), false) << "PowerMgrClient054: Screen is Off"; in HWTEST_F()
1325 EXPECT_EQ(powerMgrClient.IsCollaborationScreenOn(), true) << "PowerMgrClient054: Screen is On"; in HWTEST_F()
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp478 ret = IsCollaborationScreenOn(); in IsCollaborationScreenOnStub()
H A Dpower_mgr_proxy.cpp758 bool PowerMgrProxy::IsCollaborationScreenOn() in IsCollaborationScreenOn() function in OHOS::PowerMgr::PowerMgrProxy
781 POWER_HILOGE(COMP_FWK, "Read IsCollaborationScreenOn failed"); in IsCollaborationScreenOn()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp979 bool PowerMgrService::IsCollaborationScreenOn() in IsCollaborationScreenOn() function in OHOS::PowerMgr::PowerMgrService
982 auto isCollaborationScreenOn = powerStateMachine_->IsCollaborationScreenOn(); in IsCollaborationScreenOn()
H A Dpower_state_machine.cpp862 bool PowerStateMachine::IsCollaborationScreenOn() in WakeupDeviceInner() function in OHOS::PowerMgr::PowerStateMachine

Completed in 16 milliseconds