Home
last modified time | relevance | path

Searched refs:RefreshActivity (Results 1 – 25 of 28) sorted by relevance

12

/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_popup.cpp102 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/
Dpower_mock_parcel_test.cpp62 powerMgrClient.RefreshActivity();
63 powerMgrClient.RefreshActivity(UserActivityType::USER_ACTIVITY_TYPE_ATTENTION);
178 … sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTENTION, true);
Dpower_mock_object_test.cpp95 …EXPECT_FALSE(sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTEN…
Dpower_mock_proxy_test.cpp87 …EXPECT_FALSE(sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTEN…
Dpower_mock_peer_test.cpp124 …EXPECT_FALSE(sptrProxy->RefreshActivity(GetTickCount(), UserActivityType::USER_ACTIVITY_TYPE_ATTEN…
/base/powermgr/power_manager/test/mock/action/
Dmock_state_action.h32 MOCK_METHOD3(RefreshActivity, void(int64_t callTimeMs, UserActivityType type, uint32_t flags));
/base/powermgr/power_manager/test/systemtest/mock/
Dmock_state_action.h32 MOCK_METHOD3(RefreshActivity, void(int64_t callTimeMs, UserActivityType type, uint32_t flags));
/base/powermgr/power_manager/services/native/src/actions/default/display/
Ddefault_device_state_action.h31 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity() function
Ddevice_state_action.h32 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity() function
/base/powermgr/power_manager/services/native/include/actions/
Didevice_state_action.h44 virtual void RefreshActivity(int64_t callTimeMs, UserActivityType type, uint32_t flags) = 0;
/base/powermgr/power_manager/test/fuzztest/power_fuzzer/
Dpower_fuzzer.cpp59 …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/
Dpowermgr_service_native_test.cpp80 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/
Dpower_mgr_client_test.cpp57 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);
Dpower_getcontroller_mock_test.cpp66 …bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) override;
/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_controller.cpp228 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/
Dpowermgr_service_test_proxy.h56 …bool RefreshActivity(int64_t callTimeMs, UserActivityType type = UserActivityType::USER_ACTIVITY_T…
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dpower_mgr_client.h72 bool RefreshActivity(UserActivityType type = UserActivityType::USER_ACTIVITY_TYPE_OTHER);
Dipower_mgr.h53 …virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) …
/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp138 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/
Dpower_mgr_proxy.h59 …virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) …
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
Dpowermgr_service_mock_parcel_test.cpp107 EXPECT_FALSE(g_powerMgrServiceProxy->RefreshActivity(GetTickCount(),
/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_dialog.cpp172 pms->RefreshActivity( in OnAbilityConnectDone()
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp302 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/
Dpower_mgr_service.h53 …virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) …
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp323 RefreshActivity(time, static_cast<UserActivityType>(type), needChangeBacklight); in RefreshActivityStub()

12