Home
last modified time | relevance | path

Searched defs:pid_t (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_snapshot.cpp66 void MemorySnapshot::UpdateGpuMemoryInfo(const std::unordered_map<pid_t, size_t>& gpuInfo, in UpdateGpuMemoryInfo()
109 void MemorySnapshot::GetMemorySnapshot(std::unordered_map<pid_t, MemorySnapshotInfo>& map) in GetMemorySnapshot()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dgpu_context_impl.h32 using pid_t = int; variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_util.h79 std::unordered_map<napi_ref, std::pair<pid_t, std::shared_ptr<T>>>& resources) in CompareAndReturnCacheItem()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dmemory_level_info.cpp26 MemoryLevelInfo::MemoryLevelInfo(const std::map<pid_t, MemoryLevel> &procLevelMap) : procLevelMap_(… in MemoryLevelInfo()
H A Dapp_mgr_client.cpp505 AppMgrResultCode AppMgrClient::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelM… in NotifyProcMemoryLevel() argument
H A Dapp_mgr_proxy.cpp410 int32_t AppMgrProxy::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h21 using pid_t = int; variable
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/
H A Dconcurrent_task_client.cpp57 const std::unordered_map<pid_t, uint32_t>& mapPayload) in QueryDeadline()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_command_test.cpp330 auto func = [] (NodeId, pid_t, uint32_t) {}; in __anond2ecdb680102() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp162 void GPUContext::GetUpdatedMemoryMap(std::unordered_map<pid_t, size_t> &out) in GetUpdatedMemoryMap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp351 void SkiaGPUContext::GetUpdatedMemoryMap(std::unordered_map<pid_t, size_t> &out) in GetUpdatedMemoryMap()
/ohos5.0/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp323 bool PowerMgrClient::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& … in ProxyRunningLocks()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp685std::map<pid_t, ProcessPriorityInfo>::iterator processPriorityInfoMap, const std::vector<unsigned … in HandleDiedExtensionBindToMe()
700std::map<pid_t, ProcessPriorityInfo>::iterator processPriorityInfoMap, const std::vector<unsigned … in HandleDiedExtensionBindFromMe()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp771 void CommonEventSubscriberManager::PrintSubscriberCounts(std::vector<std::pair<pid_t, uint32_t>> vt… in PrintSubscriberCounts()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp714 void MemoryManager::TotalMemoryOverReport(const std::unordered_map<pid_t, MemorySnapshotInfo>& info… in TotalMemoryOverReport()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp231 const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks()
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp644 void RunningLockMgr::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& … in ProxyRunningLocks()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp520 int32_t AppMgrService::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
H A Dapp_running_manager.cpp899 int32_t AppRunningManager::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
H A Dapp_mgr_service_inner.cpp2112 int32_t AppMgrServiceInner::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_proxy.cpp300 bool PowerMgrProxy::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& p… in ProxyRunningLocks()
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp821 static typename std::unordered_map<napi_ref, std::pair<pid_t, std::shared_ptr<T>>>::iterator Compar… in CompareAndReturnCacheItem()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1229 bool PowerMgrService::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>&… in ProxyRunningLocks()