First public contribution.
2 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of the License "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
15 // File Server client-side tracing
29 #include <f32tracedef.h>
31 #define MODULEUID EF32TraceUidEfsrv
35 This defines trace attributes to be used by trace points within the efsrv.dll executable.
37 namespace UTraceModuleEfsrv
41 @SYMTraceFormatCategory EF32TraceUidEfsrv
51 EReserved = UTF::KInitialClientFormat-1,
53 /** @SYMTraceFormatString "+RFile::Replace() sess %x mode %x FileName %*S" */
55 /** @SYMTraceFormatString "-RFile::Replace() r %d subs %x" */
58 /** @SYMTraceFormatString "+RFile::Create() sess %x mode %x FileName %*S" */
60 /** @SYMTraceFormatString "-RFile::Create() r %d subs %x" */
63 /** @SYMTraceFormatString "+RFile::Open() sess %x mode %x FileName %*S" */
65 /** @SYMTraceFormatString "-RFile::Open() r %d subs %x" */
68 /** @SYMTraceFormatString "+RFile::Adopt() sess %x subs %x" */
70 /** @SYMTraceFormatString "-RFile::Adopt() r %d sess %x subs %x" */
73 /** @SYMTraceFormatString "+RFile::AdoptFromServer() sess %x subs %x" */
75 /** @SYMTraceFormatString "-RFile::AdoptFromServer() r %d sess %x subs %x" */
76 EFileAdoptFromServerReturn,
78 /** @SYMTraceFormatString "+RFile::AdoptFromClient() sess %x subs %x aFsHandleIndex %d aFileHandleIndex %d " */
80 /** @SYMTraceFormatString "-RFile::AdoptFromClient() r %d sess %x subs %x" */
81 EFileAdoptFromClientReturn,
83 /** @SYMTraceFormatString "+RFile::AdoptFromCreator() subs %x aFsHandleIndex %d aFileHandleIndex %d" */
84 EFileAdoptFromCreator,
85 /** @SYMTraceFormatString "-RFile::AdoptFromCreator() r %d sess %x subs %x" */
86 EFileAdoptFromCreatorReturn,
88 /** @SYMTraceFormatString "+RFile::Duplicate() sess %x subs %x aType %d" */
90 /** @SYMTraceFormatString "-RFile::Duplicate() r %d sess %x subs %x" */
94 /** @SYMTraceFormatString "+RFile::TransferToServer() sess %x subs %x aFsHandleIndex %d aFileHandleIndex %d" */
95 EFileTransferToServer,
96 /** @SYMTraceFormatString "-RFile::TransferToServer() r %d" */
97 EFileTransferToServerReturn,
99 /** @SYMTraceFormatString "+RFile::TransferToClient() sess %x subs %x aFileHandleIndex %d" */
100 EFileTransferToClient,
101 /** @SYMTraceFormatString "-RFile::TransferToClient() r %d" */
102 EFileTransferToClientReturn,
104 /** @SYMTraceFormatString "+RFile::TransferToProcess() sess %x subs %x aFsHandleIndex %d aFileHandleIndex %d" */
105 EFileTransferToProcess,
106 /** @SYMTraceFormatString "-RFile::TransferToProcess() r %d" */
107 EFileTransferToProcessReturn,
110 /** @SYMTraceFormatString "+RFile::Name() sess %x subs %x" */
112 /** @SYMTraceFormatString "-RFile::Name() r %d aName %*S" */
115 /** @SYMTraceFormatString "+RFile::FullName() sess %x subs %x" */
117 /** @SYMTraceFormatString "-RFile::FullName() r %d aName %*S" */
122 /** @SYMTraceFormatString "+RFile::Temp() sess %x aPath %*S aMode %x" */
124 /** @SYMTraceFormatString "-RFile::Temp() r %d subs %x aName %*S" */
128 /** @SYMTraceFormatString "+RFile::Write1() sess %x subs %x len %d" */
130 /** @SYMTraceFormatString "-RFile::Write1() r %d" */
133 /** @SYMTraceFormatString "+RFile::Write2() sess %x subs %x len %d status %x" */
135 /** @SYMTraceFormatString "-RFile::Write2()" */
138 /** @SYMTraceFormatString "+RFile::Write3() sess %x subs %x pos %ld len %d" */
140 /** @SYMTraceFormatString "-RFile::Write3() r %d" */
143 /** @SYMTraceFormatString "+RFile::Write4() sess %x subs %x pos %ld len %d status %x" */
145 /** @SYMTraceFormatString "-RFile::Write4()" */
151 /** @SYMTraceFormatString "+RFile::Read1() sess %x subs %x maxlen %d" */
153 /** @SYMTraceFormatString "-RFile::Read1() r %d len %d" */
156 /** @SYMTraceFormatString "+RFile::Read2() sess %x subs %x maxlen %d status %x" */
158 /** @SYMTraceFormatString "-RFile::Read2()" */
161 /** @SYMTraceFormatString "+RFile::Read3() sess %x subs %x aPos %ld maxlen %d" */
163 /** @SYMTraceFormatString "-RFile::Read3() r %d len %d" */
166 /** @SYMTraceFormatString "+RFile::Read4() sess %x subs %x aPos %ld maxlen %d status %x" */
168 /** @SYMTraceFormatString "-RFile::Read4()" */
175 /** @SYMTraceFormatString "+RFile::Lock() sess %x subs %x aPos %ld aLength %d" */
177 /** @SYMTraceFormatString "-RFile::Lock() r %d" */
180 /** @SYMTraceFormatString "+RFile::UnLock() sess %x subs %x aPos %ld aLength %d" */
182 /** @SYMTraceFormatString "-RFile::UnLock() r %d" */
185 /** @SYMTraceFormatString "+RFile::Seek() sess %x subs %x aMode %x aPos %ld" */
187 /** @SYMTraceFormatString "-RFile::Seek() r %d" */
190 /** @SYMTraceFormatString "+RFile::Flush() sess %x subs %x status %x" */
192 /** @SYMTraceFormatString "-RFile::Flush() r %d" */
195 /** @SYMTraceFormatString "+RFile::Size1() sess %x subs %x" */
197 /** @SYMTraceFormatString "-RFile::Size1() r %d aSize %d" */
200 /** @SYMTraceFormatString "+RFile::Size2() sess %x subs %x" */
202 /** @SYMTraceFormatString "-RFile::Size2() r %d aSize %ld" */
205 /** @SYMTraceFormatString "+RFile::SetSize() sess %x subs %x aSize %ld" */
207 /** @SYMTraceFormatString "-RFile::SetSize() r %d" */
210 /** @SYMTraceFormatString "+RFile::Att() sess %x subs %x" */
212 /** @SYMTraceFormatString "-RFile::Att() r %d aVal %x" */
215 /** @SYMTraceFormatString "+RFile::SetAtt() sess %x subs %x aSetAttMask %x aClearAttMask %x" */
217 /** @SYMTraceFormatString "-RFile::SetAtt() r %d" */
220 /** @SYMTraceFormatString "+RFile::Modified() sess %x subs %x" */
222 /** @SYMTraceFormatString "-RFile::Modified() r %d aTime %lx" */
225 /** @SYMTraceFormatString "+RFile::SetModified() sess %x subs %x aTime %lx" */
227 /** @SYMTraceFormatString "-RFile::SetModified() r %d" */
228 EFileSetModifiedReturn,
230 /** @SYMTraceFormatString "+RFile::Set() sess %x subs %x aTime %lx aSetAttMask %x aClearAttMask %x" */
232 /** @SYMTraceFormatString "-RFile::Set() r %d" */
235 /** @SYMTraceFormatString "+RFile::ChangeMode() sess %x subs %x aNewMode %x" */
237 /** @SYMTraceFormatString "-RFile::ChangeMode() r %d" */
238 EFileChangeModeReturn,
240 /** @SYMTraceFormatString "+RFile::Rename() sess %x subs %x aNewName %*S" */
242 /** @SYMTraceFormatString "-RFile::Rename() r %d" */
245 /** @SYMTraceFormatString "+RFile::Drive() sess %x subs %x" */
247 /** @SYMTraceFormatString "-RFile::Drive() r %d driveAtt %x mediaAtt %x type %x" */
250 /** @SYMTraceFormatString "+RFile::Clamp() sess %x subs %x" */
252 /** @SYMTraceFormatString "-RFile::Clamp() r %d" */
255 /** @SYMTraceFormatString "+RFile::BlockMap() sess %x subs %x aStartPos %ld aEndPos %ld aBlockMapusage %d" */
257 /** @SYMTraceFormatString "-RFile::BlockMap() r %d" */
260 /** @SYMTraceFormatString "+RFile::Close() sess %x subs %x" */
262 /** @SYMTraceFormatString "-RFile::Close()" */
267 /** @SYMTraceFormatString "+RFS::DriveToChar() aDrive %d" */
269 /** @SYMTraceFormatString "-RFs::DriveToChar() r %d aChar %c" */
270 EFsDriveToCharReturn,
271 /** @SYMTraceFormatString "+RFs::IsRomAddress() aPtr %x" */
273 /** @SYMTraceFormatString "-RFS::IsRomAddress() r %d" */
274 EFsIsRomAddressReturn,
275 /** @SYMTraceFormatString "+RFs::GetSystemDrive()" */
277 /** @SYMTraceFormatString "-RFs::GetSystemDrive() r %d" */
278 EFsGetSystemDriveReturn,
279 /** @SYMTraceFormatString "+RFs::GetSystemDriveChar()" */
280 EFsGetSystemDriveChar,
281 /** @SYMTraceFormatString "-RFs::GetSystemDriveChar() r %c" */
282 EFsGetSystemDriveCharReturn,
283 /** @SYMTraceFormatString "+RFs::SetSystemDrive() sess %x" */
285 /** @SYMTraceFormatString "-RFs::SetSystemDrive() r %d" */
286 EFsSetSystemDriveReturn,
287 /** @SYMTraceFormatString "+RFs::Connect()" */
289 /** @SYMTraceFormatString "-RFs::Connect() r %d sess %x" */
291 /** @SYMTraceFormatString "+RFs::SetSessionToPrivate() sess %x" */
292 EFsSetSessionToPrivate,
293 /** @SYMTraceFormatString "-RFs::SetSessionToPrivate() r %d" */
294 EFsSetSessionToPrivateReturn,
295 /** @SYMTraceFormatString "+RFs::PrivatePath() sess %x" */
297 /** @SYMTraceFormatString "-RFs::PrivatePath() r %d aPath %*S" */
298 EFsPrivatePathReturn,
299 /** @SYMTraceFormatString "+RFs::CreatePrivatePath() sess %x aDrive %d" */
300 EFsCreatePrivatePath,
301 /** @SYMTraceFormatString "-RFs::CreatePrivatePath() r %d" */
302 EFsCreatePrivatePathReturn,
303 /** @SYMTraceFormatString "+RFs::Version() sess %x" */
305 /** @SYMTraceFormatString "-RFs::Version() iMajor %d iMinor %d iBuild %d" */
307 /** @SYMTraceFormatString "+RFs::AddFileSystem() sess %x aFileName %*S" */
309 /** @SYMTraceFormatString "-RFs::AddFileSystem() r %d" */
310 EFsAddFileSystemReturn,
311 /** @SYMTraceFormatString "+RFs::RemoveFileSystem() sess %x aFileName %*S" */
313 /** @SYMTraceFormatString "-RFs::RemoveFileSystem() r %d" */
314 EFsRemoveFileSystemReturn,
315 /** @SYMTraceFormatString "+RFs::MountFileSystem1() sess %x aFileSystemName %*S aDrive %d" */
317 /** @SYMTraceFormatString "-RFs::MountFileSystem1() r %d" */
318 EFsMountFileSystem1Return,
319 /** @SYMTraceFormatString "+RFs::MountFileSystem2() sess %x aFileSystemName %*S aDrive %d aIsSync %d" */
321 /** @SYMTraceFormatString "-RFs::MountFileSystem2() r %d" */
322 EFsMountFileSystem2Return,
323 /** @SYMTraceFormatString "+RFs::MountFileSystem3() sess %x aFileSystemName %*S aExtensionName %*S aDrive %d" */
325 /** @SYMTraceFormatString "-RFs::MountFileSystem3() r %d" */
326 EFsMountFileSystem3Return,
327 /** @SYMTraceFormatString "+RFs::MountFileSystem4() sess %x aFileSystemName %*S aExtensionName %*S aDrive %d aIsSync %d" */
329 /** @SYMTraceFormatString "-RFs::MountFileSystem4() r %d" */
330 EFsMountFileSystem4Return,
331 /** @SYMTraceFormatString "+RFs::MountFileSystemAndScan1() sess %x aFileSystemName %*S aDrive %d" */
332 EFsMountFileSystemAndScan1,
333 /** @SYMTraceFormatString "-RFs::MountFileSystemAndScan1() r %d" */
334 EFsMountFileSystemAndScan1Return,
335 /** @SYMTraceFormatString "+RFs::MountFileSystemAndScan2() sess %x aFileSystemName %*S aExtensionName %*S aDrive %d " */
336 EFsMountFileSystemAndScan2,
337 /** @SYMTraceFormatString "-RFs::MountFileSystemAndScan2() r %d aIsMountSuccess %d" */
338 EFsMountFileSystemAndScan2Return,
339 /** @SYMTraceFormatString "+RFs::DismountFileSystem() sess %x aFileSystemName %*S aDrive %d" */
340 EFsDismountFileSystem,
341 /** @SYMTraceFormatString "-RFs::DismountFileSystem() r %d" */
342 EFsDismountFileSystemReturn,
343 /** @SYMTraceFormatString "+RFs::FileSystemName() sess %x aDrive %d" */
345 /** @SYMTraceFormatString "-RFs::FileSystemName() r %d aName %*S" */
346 EFsFileSystemNameReturn,
347 /** @SYMTraceFormatString "+RFs::AddExtension() sess %x aFileName %*S" */
349 /** @SYMTraceFormatString "-RFs::AddExtension() r %d" */
350 EFsAddExtensionReturn,
351 /** @SYMTraceFormatString "+RFs::MountExtension() sess %x aExtensionName %*S aDrive %d" */
353 /** @SYMTraceFormatString "-RFs::MountExtension() r %d" */
354 EFsMountExtensionReturn,
355 /** @SYMTraceFormatString "+RFs::DismountExtension() sess %x aExtensionName %*S aDrive %d" */
356 EFsDismountExtension,
357 /** @SYMTraceFormatString "-RFs::DismountExtension() r %d" */
358 EFsDismountExtensionReturn,
359 /** @SYMTraceFormatString "+RFs::RemoveExtension() sess %x aExtensionName %*S" */
361 /** @SYMTraceFormatString "-RFs::RemoveExtension() r %d" */
362 EFsRemoveExtensionReturn,
363 /** @SYMTraceFormatString "+RFs::ExtensionName() sess %x aExtensionName %*S aDrive %d aPos %d" */
365 /** @SYMTraceFormatString "-RFs::ExtensionName() r %d" */
366 EFsExtensionNameReturn,
367 /** @SYMTraceFormatString "+RFs::RemountDrive() sess %x aDrive %d aMountInfo %x aFlags %x" */
369 /** @SYMTraceFormatString "-RFs::RemountDrive() r %d" */
370 EFsRemountDriveReturn,
371 /** @SYMTraceFormatString "+RFs::NotifyChange1() sess %x aType %x status %x" */
373 /** @SYMTraceFormatString "-RFs::NotifyChange1() r %d" */
374 EFsNotifyChange1Return,
375 /** @SYMTraceFormatString "+RFs::NotifyChange2() sess %x aType %x status %x aPathName %*S" */
377 /** @SYMTraceFormatString "-RFs::NotifyChange2() r %d" */
378 EFsNotifyChange2Return,
379 /** @SYMTraceFormatString "+RFs::NotifyChangeCancel1() sess %x" */
380 EFsNotifyChangeCancel1,
381 /** @SYMTraceFormatString "-RFs::NotifyChangeCancel1() r %d" */
382 EFsNotifyChangeCancel1Return,
383 /** @SYMTraceFormatString "+RFs::NotifyChangeCancel2() sess %x status %x" */
384 EFsNotifyChangeCancel2,
385 /** @SYMTraceFormatString "-RFs::NotifyChangeCancel2() r %d" */
386 EFsNotifyChangeCancel2Return,
387 /** @SYMTraceFormatString "+RFs::NotifyDiskSpace() sess %x aThreshold %ld aDrive %d status %x" */
389 /** @SYMTraceFormatString "-RFs::NotifyDiskSpace() r %d" */
390 EFsNotifyDiskSpaceReturn,
391 /** @SYMTraceFormatString "+RFs::NotifyDiskSpaceCancel1() sess %x status %x" */
392 EFsNotifyDiskSpaceCancel1,
393 /** @SYMTraceFormatString "-RFs::NotifyDiskSpaceCancel1() r %d" */
394 EFsNotifyDiskSpaceCancel1Return,
395 /** @SYMTraceFormatString "+RFs::NotifyDiskSpaceCancel2() sess %x" */
396 EFsNotifyDiskSpaceCancel2,
397 /** @SYMTraceFormatString "-RFs::NotifyDiskSpaceCancel2() r %d" */
398 EFsNotifyDiskSpaceCancel2Return,
399 /** @SYMTraceFormatString "+RFs::DriveList1() sess %x" */
401 /** @SYMTraceFormatString "-RFs::DriveList1() r %d" */
403 /** @SYMTraceFormatString "+RFs::DriveList2() sess %x aFlags %x" */
405 /** @SYMTraceFormatString "-RFs::DriveList2() r %d" */
407 /** @SYMTraceFormatString "+RFs::Drive() sess %x aDrive %d" */
409 /** @SYMTraceFormatString "-RFs::Drive() r %d driveAtt %x mediaAtt %x type %x" */
411 /** @SYMTraceFormatString "+RFs::Volume1() sess %x aDrive %d" */
413 /** @SYMTraceFormatString "-RFs::Volume1() r %d iUniqueID %x iSize %ld iFree %ld iFileCacheFlags %x" */
415 /** @SYMTraceFormatString "+RFs::Volume2() sess %x aDrive %d status %x" */
417 /** @SYMTraceFormatString "-RFs::Volume2() r %d" */
419 /** @SYMTraceFormatString "+RFs::SetVolumeLabel() sess %x aName %*S aDrive %d" */
421 /** @SYMTraceFormatString "-RFs::SetVolumeLabel() r %d" */
422 EFsSetVolumeLabelReturn,
423 /** @SYMTraceFormatString "+RFs::Subst() sess %x aPath %*S aDrive %d" */
425 /** @SYMTraceFormatString "-RFs::Subst() r %d" */
427 /** @SYMTraceFormatString "+RFs::SetSubst() sess %x aPath %%S aDrive %d" */
429 /** @SYMTraceFormatString "-RFs::SetSubst() r %d" */
431 /** @SYMTraceFormatString "+RFs::RealName() sess %x aName %*S" */
433 /** @SYMTraceFormatString "-RFs::RealName() r %d aResult %*S" */
435 /** @SYMTraceFormatString "+RFs::GetMediaSerialNumber() sess %x aDrive %d" */
436 EFsGetMediaSerialNumber,
437 /** @SYMTraceFormatString "-RFs::GetMediaSerialNumber() r %d aSerialNum %*x" */
438 EFsGetMediaSerialNumberReturn,
439 /** @SYMTraceFormatString "+RFs::SessionPath() sess %x" */
441 /** @SYMTraceFormatString "-RFs::SessionPath() r %d aPath %*S" */
442 EFsSessionPathReturn,
443 /** @SYMTraceFormatString "+RFs::SetSessionPath() sess %x aPath %*S" */
445 /** @SYMTraceFormatString "-RFs::SetSessionPath() r %d" */
446 EFsSetSessionPathReturn,
447 /** @SYMTraceFormatString "+RFs::MkDir() sess %x aPath %*S" */
449 /** @SYMTraceFormatString "-RFs::MkDir() r %d" */
451 /** @SYMTraceFormatString "+RFs::MkDirAll() sess %x aPath %*S" */
453 /** @SYMTraceFormatString "-RFs::MkDirAll() r %d" */
455 /** @SYMTraceFormatString "+RFs::RmDir() sess %x aPath %*S" */
457 /** @SYMTraceFormatString "-RFs::RmDir() r %d" */
459 /** @SYMTraceFormatString "+RFs::GetDir1() sess %x aName %*S aUidType0 %x aUidType1 %x aUidType2 %x aKey %x" */
461 /** @SYMTraceFormatString "-RFs::GetDir1() r %d" */
463 /** @SYMTraceFormatString "+RFs::GetDir2() sess %x aName %*S anAttMask %x aKey %x" */
465 /** @SYMTraceFormatString "-RFs::GetDir2() r %d" */
467 /** @SYMTraceFormatString "+RFs::GetDir3() sess %x aName %*S anAttMask %x aKey %x" */
469 /** @SYMTraceFormatString "-RFs::GetDir3() r %d" */
471 /** @SYMTraceFormatString "+RFs::Parse1() sess %x aName %*S" */
473 /** @SYMTraceFormatString "-RFs::Parse1() r %d" */
475 /** @SYMTraceFormatString "+RFs::Parse2() sess %x aName %*S aRelated %*S" */
477 /** @SYMTraceFormatString "-RFs::Parse2() r %d" */
479 /** @SYMTraceFormatString "+RFs::Delete() sess %x aName %*S" */
481 /** @SYMTraceFormatString "-RFs::Delete() r %d" */
483 /** @SYMTraceFormatString "+RFs::Rename() sess %x anOldName %*S aNewName %*S" */
485 /** @SYMTraceFormatString "-RFs::Rename() r %d" */
487 /** @SYMTraceFormatString "+RFs::Replace() sess %x anOldName %*S aNewName %*S" */
489 /** @SYMTraceFormatString "-RFs::Replace() r %d" */
491 /** @SYMTraceFormatString "+RFs::Att() sess %x aName %*S" */
493 /** @SYMTraceFormatString "-RFs::Att() r %d aVal %x" */
495 /** @SYMTraceFormatString "+RFs::SetAtt() sess %x aName %*S aSetAttMask %x aClearAttMask %x" */
497 /** @SYMTraceFormatString "-RFs::SetAtt() r %d" */
499 /** @SYMTraceFormatString "+RFs::Modified() sess %x aName %*S" */
501 /** @SYMTraceFormatString "-RFs::Modified() r %d aTime %lx" */
503 /** @SYMTraceFormatString "+RFs::SetModified() sess %x aName %*S aTime %lx" */
505 /** @SYMTraceFormatString "-RFs::SetModified() r %d" */
506 EFsSetModifiedReturn,
507 /** @SYMTraceFormatString "+RFs::Entry() sess %x aName %*S" */
509 /** @SYMTraceFormatString "-RFs::Entry() r %d att %x modified %lx size %d" */
511 /** @SYMTraceFormatString "+RFs::SetEntry() sess %x aName %*S aTime %lx aSetAttMask %x aClearAttMask %x" */
513 /** @SYMTraceFormatString "-RFs::SetEntry() r %d" */
515 /** @SYMTraceFormatString "+RFs::ReadFileSection() sess %x aName %*S aPos %ld aLength %d" */
517 /** @SYMTraceFormatString "-RFs::ReadFileSection() r %d" */
518 EFsReadFileSectionReturn,
519 /** @SYMTraceFormatString "+RFs::ResourceCountMarkStart() sess %x" */
520 EFsResourceCountMarkStart,
521 /** @SYMTraceFormatString "-RFs::ResourceCountMarkStart() r %d" */
522 EFsResourceCountMarkStartReturn,
523 /** @SYMTraceFormatString "+RFs::ResourceCountMarkEnd() sess %x" */
524 EFsResourceCountMarkEnd,
525 /** @SYMTraceFormatString "-RFs::ResourceCountMarkEnd() r %d" */
526 EFsResourceCountMarkEndReturn,
527 /** @SYMTraceFormatString "+RFs::ResourceCount() sess %x" */
529 /** @SYMTraceFormatString "-RFs::ResourceCount() r %d" */
530 EFsResourceCountReturn,
531 /** @SYMTraceFormatString "+RFs::CheckDisk() sess %x aDrive %*S" */
533 /** @SYMTraceFormatString "-RFs::CheckDisk() r %d" */
535 /** @SYMTraceFormatString "+RFs::ScanDrive() sess %x aDrive %*S" */
537 /** @SYMTraceFormatString "-RFs::ScanDrive() r %d" */
539 /** @SYMTraceFormatString "+RFs::GetShortName() sess %x aLongName %*S" */
541 /** @SYMTraceFormatString "-RFs::GetShortName() r %d aShortName %*S" */
542 EFsGetShortNameReturn,
543 /** @SYMTraceFormatString "+RFs::GetLongName() sess %x aShortName %*S" */
545 /** @SYMTraceFormatString "-RFs::GetLongName() r %d aLongName %*S" */
546 EFsGetLongNameReturn,
547 /** @SYMTraceFormatString "+RFs::IsFileOpen() sess %x aFileName %*S" */
549 /** @SYMTraceFormatString "-RFs::IsFileOpen() r %d anAnswer %d" */
551 /** @SYMTraceFormatString "+RFs::GetNotifyUser() sess %x" */
553 /** @SYMTraceFormatString "-RFs::GetNotifyUser() r %d" */
554 EFsGetNotifyUserReturn,
555 /** @SYMTraceFormatString "+RFs::SetNotifyUser() sess %x aValue %d" */
557 /** @SYMTraceFormatString "-RFs::SetNotifyUser() r %d" */
558 EFsSetNotifyUserReturn,
559 /** @SYMTraceFormatString "+RFs::IsFileInRom() sess %x aFileName %*S" */
561 /** @SYMTraceFormatString "-RFs::IsFileInRom() r %d" */
562 EFsIsFileInRomReturn,
563 /** @SYMTraceFormatString "+RFs::IsValidName1() sess %x aFileName %*S" */
565 /** @SYMTraceFormatString "-RFs::IsValidName1() r %d" */
566 EFsIsValidName1Return,
567 /** @SYMTraceFormatString "+RFs::IsValidName2() sess %x aFileName %*S" */
569 /** @SYMTraceFormatString "-RFs::IsValidName2() r %d aBadChar %c" */
570 EFsIsValidName2Return,
571 /** @SYMTraceFormatString "+RFs::IsValidName3() sess %x aFileName %*S" */
573 /** @SYMTraceFormatString "-RFs::IsValidName3() r %d err %d" */
574 EFsIsValidName3Return,
575 /** @SYMTraceFormatString "+RFs::GetDriveName() sess %x aDrive %d" */
577 /** @SYMTraceFormatString "-RFs::GetDriveName() r %d aDriveName %*S" */
578 EFsGetDriveNameReturn,
579 /** @SYMTraceFormatString "+RFs::SetDriveName() sess %x aDrive %d aDriveName %*S" */
581 /** @SYMTraceFormatString "-RFs::SetDriveName() r %d" */
582 EFsSetDriveNameReturn,
583 /** @SYMTraceFormatString "+RFs::LockDrive() sess %x aDrv %d aStore %d" */
585 /** @SYMTraceFormatString "-RFs::LockDrive() r %d" */
587 /** @SYMTraceFormatString "+RFs::UnlockDrive() sess %x aDrv %d aStore %d" */
589 /** @SYMTraceFormatString "-RFs::UnlockDrive() r %d" */
590 EFsUnlockDriveReturn,
591 /** @SYMTraceFormatString "+RFs::ClearPassword() sess %x aDrv %d" */
593 /** @SYMTraceFormatString "-RFs::ClearPassword() r %d" */
594 EFsClearPasswordReturn,
595 /** @SYMTraceFormatString "+RFs::ErasePassword() sess %x aDrv %d" */
597 /** @SYMTraceFormatString "-RFs::ErasePassword() r %d" */
598 EFsErasePasswordReturn,
599 /** @SYMTraceFormatString "+RFs::StartupInitComplete() sess %x status %x" */
600 EFsStartupInitComplete,
601 /** @SYMTraceFormatString "-RFs::StartupInitComplete() r %d" */
602 EFsStartupInitCompleteReturn,
603 /** @SYMTraceFormatString "+RFs::SetLocalDriveMapping() sess %x aMapping %*x" */
604 EFsSetLocalDriveMapping,
605 /** @SYMTraceFormatString "-RFs::SetLocalDriveMapping() r %d" */
606 EFsSetLocalDriveMappingReturn,
607 /** @SYMTraceFormatString "+RFs::FinaliseDrive() sess %x aDriveNo %d aMode %d" */
609 /** @SYMTraceFormatString "-RFs::FinaliseDrive() r %d" */
610 EFsFinaliseDriveReturn,
611 /** @SYMTraceFormatString "+RFs::FinaliseDrives() sess %x" */
613 /** @SYMTraceFormatString "-RFs::FinaliseDrives() r %d" */
614 EFsFinaliseDrivesReturn,
615 /** @SYMTraceFormatString "+RFs::SwapFileSystem() sess %x aOldFileSystemName %*S aNewFileSystemName %*S aDrive %d" */
617 /** @SYMTraceFormatString "-RFs::SwapFileSystem() r %d" */
618 EFsSwapFileSystemReturn,
619 /** @SYMTraceFormatString "+RFs::AddCompositeMount() sess %x aFileSystemName %*S aLocalDriveToMount %d aCompositeDrive %d aSync %d" */
620 EFsAddCompositeMount,
621 /** @SYMTraceFormatString "-RFs::AddCompositeMount() r %d" */
622 EFsAddCompositeMountReturn,
623 /** @SYMTraceFormatString "+RFs::ReserveDriveSpace() sess %x aDriveNo %d aSpace %d" */
624 EFsReserveDriveSpace,
625 /** @SYMTraceFormatString "-RFs::ReserveDriveSpace() r %d" */
626 EFsReserveDriveSpaceReturn,
627 /** @SYMTraceFormatString "+RFs::GetReserveAccess() sess %x aDriveNo %d" */
629 /** @SYMTraceFormatString "-RFs::GetReserveAccess() r %d" */
630 EFsGetReserveAccessReturn,
631 /** @SYMTraceFormatString "+RFs::ReleaseReserveAccess() sess %x aDriveNo %d" */
632 EFsReleaseReserveAccess,
633 /** @SYMTraceFormatString "-RFs::ReleaseReserveAccess() r %d" */
634 EFsReleaseReserveAccessReturn,
635 /** @SYMTraceFormatString "+RFs::NotifyDismount() sess %x aDrive %d stauts %x aMode %d" */
637 /** @SYMTraceFormatString "-RFs::NotifyDismount() r %d" */
638 EFsNotifyDismountReturn,
639 /** @SYMTraceFormatString "+RFs::NotifyDismountCancel1() sess %x status %x" */
640 EFsNotifyDismountCancel1,
641 /** @SYMTraceFormatString "-RFs::NotifyDismountCancel1() r %d" */
642 EFsNotifyDismountCancel1Return,
643 /** @SYMTraceFormatString "+RFs::NotifyDismountCancel2() sess %x" */
644 EFsNotifyDismountCancel2,
645 /** @SYMTraceFormatString "-RFs::NotifyDismountCancel2() r %d" */
646 EFsNotifyDismountCancel2Return,
647 /** @SYMTraceFormatString "+RFs::AllowDismount() sess %x aDrive %d" */
649 /** @SYMTraceFormatString "-RFs::AllowDismount() r %d" */
650 EFsAllowDismountReturn,
651 /** @SYMTraceFormatString "+RFs::SetStartupConfiguration() sess %x aCommand %d aParam1 %x aParam2 %x" */
652 EFsSetStartupConfiguration,
653 /** @SYMTraceFormatString "-RFs::SetStartupConfiguration() r %d" */
654 EFsSetStartupConfigurationReturn,
655 /** @SYMTraceFormatString "+RFs::SetNotifyChange() sess %x aNotifyChange %d" */
657 /** @SYMTraceFormatString "-RFs::SetNotifyChange() r %d" */
658 EFsSetNotifyChangeReturn,
659 /** @SYMTraceFormatString "+RFs::InitialisePropertiesFile() sess %x filePtr %x fileLen %d" */
660 EFsInitialisePropertiesFile,
661 /** @SYMTraceFormatString "-RFs::InitialisePropertiesFile() r %d" */
662 EFsInitialisePropertiesFileReturn,
663 /** @SYMTraceFormatString "+RFs::QueryVolumeInfoExt() sess %x aDrive %d aCommand %d" */
664 EFsQueryVolumeInfoExt,
665 /** @SYMTraceFormatString "-RFs::QueryVolumeInfoExt() r %d" */
666 EFsQueryVolumeInfoExtReturn,
667 /** @SYMTraceFormatString "+RFs::VolumeIOParam() sess %x aDrive %d" */
669 /** @SYMTraceFormatString "-RFs::VolumeIOParam() r %d iBlockSize %d iClusterSize %d iRecReadBufSize %d iRecWriteBufSize %d" */
670 EFsVolumeIOParamReturn,
671 /** @SYMTraceFormatString "+RFs::FileSystemSubType() sess %x aDrive %d aName %*S" */
672 EFsFileSystemSubType,
673 /** @SYMTraceFormatString "-RFs::FileSystemSubType() r %d" */
674 EFsFileSystemSubTypeReturn,
676 /** @SYMTraceFormatString "+RFs::AddPlugin() sess %x aFileName %*S" */
678 /** @SYMTraceFormatString "-RFs::AddPlugin() r %d" */
681 /** @SYMTraceFormatString "+RFs::RemovePlugin() sess %x aPluginName %*S" */
683 /** @SYMTraceFormatString "-RFs::RemovePlugin() r %d" */
684 EFsRemovePluginReturn,
686 /** @SYMTraceFormatString "+RFs::MountPlugin1() sess %x aPluginName %*S" */
688 /** @SYMTraceFormatString "-RFs::MountPlugin1() r %d" */
689 EFsMountPlugin1Return,
691 /** @SYMTraceFormatString "+RFs::MountPlugin2() sess %x aPluginName %*S aDrive %d" */
693 /** @SYMTraceFormatString "-RFs::MountPlugin2() r %d" */
694 EFsMountPlugin2Return,
696 /** @SYMTraceFormatString "+RFs::MountPlugin3() sess %x aPluginName %*S aDrive %d aPos %d" */
698 /** @SYMTraceFormatString "-RFs::MountPlugin3() r %d" */
699 EFsMountPlugin3Return,
701 /** @SYMTraceFormatString "+RFs::DismountPlugin() sess %x aPluginName %*S" */
703 /** @SYMTraceFormatString "-RFs::DismountPlugin() r %d" */
704 EFsDismountPlugin1Return,
706 /** @SYMTraceFormatString "+RFs::DismountPlugin2() sess %x aPluginName %*S aDrive %d" */
708 /** @SYMTraceFormatString "-RFs::DismountPlugin2() r %d" */
709 EFsDismountPlugin2Return,
711 /** @SYMTraceFormatString "+RFs::DismountPlugin3() sess %x aPluginName %*S aDrive %d aPos %d" */
713 /** @SYMTraceFormatString "-RFs::DismountPlugin3() r %d" */
714 EFsDismountPlugin3Return,
716 /** @SYMTraceFormatString "+RFs::PluginName() sess %x aDrive %d aPos %d" */
718 /** @SYMTraceFormatString "-RFs::PluginName() r %d aName %*S" */
721 /** @SYMTraceFormatString "+RFs::Close() sess %x" */
723 /** @SYMTraceFormatString "-RFs::Close() r %d" */
727 /** @SYMTraceFormatString "+RDir::Open1() sess %x aName %*S aUidType0 %x aUidType1 %x aUidType2 %x" */
729 /** @SYMTraceFormatString "-RDir::Open1() r %d subs %x" */
732 /** @SYMTraceFormatString "+RDir::Open2() sess %x aName %*S anAttMask %x" */
734 /** @SYMTraceFormatString "-RDir::Open2() r %d subs %x" */
737 /** @SYMTraceFormatString "+RDir::Close() sess %x subs %x" */
739 /** @SYMTraceFormatString "-RDir::Close()" */
742 /** @SYMTraceFormatString "+RDir::Read1() sess %x subs %x" */
744 /** @SYMTraceFormatString "-RDir::Read1() r %d count %d" */
747 /** @SYMTraceFormatString "+RDir::Read2() sess %x subs %x status %x" */
749 /** @SYMTraceFormatString "-RDir::Read2()" */
752 /** @SYMTraceFormatString "+RDir::Read3() sess %x subs %x" */
754 /** @SYMTraceFormatString "-RDir::Read3() r %d" */
757 /** @SYMTraceFormatString "+RDir::Read4() sess %x subs %x status %x" */
759 /** @SYMTraceFormatString "-RDir::Read4()" */
763 /** @SYMTraceFormatString "+RFormat::Open1() sess %x aName %*S aFormatMode %x" */
765 /** @SYMTraceFormatString "-RFormat::Open1() r %d subs %x aCount %d" */
768 /** @SYMTraceFormatString "+RFormat::Open2() sess %x aName %*S aFormatMode %x aInfo %x" */
770 /** @SYMTraceFormatString "-RFormat::Open2() r %d subs %x aCount %d" */
773 /** @SYMTraceFormatString "+RFormat::Close() sess %x subs %x" */
775 /** @SYMTraceFormatString "-RFormat::Close()" */
778 /** @SYMTraceFormatString "+RFormat::Next1() sess %x subs %x" */
780 /** @SYMTraceFormatString "-RFormat::Next1() r %d aStep %d" */
783 /** @SYMTraceFormatString "+RFormat::Next2() sess %x subs %x status %x" */
785 /** @SYMTraceFormatString "-RFormat::Next2()" */
790 /** @SYMTraceFormatString "+RPlugin::Open() aPos %d" */
792 /** @SYMTraceFormatString "-RPlugin::Open() r %d subs %x" */
795 /** @SYMTraceFormatString "+RPlugin::Close() sess %x subs %x" */
797 /** @SYMTraceFormatString "-RPlugin::Close() r %d" */
800 /** @SYMTraceFormatString "+RPlugin::DoRequest1() sess %x subs %x aReqNo %d status %x" */
802 /** @SYMTraceFormatString "-RPlugin::DoRequest1()" */
803 EPluginDoRequest1Return,
805 /** @SYMTraceFormatString "+RPlugin::DoRequest2() sess %x subs %x aReqNo %d status %x a1 %x" */
807 /** @SYMTraceFormatString "-RPlugin::DoRequest2()" */
808 EPluginDoRequest2Return,
810 /** @SYMTraceFormatString "+RPlugin::DoRequest3() sess %x subs %x aReqNo %d status %x a1 %x a2 %x" */
812 /** @SYMTraceFormatString "-RPlugin::DoRequest3()" */
813 EPluginDoRequest3Return,
815 /** @SYMTraceFormatString "+RPlugin::DoControl() sess %x subs %x aFunction %d" */
817 /** @SYMTraceFormatString "-RPlugin::DoControl() r %d" */
818 EPluginDoControl1Return,
820 /** @SYMTraceFormatString "+RPlugin::DoControl2() sess %x subs %x aFunction %d a1 %x" */
822 /** @SYMTraceFormatString "-RPlugin::DoControl2() r %d" */
823 EPluginDoControl2Return,
825 /** @SYMTraceFormatString "+RPlugin::DoControl3() sess %x subs %x aFunction %d a1 %x a2 %x" */
827 /** @SYMTraceFormatString "-RPlugin::DoControl3() r %d" */
828 EPluginDoControl3Return,
830 /** @SYMTraceFormatString "+RPlugin::DoCancel() sess %x subs %x aReqMask %x" */
832 /** @SYMTraceFormatString "-RPlugin::DoCancel()" */
833 EPluginDoCancelReturn,
836 /** @SYMTraceFormatString "+CFileMan::NewL1() sess %x" */
838 /** @SYMTraceFormatString "-CFileMan::NewL1() CFileMan* %x" */
839 ECFileManNewL1Return,
841 /** @SYMTraceFormatString "+CFileMan::NewL2() sess %x anObserver %x" */
843 /** @SYMTraceFormatString "-CFileMan::NewL2() CFileMan* %x" */
844 ECFileManNewL2Return,
846 /** @SYMTraceFormatString "+CFileMan::~CFileMan() this %x" */
848 /** @SYMTraceFormatString "-CFileMan::~CFileMan()" */
849 ECFileManDestructorReturn,
851 /** @SYMTraceFormatString "+CFileMan::CurrentAction() this %x" */
852 ECFileManCurrentAction,
853 /** @SYMTraceFormatString "-CFileMan::CurrentAction() action %d" */
854 ECFileManCurrentActionReturn,
856 /** @SYMTraceFormatString "+CFileMan::GetCurrentTarget() this %x" */
857 ECFileManGetCurrentTarget,
858 /** @SYMTraceFormatString "-CFileMan::GetCurrentTarget() aTrgName %*S" */
859 ECFileManGetCurrentTargetReturn,
861 /** @SYMTraceFormatString "+CFileMan::GetCurrentSource() this %x" */
862 ECFileManGetCurrentSource,
863 /** @SYMTraceFormatString "-CFileMan::GetCurrentSource() aSrcName %*S" */
864 ECFileManGetCurrentSourceReturn,
866 /** @SYMTraceFormatString ".CFileMan::BytesTransferredByCopyStep() this %x BytesTransferred %d" */
867 ECFileManBytesTransferredByCopyStep,
869 /** @SYMTraceFormatString "+CFileMan::Attribs1() this %x aName %*S aSetMask %x aClearMask %x aTime %lx aSwitches %d, status %x" */
871 /** @SYMTraceFormatString "-CFileMan::Attribs1() r %d" */
872 ECFileManAttribs1Return,
874 /** @SYMTraceFormatString "+CFileMan::Attribs2() this %x aName %*S aSetMask %x aClearMask %x aTime %lx aSwitches %d" */
876 /** @SYMTraceFormatString "-CFileMan::Attribs2() r %d" */
877 ECFileManAttribs2Return,
879 /** @SYMTraceFormatString "+CFileMan::Copy1() this %x anOld %*S aNew %*S aSwitches %d status %x" */
881 /** @SYMTraceFormatString "-CFileMan::Copy1() r %d" */
882 ECFileManCopy1Return,
884 /** @SYMTraceFormatString "+CFileMan::Copy2() this %x anOld %*S aNew %*S aSwitches %d" */
886 /** @SYMTraceFormatString "-CFileMan::Copy2() r %d" */
887 ECFileManCopy2Return,
889 /** @SYMTraceFormatString "+CFileMan::Copy3() this %x anOldSubs %x aNew %*S aSwitches %d" */
891 /** @SYMTraceFormatString "-CFileMan::Copy3() r %d" */
892 ECFileManCopy3Return,
894 /** @SYMTraceFormatString "+CFileMan::Copy4() this %x anOldSubs %x aNew %*S aSwitches %dstatus %x" */
896 /** @SYMTraceFormatString "-CFileMan::Copy4() r %d" */
897 ECFileManCopy4Return,
899 /** @SYMTraceFormatString "+CFileMan::Delete1() this %x aName %*S aSwitches %d status %x" */
901 /** @SYMTraceFormatString "-CFileMan::Delete1() r %d" */
902 ECFileManDelete1Return,
904 /** @SYMTraceFormatString "+CFileMan::Delete2() this %x aName %*S aSwitches %d" */
906 /** @SYMTraceFormatString "-CFileMan::Delete2() r %d" */
907 ECFileManDelete2Return,
909 /** @SYMTraceFormatString "+CFileMan::Move1() this %x anOld %*S aNew %*S aSwitches %d status %x" */
911 /** @SYMTraceFormatString "-CFileMan::Move1() r %d" */
912 ECFileManMove1Return,
914 /** @SYMTraceFormatString "+CFileMan::Move2() this %x anOld %*S aNew %*S aSwitches %d" */
916 /** @SYMTraceFormatString "-CFileMan::Move2() r %d" */
917 ECFileManMove2Return,
919 /** @SYMTraceFormatString "+CFileMan::Rename1() this %x anOld %*S aNew %*S aSwitches %d status %x" */
921 /** @SYMTraceFormatString "-CFileMan::Rename1() r %d" */
922 ECFileManRename1Return,
924 /** @SYMTraceFormatString "+CFileMan::Rename2() this %x anOld %*S aNew %*S aSwitches %d" */
926 /** @SYMTraceFormatString "-CFileMan::Rename2() r %d" */
927 ECFileManRename2Return,
929 /** @SYMTraceFormatString "+CFileMan::RmDir1() this %x aDirName %*S status %x" */
931 /** @SYMTraceFormatString "-CFileMan::RmDir1() r %d" */
932 ECFileManRmDir1Return,
934 /** @SYMTraceFormatString "+CFileMan::RmDir2() this %x aDirName %*S" */
936 /** @SYMTraceFormatString "-CFileMan::RmDir2() r %d" */
937 ECFileManRmDir2Return,
943 /** @SYMTraceFormatString "+CDirScan::NewL() sess %x" */
945 /** @SYMTraceFormatString "-CDirScan::NewL() CDirScan* %x" */
948 /** @SYMTraceFormatString "+CDirScan::NewLC() sess %x" */
950 /** @SYMTraceFormatString "-CDirScan::NewLC() CDirScan* %x" */
951 ECDirScanNewLCReturn,
953 /** @SYMTraceFormatString "+CDirScan::~CDirScan() this %x" */
955 /** @SYMTraceFormatString "-CDirScan::~CDirScan()" */
956 ECDirScanDestructorReturn,
958 /** @SYMTraceFormatString "+CDirScan::SetScanDataL() this %x aMatchName %*S anEntryAttMask %x anEntrySortKey %d aScanDir %d" */
959 ECDirScanSetScanDataL,
960 /** @SYMTraceFormatString "-CDirScan::SetScanDataL() r %d" */
961 ECDirScanSetScanDataLReturn,
963 /** @SYMTraceFormatString "+CDirScan::NextL() this %x" */
965 /** @SYMTraceFormatString "-CDirScan::NextL() r %d DirEntries %d" */
966 ECDirScanNextLReturn,
968 /** @SYMTraceFormatString "-CDirScan Leave r %d" */
976 /** @SYMTraceFormatString "Efsrv.dll Panic r %d" */
980 /** @SYMTraceFormatString "TimeStamp" */
984 Provided to allow the following compile time assert.
986 EFormatIdHighWaterMark,
988 __ASSERT_COMPILE(EFormatIdHighWaterMark <= (UTF::KMaxFormatId + 1));
992 } // end of namespace UTraceModuleEfsrv
995 #endif // UTRACEEFSRV_H