Home
last modified time | relevance | path

Searched refs:DumpManagerCpuClient (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_client.cpp26 DumpManagerCpuClient::DumpManagerCpuClient() in DumpManagerCpuClient() function in OHOS::HiviewDFX::DumpManagerCpuClient
30 DumpManagerCpuClient::~DumpManagerCpuClient() in ~DumpManagerCpuClient()
35 int32_t DumpManagerCpuClient::Request(DumpCpuData &dumpCpuData) in Request()
45 int32_t DumpManagerCpuClient::GetCpuUsageByPid(int32_t pid, double &cpuUsage) in GetCpuUsageByPid()
55 ErrCode DumpManagerCpuClient::Connect() in Connect()
84 void DumpManagerCpuClient::Reset() in Reset()
98 void DumpManagerCpuClient::ResetProxy(const wptr<IRemoteObject>& remote) in ResetProxy()
112 void DumpManagerCpuClient::DumpManagerCpuDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& re… in OnRemoteDied()
117 DumpManagerCpuClient::GetInstance().ResetProxy(remote); in OnRemoteDied()
/ohos5.0/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Ddump_manager_cpu_client.h26 class DumpManagerCpuClient final : public DelayedRefSingleton<DumpManagerCpuClient> {
27 DECLARE_DELAYED_REF_SINGLETON(DumpManagerCpuClient)
29 DISALLOW_COPY_AND_MOVE(DumpManagerCpuClient);
/ohos5.0/base/hiviewdfx/hidumper/services/
H A Dhidumper.map17 "OHOS::HiviewDFX::DumpManagerCpuClient::GetCpuUsageByPid(int, double&)";
18 "OHOS::HiviewDFX::DumpManagerCpuClient::DumpManagerCpuClient()";
/ohos5.0/base/hiviewdfx/hidumper/interfaces/innerkits/
H A Ddump_usage.cpp60 auto& dumpManagerCpuClient = DumpManagerCpuClient::GetInstance(); in GetCpuUsage()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dcpu_dumper.cpp46 auto& dumpManagerCpuClient = DumpManagerCpuClient::GetInstance(); in Execute()