Home
last modified time | relevance | path

Searched refs:tunnelId (Results 1 – 1 of 1) sorted by relevance

/trunk/main/unotools/inc/unotools/
H A Dunotunnelhelper.hxx96 sal_Int8 tunnelId[16]; member in utl::UnoTunnelId
100 rtl_createUuid(reinterpret_cast<sal_uInt8*>(tunnelId),0,bUseMAC); in UnoTunnelId()
105 return staruno::Sequence<sal_Int8>(tunnelId, sizeof(tunnelId)); in getId()
110 return rIdentifier.getLength() == sizeof(tunnelId) && in equalTo()
111 rtl_compareMemory(tunnelId, rIdentifier.getConstArray(), sizeof(tunnelId)) == 0; in equalTo()
114 sal_Int8 const (&getIdBytes() const)[16] { return tunnelId; } in __anon297875090102()

Completed in 13 milliseconds