Lines Matching refs:fp
100 * @param fp The address of hivew file object.
105 boolean InitHiviewFile(HiviewFile *fp, HiviewFileType type, uint32 size);
110 * @param fp the pointer of hiview file object.
113 boolean WriteFileHeader(HiviewFile *fp);
118 * @param fp the pointer of hiview file object.
121 boolean ReadFileHeader(HiviewFile *fp);
126 * @param fp the pointer of hiview file object.
132 int32 WriteToFile(HiviewFile *fp, const uint8 *data, uint32 len);
137 * @param fp the pointer of hiview file object.
143 int32 ReadFromFile(HiviewFile *fp, uint8 *data, uint32 readLen);
148 * @param fp the pointer of hiview file object.
151 uint32 GetFileUsedSize(HiviewFile *fp);
156 * @param fp the pointer of hiview file object.
159 uint32 GetFileFreeSize(HiviewFile *fp);
164 * @param fp the pointer of hiview file object.
167 int32 CloseHiviewFile(HiviewFile *fp);
172 * @param fp the pointer of hiview file object.
177 int8 ProcFile(HiviewFile *fp, const char *dest, FileProcMode mode);
182 * @param fp the pointer of file object.
186 void RegisterFileWatcher(HiviewFile *fp, FileProc func, const char *path);
191 * @param fp the pointer of file object.
195 void UnRegisterFileWatcher(HiviewFile *fp, FileProc func);