Searched refs:AppRegistryImpl (Results 1 – 2 of 2) sorted by relevance
12 class AppRegistryImpl : public AppRegistry { class14 AppRegistryImpl();15 virtual ~AppRegistryImpl();29 DISALLOW_COPY_AND_ASSIGN(AppRegistryImpl);34 AppRegistryImpl* instance = NULL;38 AppRegistryImpl::AppRegistryImpl() { in AppRegistryImpl() function in athena::AppRegistryImpl40 AppRegistryImpl::~AppRegistryImpl() { in ~AppRegistryImpl()44 AppActivityRegistry* AppRegistryImpl::GetAppActivityRegistry( in GetAppActivityRegistry()62 void AppRegistryImpl::RemoveAppActivityRegistry(AppActivityRegistry* registry) { in RemoveAppActivityRegistry()73 instance = new AppRegistryImpl(); in Create()
22 class AppRegistryImpl; variable