Searched defs:isAllBundle (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 381 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 D | bundle_command.cpp | 299 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 D | bundle_mgr_interface.h | 809 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 D | bundle_mgr_proxy.cpp | 4751 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 D | bundle_mgr_host.cpp | 1782 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 D | bundle_mgr_host_impl.cpp | 1834 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()
|