class CPbapServer : public CPolicyServer |
PBAP server
Public Member Functions | |
---|---|
~CPbapServer() | |
void | AddSession() |
void | DropSession() |
void | HandlePasswordRetrieved(TInt, const TDesC &) |
CPbapServer * | NewL() |
void | ReleaseObex() |
void | SetPasswordL(HBufC *) |
void | StartObexL() |
Inherited Enumerations | |
---|---|
CActive:TPriority | |
CPolicyServer:TCustomResult | |
CPolicyServer:TFailureAction | |
CPolicyServer:TSpecialCase | |
CServer2:TPanic | |
CServer2:TServerType |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CServer2::iSessionIter |
void | AddSession | ( | ) |
a new session is being created Cancel the shutdown timer if it was running
void | DoGetRequestIndicationL | ( | CObexBaseObject * | aRequiredObject | ) | [private] |
CObexBaseObject * aRequiredObject |
void | DoUpdateAvailabilityL | ( | TPbapAvailability | aAvailablility | ) | [private] |
TPbapAvailability aAvailablility |
void | DropSession | ( | ) |
a session is being destroyed. Start the shutdown timer if it is the last session.
void | ExportCallHistoryL | ( | const CLogEvent & | aEvent, |
TVCardVersion | aFormat, | |||
TUint64 | aFilter | |||
) | [private, virtual] |
const CLogEvent & aEvent | |
TVCardVersion aFormat | |
TUint64 aFilter |
void | ExportContactL | ( | TContactItemId | aContactId, |
TVCardVersion | aFormat, | |||
TUint64 | aFilter | |||
) | [private, virtual] |
TContactItemId aContactId | |
TVCardVersion aFormat | |
TUint64 aFilter |
void | ExportEmptyVCardL | ( | TVCardVersion | aFormat | ) | [private, virtual] |
TVCardVersion aFormat |
void | ExportListingEntryL | ( | TInt | aHandle, |
const TDesC & | aName | |||
) | [private, virtual] |
void | ExportNewMissedCallsL | ( | TInt | aCount | ) | [private, virtual] |
TInt aCount |
void | ExportPhonebookSizeL | ( | TInt | aCount | ) | [private, virtual] |
TInt aCount |
void | GetRequestIndication | ( | CObexBaseObject * | aRequiredObject | ) | [private, virtual] |
CObexBaseObject * aRequiredObject |
void | GetUserPasswordL | ( | const TDesC & | aRealm | ) | [private, virtual] |
const TDesC & aRealm |
void | HandlePasswordRetrieved | ( | TInt | aError, |
const TDesC & | aPassword | |||
) |
CSession2 * | NewSessionL | ( | const TVersion & | aVersion, |
const RMessage2 & | aMessage | |||
) | const [private, virtual] |
create new session
void | ObexConnectIndication | ( | const TObexConnectInfo & | aRemoteInfo, |
const TDesC8 & | aInfo | |||
) | [private, virtual] |
const TObexConnectInfo & aRemoteInfo | |
const TDesC8 & aInfo |
void | ObexDisconnectIndication | ( | const TDesC8 & | aInfo | ) | [private, virtual] |
const TDesC8 & aInfo |
void | RegisterWithSdpL | ( | TUint | aRfcommChannel | ) | [private] |
TUint aRfcommChannel |
CVirtualFolders * | ResolvePath | ( | TDes & | aPathInObjectOut, |
TBool | aAbsolute | |||
) | const [private] |
Return folder which request will be operating on, and modify passed in path descriptor to contain only the file name
void | SetPathIndication | ( | const CObex::TSetPathInfo & | aPathInfo, |
const TDesC8 & | aInfo | |||
) | [private, virtual] |
const CObex::TSetPathInfo & aPathInfo | |
const TDesC8 & aInfo |
void | UpdateAvailability | ( | TPbapAvailability | aAvailablility | ) | [private] |
TPbapAvailability aAvailablility |