/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
D | action_popup.cpp | 102 g_powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ATTENTION); in HandlePopupEvent() 106 g_powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ATTENTION); in HandlePopupEvent()
|
/base/powermgr/power_manager/test/unittest/src/mock/ |
D | power_mock_parcel_test.cpp | 62 powerMgrClient.RefreshActivity(); 63 powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ATTENTION); 178 … sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTENTION, true);
|
D | power_mock_object_test.cpp | 95 …EXPECT_FALSE(sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTEN…
|
D | power_mock_proxy_test.cpp | 87 …EXPECT_FALSE(sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTEN…
|
D | power_mock_peer_test.cpp | 124 …EXPECT_FALSE(sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTEN…
|
/base/powermgr/power_manager/test/mock/action/ |
D | mock_state_action.h | 32 MOCK_METHOD3(RefreshActivity, void(int64_t callTimeMs, UserActivityType type, uint32_t flags));
|
/base/powermgr/power_manager/test/systemtest/mock/ |
D | mock_state_action.h | 32 MOCK_METHOD3(RefreshActivity, void(int64_t callTimeMs, UserActivityType type, uint32_t flags));
|
/base/powermgr/power_manager/services/native/src/actions/default/display/ |
D | default_device_state_action.h | 31 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity() function
|
D | device_state_action.h | 32 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity() function
|
/base/powermgr/power_manager/services/native/include/actions/ |
D | idevice_state_action.h | 44 virtual void RefreshActivity(int64_t callTimeMs, UserActivityType type, uint32_t flags) = 0;
|
/base/powermgr/power_manager/test/fuzztest/power_fuzzer/ |
D | power_fuzzer.cpp | 59 …virtual void RefreshActivity([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] UserActivityTyp… in RefreshActivity() function in OHOS::PowerMgr::FuzzStateAction 115 static void RefreshActivity(const uint8_t* data, size_t size) in RefreshActivity() function 118 g_powerMgrClient.RefreshActivity(static_cast<UserActivityType>(type)); in RefreshActivity() 300 &RefreshActivity,
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
D | powermgr_service_native_test.cpp | 80 g_powerMgrServiceProxy->RefreshActivity(GetTickCount()); 101 …g_powerMgrServiceProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_BUTTO… 122 …g_powerMgrServiceProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_TOUCH… 143 …g_powerMgrServiceProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ACCES… 164 …g_powerMgrServiceProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTEN… 187 …g_powerMgrServiceProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_SOFTW… 211 g_powerMgrServiceProxy->RefreshActivity(GetTickCount(), abnormaltype);
|
/base/powermgr/power_manager/test/unittest/src/ |
D | power_mgr_client_test.cpp | 57 powerMgrClient.RefreshActivity(); 83 powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_BUTTON); 109 powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_TOUCH); 135 powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ACCESSIBILITY); 161 powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ATTENTION); 187 powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_SOFTWARE); 214 powerMgrClient.RefreshActivity(abnormaltype);
|
D | power_getcontroller_mock_test.cpp | 66 …bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) override;
|
/base/powermgr/power_manager/services/native/src/wakeup/ |
D | wakeup_controller.cpp | 228 pms->RefreshActivity(now, UserActivityType::USER_ACTIVITY_TYPE_BUTTON, false); in OnInputEvent() 266 pms->RefreshActivity(now, UserActivityType::USER_ACTIVITY_TYPE_TOUCH, false); in OnInputEvent() 319 pms->RefreshActivity(now, UserActivityType::USER_ACTIVITY_TYPE_ACCESSIBILITY, false); in OnInputEvent() 401 pms->RefreshActivity( in Init()
|
/base/powermgr/power_manager/test/unittest/include/servicetest/ |
D | powermgr_service_test_proxy.h | 56 …bool RefreshActivity(int64_t callTimeMs, UserActivityType type = UserActivityType::USER_ACTIVITY_T…
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
D | power_mgr_client.h | 72 bool RefreshActivity(UserActivityType type = UserActivityType::USER_ACTIVITY_TYPE_OTHER);
|
D | ipower_mgr.h | 53 …virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) …
|
/base/powermgr/power_manager/frameworks/native/ |
D | power_mgr_client.cpp | 138 bool PowerMgrClient::RefreshActivity(UserActivityType type) in RefreshActivity() function in OHOS::PowerMgr::PowerMgrClient 141 bool ret = proxy_->RefreshActivity(GetTickCount(), type, true); in RefreshActivity()
|
/base/powermgr/power_manager/services/zidl/include/ |
D | power_mgr_proxy.h | 59 …virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) …
|
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/ |
D | powermgr_service_mock_parcel_test.cpp | 107 EXPECT_FALSE(g_powerMgrServiceProxy->RefreshActivity(GetTickCount(),
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
D | shutdown_dialog.cpp | 172 pms->RefreshActivity( in OnAbilityConnectDone()
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_service.cpp | 302 this->RefreshActivity(now, UserActivityType::USER_ACTIVITY_TYPE_BUTTON, false); in HandleKeyEvent() 323 this->RefreshActivity(now, UserActivityType::USER_ACTIVITY_TYPE_ATTENTION, false); in HandlePointEvent() 481 bool PowerMgrService::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBac… in RefreshActivity() function in OHOS::PowerMgr::PowerMgrService
|
/base/powermgr/power_manager/services/native/include/ |
D | power_mgr_service.h | 53 …virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) …
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 323 RefreshActivity(time, static_cast<UserActivityType>(type), needChangeBacklight); in RefreshActivityStub()
|