Home
last modified time | relevance | path

Searched refs:GetDataCopy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp97 if (!file.GetDataCopy(fileData)) { in WriteBetaRecordFileThread()
H A Drs_profiler_file.h106 bool GetDataCopy(std::vector<uint8_t>& data); // copy the content of RSFile so far
H A Drs_profiler_file.cpp490 bool RSFile::GetDataCopy(std::vector<uint8_t>& data) in GetDataCopy() function in OHOS::Rosen::RSFile