Home
last modified time | relevance | path

Searched refs:needPrintLog (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_permission_test.cpp60 bool needPrintLog = true; variable
61 bool result = SessionPermission::IsSystemServiceCalling(needPrintLog);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpermission.cpp35 bool Permission::IsSystemServiceCalling(bool needPrintLog, bool isLocalSysCalling) in IsSystemServiceCalling() argument
46 if (needPrintLog) { in IsSystemServiceCalling()
/ohos5.0/foundation/window/window_manager/previewer/mock/
H A Dpermission.cpp21 bool Permission::IsSystemServiceCalling(bool needPrintLog, bool isLocalSysCalling) in IsSystemServiceCalling() argument
H A Dpermission.h25 static bool IsSystemServiceCalling(bool needPrintLog = true, bool isLocalSysCalling = false);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dpermission.h25 static bool IsSystemServiceCalling(bool needPrintLog = true, bool isLocalSysCalling = false);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dsession_permission.h32 static bool IsSystemServiceCalling(bool needPrintLog = true);
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_screenon_mock_test.cpp55 bool PowerMgrService::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/
H A Dmock_power_mgr_client.cpp74 bool PowerMgrClient::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp62 bool SessionPermission::IsSystemServiceCalling(bool needPrintLog) in IsSystemServiceCalling() argument
71 if (needPrintLog) { in IsSystemServiceCalling()
/ohos5.0/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h63 bool IsScreenOn(bool needPrintLog = true);
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h99 bool IsScreenOn(bool needPrintLog = true);
124 void ResetInactiveTimer(bool needPrintLog = true);
H A Dpower_mgr_service.h75 virtual bool IsScreenOn(bool needPrintLog = true) override;
/ohos5.0/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;
/ohos5.0/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h69 virtual bool IsScreenOn(bool needPrintLog = true) override;
/ohos5.0/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.cpp694 bool PowerMgrProxy::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
708 RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool, needPrintLog, false); in IsScreenOn()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp789 bool PowerStateMachine::IsScreenOn(bool needPrintLog) in WakeupDeviceInner() argument
796 if (needPrintLog) { in WakeupDeviceInner()
1086 void PowerStateMachine::ResetInactiveTimer(bool needPrintLog) in WakeupDeviceInner() argument
1095 if (needPrintLog) { in WakeupDeviceInner()
1105 if (needPrintLog) { in WakeupDeviceInner()
H A Dpower_mgr_service.cpp953 bool PowerMgrService::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
957 if (needPrintLog) { in IsScreenOn()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp530 bool PowerMgrServiceTestProxy::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
543 RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool, needPrintLog, false); in IsScreenOn()