Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/rtl/uuid/
H A Drtl_Uuid.cxx180 sal_uInt8 pNamedUUID[16], pNamedUUID2[16]; in createNamedUuid_001() local
185 rtl_createNamedUuid( pNamedUUID , NameSpace_DNS , pName ); in createNamedUuid_001()
187 …me should generate the same uuid", ! memcmp( pNamedUUID , pNamedUUID2 , 16 ) && rtl_compareUuid( p… in createNamedUuid_001()
188 …CPPUNIT_ASSERT_MESSAGE( "Same name should generate the same uuid", ! memcmp( pNamedUUID , pPriorC… in createNamedUuid_001()
193 …CPPUNIT_ASSERT_MESSAGE("Different names does not generate the same uuid.", memcmp( pNamedUUID , pN… in createNamedUuid_001()
196 rtl_createNamedUuid( pNamedUUID , NameSpace_URL , pName ); in createNamedUuid_001()
197 …pace uuid produces different uuids", memcmp( pNamedUUID , pNamedUUID2 , 16 ) && rtl_compareUuid( p… in createNamedUuid_001()
200 if ( rtl_compareUuid( pNamedUUID , pNamedUUID2 ) > 0 ) in createNamedUuid_001()
201 { CPPUNIT_ASSERT_MESSAGE( " compare uuids", rtl_compareUuid( pNamedUUID2 , pNamedUUID ) < 0); in createNamedUuid_001()
204 CPPUNIT_ASSERT_MESSAGE( " compare uuids", rtl_compareUuid( pNamedUUID2 , pNamedUUID ) > 0); in createNamedUuid_001()

Completed in 6 milliseconds