Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp35 bool isModuleExisted = oldInfo.FindModule(info.second.GetCurrentModulePackage()); in CopyAllDriverFile() local
36 result = CopyDriverSoFile(info.second, info.first, isModuleExisted); in CopyAllDriverFile()
45 bool isModuleExisted) const in CopyDriverSoFile()
63 auto filterFunc = [this, &result, &info, &dirMap, &isModuleExisted](const Metadata &meta) { in CopyDriverSoFile()
64 result = FilterDriverSoFile(info, meta, dirMap, isModuleExisted); in CopyDriverSoFile()
83 std::unordered_multimap<std::string, std::string> &dirMap, bool isModuleExisted) const in FilterDriverSoFile()
113 …reateDriverSoDestinedDir(info.GetBundleName(), moduleName, fileName, destinedDir, isModuleExisted); in FilterDriverSoFile()
133 bool isModuleExisted) const in RemoveDriverSoFile()
163 meta.value, isModuleExisted); in RemoveDriverSoFile()
175 const std::string &fileName, const std::string &destinedDir, bool isModuleExisted) const in CreateDriverSoDestinedDir()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/driverinstaller_fuzzer/
H A Ddriverinstaller_fuzzer.cpp40 bool isModuleExisted = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
42 moduleName, fileName, destinedDir, isModuleExisted); in DoSomethingInterestingWithMyAPI()
44 driverInstaller->RemoveDriverSoFile(info, moduleName, isModuleExisted); in DoSomethingInterestingWithMyAPI()
48 driverInstaller->FilterDriverSoFile(info, meta, dirMap, isModuleExisted); in DoSomethingInterestingWithMyAPI()
55 driverInstaller->CopyDriverSoFile(info, srcPath, isModuleExisted); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/driver/
H A Ddriver_installer.h34 std::unordered_multimap<std::string, std::string> &dirMap, bool isModuleExisted) const;
36 …iverSoFile(const InnerBundleInfo &info, const std::string &moduleName, bool isModuleExisted) const;
39 const std::string &fileName, const std::string &destinedDir, bool isModuleExisted) const;
42 …yDriverSoFile(const InnerBundleInfo &info, const std::string &srcPath, bool isModuleExisted) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp1816 bool isModuleExisted = false; variable
1821 ErrCode res = driverInstaller->FilterDriverSoFile(info, meta, dirMap, isModuleExisted);