Searched refs:filePathMap (Results 1 – 3 of 3) sorted by relevance
90 FilePathMap *filePathMap = hookData->mutable_file_path(); in ParseFileEvent() local91 filePathMap->ParseFromArray(bytesView.Data(), bytesView.Size()); in ParseFileEvent()
153 FilePathMap *filePathMap = new FilePathMap(); in SetOfflineFrameEvent() local154 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()
1130 auto filePathMap = hookData->mutable_file_path(); in ReportFilePathMap() local1131 filePathMap->set_id(callFrame.filePathId_); in ReportFilePathMap()1132 filePathMap->set_name(std::string(callFrame.filePath_)); in ReportFilePathMap()1133 filePathMap->set_pid(pid_); in ReportFilePathMap()