Home
last modified time | relevance | path

Searched refs:needPrintLog (Results 1 - 14 of 14) sorted by relevance

/base/security/access_token/services/common/power_manager/src/
H A Dpower_manager_proxy.cpp35 bool needPrintLog = true; in IsScreenOn() local
36 if (!data.WriteBool(needPrintLog)) { in IsScreenOn()
/base/powermgr/power_manager/test/unittest/src/
H A Dpower_screenon_mock_test.cpp56 bool PowerMgrService::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h63 bool IsScreenOn(bool needPrintLog = true);
/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp255 bool PowerMgrClient::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
259 ret = proxy_->IsScreenOn(needPrintLog); in IsScreenOn()
260 if (needPrintLog) { in IsScreenOn()
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h110 bool IsScreenOn(bool needPrintLog = true);
H A Dipower_mgr.h67 virtual bool IsScreenOn(bool needPrintLog = true) = 0;
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h69 virtual bool IsScreenOn(bool needPrintLog = true) override;
/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h119 bool IsScreenOn(bool needPrintLog = true);
146 void ResetInactiveTimer(bool needPrintLog = true);
H A Dpower_mgr_service.h88 virtual bool IsScreenOn(bool needPrintLog = true) override;
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp500 bool needPrintLog = true; in IsScreenOnStub() local
501 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(data, Bool, needPrintLog, E_READ_PARCEL_ERROR); in IsScreenOnStub()
502 ret = IsScreenOn(needPrintLog); in IsScreenOnStub()
H A Dpower_mgr_proxy.cpp699 bool PowerMgrProxy::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
713 RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool, needPrintLog, false); in IsScreenOn()
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp815 bool PowerStateMachine::IsScreenOn(bool needPrintLog) in WakeupDeviceInner() argument
833 if (needPrintLog) { in WakeupDeviceInner()
1127 void PowerStateMachine::ResetInactiveTimer(bool needPrintLog) in WakeupDeviceInner() argument
1136 if (needPrintLog) { in WakeupDeviceInner()
1146 if (needPrintLog) { in WakeupDeviceInner()
H A Dpower_mgr_service.cpp961 bool PowerMgrService::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
965 if (needPrintLog) { in IsScreenOn()
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp535 bool PowerMgrServiceTestProxy::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
548 RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool, needPrintLog, false); in IsScreenOn()

Completed in 16 milliseconds