Searched refs:CopyAllDriverFile (Results 1 – 4 of 4) sorted by relevance
30 ErrCode CopyAllDriverFile(const std::unordered_map<std::string, InnerBundleInfo> &newInfos,
52 driverInstaller->CopyAllDriverFile(newInfos, oldInfo); in DoSomethingInterestingWithMyAPI()
30 ErrCode DriverInstaller::CopyAllDriverFile(const std::unordered_map<std::string, InnerBundleInfo> &… in CopyAllDriverFile() function in OHOS::AppExecFwk::DriverInstaller
1305 result = driverInstaller->CopyAllDriverFile(newInfos, oldInfo); in ProcessBundleInstall()