/ohos5.0/base/security/access_token/services/common/power_manager/src/ |
H A D | power_manager_proxy.cpp | 35 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 D | session_permission_test.cpp | 60 bool needPrintLog = true; variable 61 bool result = SessionPermission::IsSystemServiceCalling(needPrintLog);
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | permission.cpp | 35 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 D | permission.cpp | 21 bool Permission::IsSystemServiceCalling(bool needPrintLog, bool isLocalSysCalling) in IsSystemServiceCalling() argument
|
H A D | permission.h | 25 static bool IsSystemServiceCalling(bool needPrintLog = true, bool isLocalSysCalling = false);
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | permission.h | 25 static bool IsSystemServiceCalling(bool needPrintLog = true, bool isLocalSysCalling = false);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | session_permission.h | 32 static bool IsSystemServiceCalling(bool needPrintLog = true);
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_screenon_mock_test.cpp | 55 bool PowerMgrService::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/ |
H A D | mock_power_mgr_client.cpp | 74 bool PowerMgrClient::IsScreenOn(bool needPrintLog) in IsScreenOn() argument
|
/ohos5.0/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 255 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 D | session_permission.cpp | 62 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 D | powermgr_service_test_proxy.h | 63 bool IsScreenOn(bool needPrintLog = true);
|
/ohos5.0/base/powermgr/power_manager/services/native/include/ |
H A D | power_state_machine.h | 99 bool IsScreenOn(bool needPrintLog = true); 124 void ResetInactiveTimer(bool needPrintLog = true);
|
H A D | power_mgr_service.h | 75 virtual bool IsScreenOn(bool needPrintLog = true) override;
|
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | power_mgr_client.h | 110 bool IsScreenOn(bool needPrintLog = true);
|
H A D | ipower_mgr.h | 67 virtual bool IsScreenOn(bool needPrintLog = true) = 0;
|
/ohos5.0/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 69 virtual bool IsScreenOn(bool needPrintLog = true) override;
|
/ohos5.0/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_stub.cpp | 500 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 D | power_mgr_proxy.cpp | 694 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 D | power_state_machine.cpp | 789 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 D | power_mgr_service.cpp | 953 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 D | powermgr_service_test_proxy.cpp | 530 bool PowerMgrServiceTestProxy::IsScreenOn(bool needPrintLog) in IsScreenOn() argument 543 RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool, needPrintLog, false); in IsScreenOn()
|