Home
last modified time | relevance | path

Searched defs:newData (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DGpuCounterCallback.cpp57 void GpuCounterCallbackImpl::JoinSocketDataValue(GpuPerfInfo *newData) in JoinSocketDataValue()
68 void GpuCounterCallbackImpl::JoinSocketDataPercent(GpuPerfInfo *newData) in JoinSocketDataPercent()
87 void GpuCounterCallbackImpl::JoinSocketData(GpuPerfInfo *newData) in JoinSocketData()
177 void GpuCounterCallbackImpl::GetRealTime(GpuPerfInfo *newData) in GetRealTime()
204 GpuPerfInfo *newData = &gpuCounter[gpuCounterSize - 1]; in OnGpuData() local
/developtools/global_resource_tool/src/
Dfile_manager.cpp161 …std::string newData = moduleName_ + SEPARATOR + RESOURCES_DIR + SEPARATOR + item.GetLimitKey() + S… in ScaleIcon() local
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts303 const newData: string = path.posix.join(...fileTmps); constant