Searched refs:WakeupDeviceAsync (Results 1 - 7 of 7) sorted by relevance
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | power_mgr_client.h | 84 void WakeupDeviceAsync(WakeupDeviceType reason = WakeupDeviceType::WAKEUP_DEVICE_APPLICATION,
|
H A D | ipower_mgr.h | 62 virtual void WakeupDeviceAsync(int64_t callTimeMs, WakeupDeviceType reason, const std::string& details) = 0;
|
/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 64 virtual void WakeupDeviceAsync(int64_t callTimeMs, WakeupDeviceType reason, const std::string& details) override;
|
/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 205 void PowerMgrClient::WakeupDeviceAsync(WakeupDeviceType reason, const std::string& detail) in WakeupDeviceAsync() function in OHOS::PowerMgr::PowerMgrClient 208 POWER_HILOGD(FEATURE_WAKEUP, " Calling WakeupDeviceAsync success"); in WakeupDeviceAsync() 209 return proxy_->WakeupDeviceAsync(GetTickCount(), reason, detail); in WakeupDeviceAsync()
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 82 virtual void WakeupDeviceAsync(int64_t callTimeMs, WakeupDeviceType reason, const std::string& details) override {};
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_client_test.cpp | 1346 powerMgrClient.WakeupDeviceAsync(WakeupDeviceType::WAKEUP_DEVICE_PEN); in HWTEST_F()
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_proxy.cpp | 531 void PowerMgrProxy::WakeupDeviceAsync(int64_t callTimeMs, WakeupDeviceType reason, const std::string& details) in WakeupDeviceAsync() function in OHOS::PowerMgr::PowerMgrProxy
|
Completed in 7 milliseconds