Home
last modified time | relevance | path

Searched refs:CopyAp (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h255 std::string CopyAp(const std::string &bundleName, bool isAllBundle) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp313 bundleMgrProxy.CopyAp(bundleName, false, results); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp330 copyApResult = CopyAp(bundleName, isAllBundle); in RunAsCopyApCommand()
2045 std::string BundleManagerShellCommand::CopyAp(const std::string &bundleName, bool isAllBundle) const in CopyAp() function in OHOS::AppExecFwk::BundleManagerShellCommand
2049 ErrCode ret = bundleMgrProxy_->CopyAp(bundleName, isAllBundle, copyApResults); in CopyAp()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h830 …virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &… in CopyAp() function
H A Dbundle_mgr_proxy.h592 …virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h571 …virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1413 auto result = bundleMgrProxy->CopyAp("", false, res);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1823 ErrCode ret = CopyAp(bundleName, isAllBundle, results); in HandleCopyAp()
H A Dbundle_mgr_proxy.cpp4814 ErrCode BundleMgrProxy::CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::st… in CopyAp() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1853 ErrCode BundleMgrHostImpl::CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std:… in CopyAp() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9309 ErrCode ret = hostImpl->CopyAp(bundleName, true, compileResults);