Home
last modified time | relevance | path

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

/external/opencore/pvmi/content_policy_manager/src/
Dcpm.cpp247 iPluginRegistry = NULL; in PVMFCPMImpl()
354 if (iPluginRegistry) in ThreadLogon()
356 DePopulateCPMPluginRegistry(iPluginRegistry); in ThreadLogon()
358 iPluginRegistry = NULL; in ThreadLogon()
367 iPluginRegistry = PopulateCPMPluginRegistry(); in ThreadLogon()
370 if (iPluginRegistry in ThreadLogon()
371 && iPluginRegistry->GetNumPlugIns() == 0) in ThreadLogon()
373 CPMPluginRegistryFactory::DestroyCPMPluginRegistry(iPluginRegistry); in ThreadLogon()
374 iPluginRegistry = NULL; in ThreadLogon()
387 if (iPluginRegistry) in ThreadLogoff()
[all …]
Dcpm_internal.h539 return iPluginRegistry; in GetPluginRegistry()
771 CPMPluginRegistry* iPluginRegistry; variable