Home
last modified time | relevance | path

Searched refs:PowerMgrInterfaceCode (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp71 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::WAKEUP_DEVICE): in OnRemoteRequest()
74 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::SUSPEND_DEVICE): in OnRemoteRequest()
77 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::REFRESH_ACTIVITY): in OnRemoteRequest()
80 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::REBOOT_DEVICE): in OnRemoteRequest()
86 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::SHUTDOWN_DEVICE): in OnRemoteRequest()
89 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::SET_SUSPEND_TAG): in OnRemoteRequest()
98 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::GET_STATE): in OnRemoteRequest()
101 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::IS_SCREEN_ON): in OnRemoteRequest()
158 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::HIBERNATE): in OnRemoteRequest()
167 case static_cast<int>(PowerMgr::PowerMgrInterfaceCode::SHELL_DUMP): in OnRemoteRequest()
[all …]
H A Dpower_mgr_proxy.cpp49 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::CREATE_RUNNINGLOCK), in CreateRunningLock()
78 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RELEASE_RUNNINGLOCK), in ReleaseRunningLock()
142 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::UPDATE_WORK_SOURCE), in UpdateWorkSource()
170 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RUNNINGLOCK_LOCK), in Lock()
200 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RUNNINGLOCK_UNLOCK), in UnLock()
226 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RUNNINGLOCK_QUERY), in QueryRunningLockLists()
260 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RUNNINGLOCK_ISUSED), in IsUsed()
289 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::PROXY_RUNNINGLOCK), in ProxyRunningLock()
1113 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::SET_DISPLAY_SUSPEND), in SetDisplaySuspend()
1141 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::HIBERNATE), in Hibernate()
[all …]
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp55 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::CREATE_RUNNINGLOCK), in CreateRunningLock()
83 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RELEASE_RUNNINGLOCK), in ReleaseRunningLock()
140 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RUNNINGLOCK_LOCK), in Lock()
166 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RUNNINGLOCK_UNLOCK), in UnLock()
190 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::RUNNINGLOCK_ISUSED), in IsUsed()
219 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::PROXY_RUNNINGLOCK), in ProxyRunningLock()
253 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::PROXY_RUNNINGLOCKS), in ProxyRunningLocks()
491 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::FORCE_DEVICE_SUSPEND), in ForceSuspendDevice()
625 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::REG_POWER_MODE_CALLBACK), in RegisterPowerModeCallback()
824 static_cast<int>(PowerMgr::PowerMgrInterfaceCode::GETMODE_DEVICE), in GetDeviceMode()
[all …]
/ohos5.0/base/powermgr/power_manager/test/fuzztest/lockunlockisused_fuzzer/
H A Dlockunlockisused_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::RUNNINGLOCK_LOCK),… in LLVMFuzzerTestOneInput()
34 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::RUNNINGLOCK_UNLOCK… in LLVMFuzzerTestOneInput()
35 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::RUNNINGLOCK_ISUSED… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/getsetdevicemode_fuzzer/
H A Dgetsetdevicemode_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::SETMODE_DEVICE), d… in LLVMFuzzerTestOneInput()
34 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::GETMODE_DEVICE), d… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/overridescreenofftime_fuzzer/
H A Doverridescreenofftime_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::OVERRIDE_DISPLAY_OFF_TIME), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(PowerMgrInterfaceCode::RESTORE_DISPLAY_OFF_TIME), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/powermodecallback_fuzzer/
H A Dpowermodecallback_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_POWER_MODE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_POWER_MODE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/powerstatecallback_fuzzer/
H A Dpowerstatecallback_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_POWER_STATE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_POWER_STATE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/rebootdevice_fuzzer/
H A Drebootdevice_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::REBOOT_DEVICE), da… in LLVMFuzzerTestOneInput()
35 static_cast<uint32_t>(PowerMgrInterfaceCode::REBOOT_DEVICE_FOR_DEPRECATED), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/runninglockcallback_fuzzer/
H A Drunninglockcallback_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_RUNNINGLOCK_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_RUNNINGLOCK_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/screenstatecallback_fuzzer/
H A Dscreenstatecallback_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_SCREEN_OFF_PRE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_SCREEN_OFF_PRE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/synchibernatecallback_fuzzer/
H A Dsynchibernatecallback_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_SYNC_HIBERNATE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_SYNC_HIBERNATE_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/syncsleepcallback_fuzzer/
H A Dsyncsleepcallback_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_SYNC_SLEEP_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_SYNC_SLEEP_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/createrunninglock_fuzzer/
H A Dcreaterunninglock_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::CREATE_RUNNINGLOCK… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/forcesuspenddevice_fuzzer/
H A Dforcesuspenddevice_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::FORCE_DEVICE_SUSPE… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/getstate_fuzzer/
H A Dgetstate_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::GET_STATE), data, … in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/hibernate_fuzzer/
H A Dhibernate_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::HIBERNATE), data, … in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/iscollaborationscreenon_fuzzer/
H A Discollaborationscreenon_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::IS_COLLABORATION_SCREEN_ON), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/isfoldscreenon_fuzzer/
H A Disfoldscreenon_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::IS_FOLD_SCREEN_ON)… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/isrunninglocktypesupported_fuzzer/
H A Disrunninglocktypesupported_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::IS_RUNNINGLOCK_TYPE_SUPPORTED), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/isscreenon_fuzzer/
H A Disscreenon_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::IS_SCREEN_ON), dat… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/isstandby_fuzzer/
H A Disstandby_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::IS_STANDBY), data,… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/lockscreenaftertimingout_fuzzer/
H A Dlockscreenaftertimingout_fuzzer_test.cpp34 static_cast<uint32_t>(PowerMgrInterfaceCode::LOCK_SCREEN_AFTER_TIMING_OUT), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/proxyrunninglock_fuzzer/
H A Dproxyrunninglock_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::PROXY_RUNNINGLOCK)… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/proxyrunninglocks_fuzzer/
H A Dproxyrunninglocks_fuzzer_test.cpp33 …g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::PROXY_RUNNINGLOCKS… in LLVMFuzzerTestOneInput()

12