Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/native_hook_parser/
Dpbreader_native_hook_parser.cpp90 FilePathMap *filePathMap = hookData->mutable_file_path(); in ParseFileEvent() local
91 filePathMap->ParseFromArray(bytesView.Data(), bytesView.Size()); in ParseFileEvent()
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
Dnative_hook_parser_test.cpp153 FilePathMap *filePathMap = new FilePathMap(); in SetOfflineFrameEvent() local
154 filePathMap->set_id(1); in SetOfflineFrameEvent()
155 filePathMap->set_name(FILE_PATH_03); in SetOfflineFrameEvent()
156 filePathMap->set_pid(PID); in SetOfflineFrameEvent()
157 filePathMapData->set_allocated_file_path(filePathMap); in SetOfflineFrameEvent()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp1130 auto filePathMap = hookData->mutable_file_path(); in ReportFilePathMap() local
1131 filePathMap->set_id(callFrame.filePathId_); in ReportFilePathMap()
1132 filePathMap->set_name(std::string(callFrame.filePath_)); in ReportFilePathMap()
1133 filePathMap->set_pid(pid_); in ReportFilePathMap()