Home
last modified time | relevance | path

Searched defs:activityType (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service_ipc_adapter.cpp82 int32_t PowerMgrServiceAdapter::RefreshActivityIpc(int64_t callTimeMs, int32_t activityType, bool n… in RefreshActivityIpc()
486 int64_t callTimeMs, int32_t activityType, const std::string& refreshReason, int32_t& powerError) in RefreshActivityIpc()
/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp256 int32_t activityType = static_cast<int32_t>(type); in RefreshActivity() local
669 int32_t activityType = static_cast<int32_t>(type); in RefreshActivity() local
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_test_proxy.cpp555 int32_t PowerMgrServiceTestProxy::RefreshActivityIpc(int64_t callTimeMs, int32_t activityType, bool… in RefreshActivityIpc()