Home
last modified time | relevance | path

Searched refs:DataHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/include/
H A Dfile_helper.h28 using DataHandler = std::function<bool(std::string &line)>;
29 static bool ReadFileByLine(const std::string &filePath, const DataHandler &func);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dfile_utils.h31 using DataHandler = std::function<void(const std::string& content)>; variable
32 …tringFromProcCb(const std::string& path, bool oneLine, bool lineEndWithN, const DataHandler& func);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/
H A Dfile_helper.cpp31 bool FileHelper::ReadFileByLine(const std::string &filePath, const DataHandler &func) in ReadFileByLine()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dfile_utils.cpp54 …dStringFromProcCb(const std::string& path, bool oneLine, bool endWithoutN, const DataHandler& func) in LoadStringFromProcCb()