/external/opencore/oscl/oscl/osclerror/src/ |
D | oscl_error.cpp | 86 OSCL_EXPORT_REF void OsclError::PushL(_OsclHeapBase * aPtr) in PushL() function in OsclError 94 trap->iTrapStack->PushL(aPtr); in PushL() 97 OSCL_EXPORT_REF void OsclError::PushL(OsclAny* aPtr) in PushL() function in OsclError 108 trap->iTrapStack->PushL(item); in PushL() 111 OSCL_EXPORT_REF void OsclError::PushL(OsclTrapItem anItem) in PushL() function in OsclError 119 trap->iTrapStack->PushL(anItem); in PushL()
|
D | oscl_error.h | 91 OSCL_IMPORT_REF static void PushL(_OsclHeapBase * aPtr); 95 OSCL_IMPORT_REF static void PushL(OsclAny* aPtr); 99 OSCL_IMPORT_REF static void PushL(OsclTrapItem anItem); 140 #define OSCL_TRAPSTACK_PUSH(a) OsclError::PushL(a)
|
D | oscl_error_trapcleanup.h | 117 void PushL(_OsclHeapBase *aCBase); 118 void PushL(OsclAny *aTAny); 119 void PushL(OsclTrapItem anItem);
|
D | oscl_error_trapcleanup.cpp | 173 void OsclTrapStack::PushL(_OsclHeapBase *aCBase) in PushL() function in OsclTrapStack 187 void OsclTrapStack::PushL(OsclAny *aTAny) in PushL() function in OsclTrapStack 209 void OsclTrapStack::PushL(OsclTrapItem anItem) in PushL() function in OsclTrapStack
|
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_socket_shutdown.cpp | 35 OsclError::PushL(self); in NewL() 47 OsclError::PushL(self); in ConstructL()
|
D | oscl_socket_listen.cpp | 30 OsclError::PushL(self); in NewL() 42 OsclError::PushL(self); in ConstructL()
|
D | oscl_socket_bind.cpp | 30 OsclError::PushL(self); in NewL() 42 OsclError::PushL(self); in ConstructL()
|
D | oscl_socket_connect.cpp | 30 OsclError::PushL(self); in NewL() 42 OsclError::PushL(self); in ConstructL()
|
D | oscl_socket.cpp | 35 OsclError::PushL(self); in NewL() 69 OsclError::PushL(self); in NewL() 162 OsclError::PushL(self); in NewL() 176 OsclError::PushL(self); in NewL()
|
D | oscl_socket_recv.cpp | 31 OsclError::PushL(self); in NewL() 43 OsclError::PushL(self); in ConstructL()
|
D | oscl_socket_send.cpp | 32 OsclError::PushL(self); in NewL() 44 OsclError::PushL(self); in ConstructL()
|
D | oscl_socket_send_to.cpp | 33 OsclError::PushL(self); in NewL() 45 OsclError::PushL(self); in ConstructL()
|
D | oscl_socket_accept.cpp | 30 OsclError::PushL(self); in NewL() 42 OsclError::PushL(self); in ConstructL()
|
D | oscl_dns_gethostbyname.cpp | 37 OsclError::PushL(self); in NewL() 82 OsclError::PushL(self); in NewL()
|
D | oscl_socket_recv_from.cpp | 30 OsclError::PushL(self); in NewL() 42 OsclError::PushL(self); in ConstructL()
|
D | oscl_tcp_socket.cpp | 39 OsclError::PushL(self); in NewL() 55 OsclError::PushL(self); in NewL()
|
D | oscl_dns.cpp | 33 OsclError::PushL(self); in NewL()
|
D | oscl_udp_socket.cpp | 36 OsclError::PushL(self); in NewL()
|
D | oscl_file_async_read.cpp | 46 OsclError::PushL(self); in NewL() 99 OsclError::PushL(self); in NewL()
|
D | oscl_socket_serv_imp_pv.cpp | 508 OsclError::PushL(self); in NewL()
|
/external/opencore/engines/2way/src/ |
D | pv_2way_proxy_adapter.cpp | 457 OsclError::PushL(mem); in SetLogAppender() 486 OsclError::PushL(mem); in RemoveLogAppender() 519 OsclError::PushL(mem); in SetLogLevel() 548 OsclError::PushL(mem); in GetLogLevel()
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler.cpp | 282 OsclError::PushL(self); in NewL()
|