Home
last modified time | relevance | path

Searched refs:GetCpuUsageByPid (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Didump_cpu_broker.h31 virtual int32_t GetCpuUsageByPid(int32_t pid, double &cpuUsage) = 0;
H A Ddump_broker_cpu_proxy.h32 int32_t GetCpuUsageByPid(int32_t pid, double &cpuUsage) override;
H A Ddump_manager_cpu_client.h32 int32_t GetCpuUsageByPid(int32_t pid, double &cpuUsage);
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_client.cpp45 int32_t DumpManagerCpuClient::GetCpuUsageByPid(int32_t pid, double &cpuUsage) in GetCpuUsageByPid() function in OHOS::HiviewDFX::DumpManagerCpuClient
51 int32_t ret = proxy_->GetCpuUsageByPid(pid, cpuUsage); in GetCpuUsageByPid()
H A Ddump_manager_cpu_service.cpp146 int DumpManagerCpuService::GetCpuUsageByPid(int32_t pid, double &cpuUsage) in GetCpuUsageByPid() function in OHOS::HiviewDFX::DumpManagerCpuService
160 DUMPER_HILOGD(MODULE_CPU_SERVICE, "GetCpuUsageByPid end, pid = %{public}d, cpuUsage = %{public}f", pid, cpuUsage); in GetCpuUsageByPid()
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_cpu_zidl_test.cpp42 int32_t GetCpuUsageByPid(int32_t pid, double &cpuUsage) in GetCpuUsageByPid() function in OHOS::HiviewDFX::TestDumpBrokerCpuStub
H A Dhidumper_cpu_service_test.cpp91 int ret = dumpManagerCpuService->GetCpuUsageByPid(TEST_PID, cpuUsage); in HWTEST_F()
/base/hiviewdfx/hidumper/interfaces/innerkits/
H A Ddump_usage.cpp62 dumpManagerCpuClient.GetCpuUsageByPid(pid, cpuUsage); in GetCpuUsage()
/base/hiviewdfx/hidumper/services/zidl/src/
H A Ddump_broker_cpu_stub.cpp75 int32_t res = GetCpuUsageByPid(pid, usage); in DumpCpuUsageOnly()
H A Ddump_broker_cpu_proxy.cpp56 int32_t DumpBrokerCpuProxy::GetCpuUsageByPid(int32_t pid, double &cpuUsage) in GetCpuUsageByPid() function in OHOS::HiviewDFX::DumpBrokerCpuProxy
/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_cpu_service.h59 int32_t GetCpuUsageByPid(int32_t pid, double &cpuUsage) override;

Completed in 4 milliseconds