Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H A Dext_part_proxy.c25 static ExtPart *g_extPart = NULL; variable
29 ExtPluginList pluginList = pluginProxy->getPluginListFunc(g_extPart); in ParsePlugins()
59 g_extPart = (ExtPart *)HcMalloc(sizeof(ExtPart), 0); in AddExtPlugin()
60 if (g_extPart == NULL) { in AddExtPlugin()
66 res = pluginProxy->initExtPartFunc(NULL, g_extPart); in AddExtPlugin()
78 HcFree(g_extPart); in AddExtPlugin()
79 g_extPart = NULL; in AddExtPlugin()
86 pluginProxy->destroyExtPartFunc(g_extPart); in DestroyExt()
88 if (g_extPart != NULL) { in DestroyExt()
89 HcFree(g_extPart); in DestroyExt()
[all …]