Home
last modified time | relevance | path

Searched refs:needChangeBacklight (Results 1 - 10 of 10) sorted by relevance

/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h59 bool needChangeBacklight = true);
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dipower_mgr.h63 virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) = 0;
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h65 virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) override;
/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h83 virtual bool RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) override;
84 bool RefreshActivityInner(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight);
H A Dpower_state_machine.h114 void RefreshActivityInner(pid_t pid, int64_t callTimeMs, UserActivityType type, bool needChangeBacklight);
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp416 bool needChangeBacklight = true; in RefreshActivityStub() local
420 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(data, Bool, needChangeBacklight, E_READ_PARCEL_ERROR); in RefreshActivityStub()
422 RefreshActivity(time, static_cast<UserActivityType>(type), needChangeBacklight); in RefreshActivityStub()
H A Dpower_mgr_proxy.cpp557 bool PowerMgrProxy::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in RefreshActivity() argument
573 RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool, needChangeBacklight, false); in RefreshActivity()
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp402 bool PowerMgrServiceTestProxy::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in RefreshActivity() argument
417 data.WriteBool(needChangeBacklight); in RefreshActivity()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp902 bool PowerMgrService::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in RefreshActivity() argument
911 return RefreshActivityInner(callTimeMs, type, needChangeBacklight); in RefreshActivity()
914 bool PowerMgrService::RefreshActivityInner(int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in RefreshActivityInner() argument
921 powerStateMachine_->RefreshActivityInner(pid, callTimeMs, type, needChangeBacklight); in RefreshActivityInner()
H A Dpower_state_machine.cpp623 pid_t pid, int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in WakeupDeviceInner()
633 needChangeBacklight ? REFRESH_ACTIVITY_NEED_CHANGE_LIGHTS : REFRESH_ACTIVITY_NO_CHANGE_LIGHTS); in WakeupDeviceInner()
622 RefreshActivityInner( pid_t pid, int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) WakeupDeviceInner() argument

Completed in 14 milliseconds