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 D | driverinstaller_fuzzer.cpp | 34 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 D | bms_bundle_install_driver_test.cpp | 1798 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 D | hdf_driver_installer.c | 42 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 D | base_bundle_installer.cpp | 1304 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 …]
|