Searched refs:DriverInstaller (Results 1 – 8 of 8) sorted by relevance
27 static struct DriverInstaller *g_fullInstaller = NULL;45 static void DriverInstallerFullConstruct(struct DriverInstaller *inst) in DriverInstallerFullConstruct()55 g_fullInstaller = (struct DriverInstaller *)OsalMemCalloc(sizeof(struct DriverInstaller)); in DriverInstallerFullCreate()66 struct DriverInstaller *installer = (struct DriverInstaller *)object; in DriverInstallerFullRelease()
25 class DriverInstaller {27 DriverInstaller() = default;28 ~DriverInstaller() = default;
30 ErrCode DriverInstaller::CopyAllDriverFile(const std::unordered_map<std::string, InnerBundleInfo> &… in CopyAllDriverFile()44 ErrCode DriverInstaller::CopyDriverSoFile(const InnerBundleInfo &info, const std::string &srcPath, in CopyDriverSoFile()82 ErrCode DriverInstaller::FilterDriverSoFile(const InnerBundleInfo &info, const Metadata &meta, in FilterDriverSoFile()119 void DriverInstaller::RemoveAndReNameDriverFile(const std::unordered_map<std::string, InnerBundleIn… in RemoveAndReNameDriverFile()132 void DriverInstaller::RemoveDriverSoFile(const InnerBundleInfo &info, const std::string &moduleName, in RemoveDriverSoFile()174 std::string DriverInstaller::CreateDriverSoDestinedDir(const std::string &bundleName, const std::st… in CreateDriverSoDestinedDir()199 void DriverInstaller::RenameDriverFile(const InnerBundleInfo &info) const in RenameDriverFile()
33 static void DriverInstallerConstruct(struct DriverInstaller *inst) in DriverInstallerConstruct()42 static struct DriverInstaller driverInstaller; in DriverInstallerCreate()
20 struct DriverInstaller { struct
34 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in DoSomethingInterestingWithMyAPI()
1727 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();1746 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();1789 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();1834 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();1886 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();1908 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();1930 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();1956 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>();
1304 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleInstall()1382 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in RollBack()1409 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in RollBack()1642 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleUninstall()1821 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleUninstall()4133 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in UninstallLowerVersionFeature()