#include <oscl_registry_serv_impl.h>
Public Methods | |
OsclComponentRegistry () | |
~OsclComponentRegistry () | |
int32 | Register (uint32 &aId, OSCL_String &, OsclComponentFactory) |
int32 | Unregister (OSCL_String &) |
int32 | Unregister (uint32) |
OsclComponentFactory | FindExact (OSCL_String &) |
void | FindHierarchical (OSCL_String &, Oscl_Vector< OsclRegistryAccessElement, OsclMemAllocator > &) |
void | OpenSession () |
void | CloseSession () |
Data Fields | |
OsclComponentRegistryData | iData |
OsclMutex | iMutex |
uint32 | iComponentIdCounter |
uint32 | iNumSessions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|