Searched refs:DriverInstaller (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/driver/ |
H A D | driver_installer.h | 25 class DriverInstaller { class 27 DriverInstaller() = default; 28 ~DriverInstaller() = default;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/ |
H A D | driver_installer.cpp | 30 ErrCode DriverInstaller::CopyAllDriverFile(const std::unordered_map<std::string, InnerBundleInfo> &newInfos, 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, InnerBundleInfo> &newInfos, in RemoveAndReNameDriverFile() 132 void DriverInstaller::RemoveDriverSoFile(const InnerBundleInfo &info, const std::string &moduleName, in RemoveDriverSoFile() 172 std::string DriverInstaller::CreateDriverSoDestinedDir(const std::string &bundleName, const std::string &moduleName, in CreateDriverSoDestinedDir() 193 void DriverInstaller::RenameDriverFile(const InnerBundleInfo &info) const in RenameDriverFile()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/driverinstaller_fuzzer/ |
H A D | driverinstaller_fuzzer.cpp | 34 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_driver_test.cpp | 1727 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F() 1746 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F() 1789 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F() 1834 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F() 1886 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F() 1908 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F() 1930 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F() 1956 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 1302 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleInstall() 1380 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in RollBack() 1407 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in RollBack() 1635 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleUninstall() 1830 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleUninstall() 4307 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in UninstallLowerVersionFeature()
|
Completed in 14 milliseconds