Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddriver_installer_full.c27 static struct DriverInstaller *g_fullInstaller = NULL; variable
54 if (g_fullInstaller == NULL) { in DriverInstallerFullCreate()
55 g_fullInstaller = (struct DriverInstaller *)OsalMemCalloc(sizeof(struct DriverInstaller)); in DriverInstallerFullCreate()
56 if (g_fullInstaller != NULL) { in DriverInstallerFullCreate()
57 DriverInstallerFullConstruct(g_fullInstaller); in DriverInstallerFullCreate()
61 return (struct HdfObject *)g_fullInstaller; in DriverInstallerFullCreate()
67 if (g_fullInstaller == installer) { in DriverInstallerFullRelease()
68 g_fullInstaller = NULL; in DriverInstallerFullRelease()