Searched refs:CopyDriverSoFile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/driver/ |
H A D | driver_installer.h | 42 …ErrCode CopyDriverSoFile(const InnerBundleInfo &info, const std::string &srcPath, bool isModuleExi…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/ |
H A D | driver_installer.cpp | 36 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 D | driverinstaller_fuzzer.cpp | 55 driverInstaller->CopyDriverSoFile(info, srcPath, isModuleExisted); 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 | 1968 auto res = driverInstaller->CopyDriverSoFile(info, RESOURCE_ROOT_PATH, false);
|