Home
last modified time | relevance | path

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

/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() local
41 auto res = driverInstaller->CreateDriverSoDestinedDir(bundleName, in DoSomethingInterestingWithMyAPI()
44 driverInstaller->RemoveDriverSoFile(info, moduleName, isModuleExisted); in DoSomethingInterestingWithMyAPI()
48 driverInstaller->FilterDriverSoFile(info, meta, dirMap, isModuleExisted); in DoSomethingInterestingWithMyAPI()
52 driverInstaller->CopyAllDriverFile(newInfos, oldInfo); in DoSomethingInterestingWithMyAPI()
55 driverInstaller->CopyDriverSoFile(info, srcPath, isModuleExisted); in DoSomethingInterestingWithMyAPI()
57 driverInstaller->RemoveAndReNameDriverFile(newInfos, oldInfo); in DoSomethingInterestingWithMyAPI()
59 driverInstaller->RenameDriverFile(info); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp1798 driverInstaller->RemoveDriverSoFile(info, EMPTY_STRING, false);
1802 driverInstaller->RemoveDriverSoFile(info, EMPTY_STRING, false);
1806 driverInstaller->RemoveDriverSoFile(info, EMPTY_STRING, false);
1812 driverInstaller->RemoveDriverSoFile(info, EMPTY_STRING, false);
1841 driverInstaller->RenameDriverFile(info);
1848 driverInstaller->RenameDriverFile(info);
1854 driverInstaller->RemoveDriverSoFile(info, EMPTY_STRING, false);
1855 driverInstaller->RenameDriverFile(info);
1862 driverInstaller->RemoveDriverSoFile(info, EMPTY_STRING, false);
1863 driverInstaller->RenameDriverFile(info);
[all …]
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Dhdf_driver_installer.c42 static struct DriverInstaller driverInstaller; in DriverInstallerCreate() local
44 DriverInstallerConstruct(&driverInstaller); in DriverInstallerCreate()
47 return (struct HdfObject *)&driverInstaller; in DriverInstallerCreate()
/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() local
1305 result = driverInstaller->CopyAllDriverFile(newInfos, oldInfo); in ProcessBundleInstall()
1382 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in RollBack() local
1384 driverInstaller->RemoveDriverSoFile(info.second, "", false); in RollBack()
1409 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in RollBack() local
1418 driverInstaller->RemoveDriverSoFile(info, info.GetModuleName(modulePackage), true); in RollBack()
1642 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleUninstall() local
1643 driverInstaller->RemoveDriverSoFile(oldInfo, "", false); in ProcessBundleUninstall()
1821 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in ProcessBundleUninstall() local
4133 std::shared_ptr driverInstaller = std::make_shared<DriverInstaller>(); in UninstallLowerVersionFeature() local
[all …]