Searched refs:CM_NameType (Results 1 – 2 of 2) sorted by relevance
38 typedef sal_uInt16 CM_NameType; typedef39 #define CM_DOTTED ( (CM_NameType) 01 )40 #define CM_FQDN ( (CM_NameType) 02 )147 virtual ByteString GetCommunicationPartner( CM_NameType eType )=0;150 virtual ByteString GetMyName( CM_NameType eType )=0;241 virtual ByteString GetMyName( CM_NameType eType );326 virtual ByteString GetCommunicationPartner( CM_NameType eType );327 virtual ByteString GetMyName( CM_NameType eType );
192 ByteString SimpleCommunicationLinkViaSocket::GetCommunicationPartner( CM_NameType eType ) in GetCommunicationPartner()224 ByteString SimpleCommunicationLinkViaSocket::GetMyName( CM_NameType eType ) in GetMyName()433 ByteString CommunicationManager::GetMyName( CM_NameType ) in GetMyName() argument