Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/driver/
H A Ddriver_installer.h42 …ErrCode CopyDriverSoFile(const InnerBundleInfo &info, const std::string &srcPath, bool isModuleExi…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp36 result = CopyDriverSoFile(info.second, info.first, isModuleExisted); in CopyAllDriverFile()
44 ErrCode DriverInstaller::CopyDriverSoFile(const InnerBundleInfo &info, const std::string &srcPath, in CopyDriverSoFile() function in OHOS::AppExecFwk::DriverInstaller
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/driverinstaller_fuzzer/
H A Ddriverinstaller_fuzzer.cpp55 driverInstaller->CopyDriverSoFile(info, srcPath, isModuleExisted); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp1968 auto res = driverInstaller->CopyDriverSoFile(info, RESOURCE_ROOT_PATH, false);