Home
last modified time | relevance | path

Searched refs:GetCpuId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Doption_args.h35 int GetCpuId() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp353 g_renderServiceCpuId = Utils::GetCpuId(); in OnRenderBegin()
362 g_renderServiceCpuId = Utils::GetCpuId(); in OnRenderEnd()
439 g_renderServiceCpuId = Utils::GetCpuId(); in OnFrameBegin()
451 g_renderServiceCpuId = Utils::GetCpuId(); in OnFrameEnd()
459 g_renderServiceCpuId = Utils::GetCpuId(); in OnFrameEnd()
464 g_renderServiceRenderCpuId = Utils::GetCpuId(); in CalcNodeWeigthOnFrameEnd()
504 g_renderServiceCpuId = Utils::GetCpuId(); in CalcNodeWeigthOnFrameEnd()
H A Drs_profiler_utils.cpp59 int32_t Utils::GetCpuId() in GetCpuId() function in OHOS::Rosen::Utils
78 int32_t Utils::GetCpuId() in GetCpuId() function in OHOS::Rosen::Utils
H A Drs_profiler_utils.h44 static int32_t GetCpuId();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dcmd_dumper.cpp51 int cpuId = ptrDumpCfg_->args_->GetCpuId(); in PreExecute()
H A Dfile_stream_dumper.cpp54 cpuid = ptrDumpCfg_->args_->GetCpuId(); in PreExecute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Doption_args.cpp87 int OptionArgs::GetCpuId() const in GetCpuId() function in OHOS::HiviewDFX::OptionArgs