Home
last modified time | relevance | path

Searched defs:isAllBundle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp381 ErrCode AOTHandler::HandleCopyAp(const std::string &bundleName, bool isAllBundle, in HandleCopyAp()
793 …ler::HandleCompile(const std::string &bundleName, const std::string &compileMode, bool isAllBundle, in HandleCompile()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp299 bool isAllBundle = false; in RunAsCopyApCommand() local
340 …ManagerShellCommand::ParseCopyApCommand(int32_t option, std::string &bundleName, bool &isAllBundle) in ParseCopyApCommand()
406 bool isAllBundle = false; in RunAsCompileCommand() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h809 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT()
819 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset()
830 …virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &… in CopyAp()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp4751 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT()
4788 ErrCode BundleMgrProxy::CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset()
4814 ErrCode BundleMgrProxy::CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::st… in CopyAp()
H A Dbundle_mgr_host.cpp1782 bool isAllBundle = data.ReadBool(); in HandleCompileProcessAOT() local
1805 bool isAllBundle = data.ReadBool(); in HandleCompileReset() local
1821 bool isAllBundle = data.ReadBool(); in HandleCopyAp() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1834 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT()
1843 ErrCode BundleMgrHostImpl::CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset()
1853 ErrCode BundleMgrHostImpl::CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std:… in CopyAp()