Home
last modified time | relevance | path

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

/aoo42x/main/sal/test/unloading/
H A DunloadTest.cxx489 sal_Int32 cookie1= rtl_addUnloadingListener( listenerCallback, &id1); in test7()
490 sal_Int32 cookie2= rtl_addUnloadingListener( listenerCallback, &id2); in test7()
491 sal_Int32 cookie3= rtl_addUnloadingListener( listenerCallback, &id3); in test7()
500 sal_Int32 cookie4= rtl_addUnloadingListener( listenerCallback, &id1); in test7()
501 sal_Int32 cookie5= rtl_addUnloadingListener( listenerCallback, &id2); in test7()
502 sal_Int32 cookie6= rtl_addUnloadingListener( listenerCallback, &id3); in test7()
/aoo42x/main/sal/inc/rtl/
H A Dunload.h223 sal_Int32 SAL_CALL rtl_addUnloadingListener( rtl_unloadingListenerFunc callback, void* _this);
/aoo42x/main/sal/qa/helper/gcov/
H A Ddeprecated.txt231 rtl_addUnloadingListener;
/aoo42x/main/sal/rtl/source/
H A Dunload.cxx376 sal_Int32 SAL_CALL rtl_addUnloadingListener( rtl_unloadingListenerFunc callback, void* _this) in rtl_addUnloadingListener() function
/aoo42x/main/sal/util/
H A Dsal.map501 rtl_addUnloadingListener;
/aoo42x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx903 m_nUnloadingListenerId= rtl_addUnloadingListener( smgrUnloadingListener, this); in OServiceManager()

Completed in 68 milliseconds