Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddriver_installer_full.c27 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/driver/
H A Ddriver_installer.h25 class DriverInstaller {
27 DriverInstaller() = default;
28 ~DriverInstaller() = default;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp30 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()
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Dhdf_driver_installer.c33 static void DriverInstallerConstruct(struct DriverInstaller *inst) in DriverInstallerConstruct()
42 static struct DriverInstaller driverInstaller; in DriverInstallerCreate()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Dhdf_driver_installer.h20 struct DriverInstaller { struct
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/driverinstaller_fuzzer/
H A Ddriverinstaller_fuzzer.cpp34 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp1727 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>();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1304 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()