Searched refs:workSources (Results 1 - 12 of 12) sorted by relevance
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | running_lock.h | 39 ErrCode UpdateWorkSource(const std::vector<int32_t>& workSources);
|
H A D | ipower_mgr.h | 46 const std::map<int32_t, std::string>& workSources) = 0;
|
/base/powermgr/power_manager/frameworks/native/ |
H A D | running_lock.cpp | 77 ErrCode RunningLock::UpdateWorkSource(const std::vector<int32_t>& workSources) in UpdateWorkSource() argument 85 for (const auto& uid : workSources) { in UpdateWorkSource()
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_proxy.h | 44 const std::map<int32_t, std::string>& workSources);
|
H A D | running_lock_mgr.h | 53 const std::map<int32_t, std::string>& workSources);
|
H A D | running_lock_proxy.cpp | 74 const std::map<int32_t, std::string>& workSources) in UpdateWorkSource() 93 for (const auto& wks : workSources) { in UpdateWorkSource() 73 UpdateWorkSource(pid_t pid, pid_t uid, const sptr<IRemoteObject>& remoteObj, const std::map<int32_t, std::string>& workSources) UpdateWorkSource() argument
|
H A D | running_lock_mgr.cpp | 420 const std::map<int32_t, std::string>& workSources) in UpdateWorkSource() 432 runninglockProxy_->UpdateWorkSource(lockInner->GetPid(), lockInner->GetUid(), remoteObj, workSources); in UpdateWorkSource() 419 UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, const std::map<int32_t, std::string>& workSources) UpdateWorkSource() argument
|
/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 52 const std::map<int32_t, std::string>& workSources) override;
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_stub.cpp | 256 std::map<int32_t, std::string> workSources; in UpdateWorkSourceStub() local 262 workSources[uid] = bundleName; in UpdateWorkSourceStub() 264 UpdateWorkSource(remoteObj, workSources); in UpdateWorkSourceStub()
|
H A D | power_mgr_proxy.cpp | 120 const std::map<int32_t, std::string>& workSources) in UpdateWorkSource() 135 uint32_t size = workSources.size(); in UpdateWorkSource() 137 for (const auto& wks : workSources) { in UpdateWorkSource() 119 UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, const std::map<int32_t, std::string>& workSources) UpdateWorkSource() argument
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 98 const std::map<int32_t, std::string>& workSources) override;
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1129 const std::map<int32_t, std::string>& workSources) in UpdateWorkSource() 1136 runningLockMgr_->UpdateWorkSource(remoteObj, workSources); in UpdateWorkSource() 1128 UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, const std::map<int32_t, std::string>& workSources) UpdateWorkSource() argument
|
Completed in 12 milliseconds