Searched refs:BundleInstallMsg (Results 1 – 3 of 3) sorted by relevance
96 … bundleInstallMsg_ = reinterpret_cast<BundleInstallMsg *>(AdapterMalloc(sizeof(BundleInstallMsg))); in Install()101 if (memset_s(bundleInstallMsg_, sizeof(BundleInstallMsg), 0, sizeof(BundleInstallMsg)) != EOK) { in Install()1141 …BundleInstallMsg *bundleInstallMsg = reinterpret_cast<BundleInstallMsg *>(AdapterMalloc(sizeof(Bun… in ReportHceInstallCallback()1142 if (memset_s(bundleInstallMsg, sizeof(BundleInstallMsg), 0, sizeof(BundleInstallMsg)) != EOK) { in ReportHceInstallCallback()1164 …BundleInstallMsg *bundleInstallMsg = reinterpret_cast<BundleInstallMsg *>(AdapterMalloc(sizeof(Bun… in ReportHceUninstallCallback()1165 if (memset_s(bundleInstallMsg, sizeof(BundleInstallMsg), 0, sizeof(BundleInstallMsg)) != EOK) { in ReportHceUninstallCallback()1190 …BundleInstallMsg *bundleInstallMsg = reinterpret_cast<BundleInstallMsg *>(AdapterMalloc(sizeof(Bun… in ReportInstallCallback()1212 …BundleInstallMsg *bundleInstallMsg = reinterpret_cast<BundleInstallMsg *>(AdapterMalloc(sizeof(Bun… in ReportUninstallCallback()
48 } BundleInstallMsg; typedef
117 BundleInstallMsg *bundleInstallMsg_;