Home
last modified time | relevance | path

Searched refs:InstallDriverForAllUsers (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer.h110 void InstallDriverForAllUsers(const std::string &bundleFilePath, const InstallParam &installParam);
112 void InstallDriverForAllUsers(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer.cpp54 InstallDriverForAllUsers(bundleFilePath, installParam); in Install()
101 InstallDriverForAllUsers(bundleFilePaths, installParam); in Install()
222 void BundleInstaller::InstallDriverForAllUsers(const std::string &bundleFilePath, const InstallParam &installParam) in InstallDriverForAllUsers() function in OHOS::AppExecFwk::BundleInstaller
225 InstallDriverForAllUsers(bundleFilePaths, installParam); in InstallDriverForAllUsers()
228 void BundleInstaller::InstallDriverForAllUsers(const std::vector<std::string> &bundleFilePaths, in InstallDriverForAllUsers() function in OHOS::AppExecFwk::BundleInstaller

Completed in 1 milliseconds