Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h261 std::string CopyAp(const std::string &bundleName, bool isAllBundle) const;
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp330 copyApResult = CopyAp(bundleName, isAllBundle); in RunAsCopyApCommand()
1939 std::string BundleManagerShellCommand::CopyAp(const std::string &bundleName, bool isAllBundle) const in CopyAp() function in OHOS::AppExecFwk::BundleManagerShellCommand
1943 ErrCode ret = bundleMgrProxy_->CopyAp(bundleName, isAllBundle, copyApResults); in CopyAp()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp313 bundleMgrProxy.CopyAp(bundleName, false, results); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h829 virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &results) in CopyAp() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h592 virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &results) override;
/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> &results) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1427 * @tc.name: test CopyAp of BundleMgrProxy
1435 auto result = bundleMgrProxy->CopyAp("", false, res); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1803 ErrCode BundleMgrHostImpl::CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &results) in CopyAp() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1815 ErrCode ret = CopyAp(bundleName, isAllBundle, results); in HandleCopyAp()
H A Dbundle_mgr_proxy.cpp4839 ErrCode BundleMgrProxy::CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &results) in CopyAp() function in OHOS::AppExecFwk::BundleMgrProxy
4842 APP_LOGD("begin to CopyAp"); in CopyAp()
4845 APP_LOGE("fail to CopyAp due to write InterfaceToken fail"); in CopyAp()
4849 APP_LOGE("fail to CopyAp due to write bundleName fail"); in CopyAp()
4853 APP_LOGE("fail to CopyAp due to write isAllBundle fail"); in CopyAp()
4859 APP_LOGE("fail to CopyAp from server"); in CopyAp()
4868 APP_LOGE("fail to CopyAp from reply"); in CopyAp()
4871 APP_LOGD("end to CopyAp"); in CopyAp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9310 * @tc.name: test CopyAp
9311 * @tc.desc: 1.Test the CopyAp by BundleMgrHostImpl
9319 ErrCode ret = hostImpl->CopyAp(bundleName, true, compileResults); in HWTEST_F()
13441 * @tc.name: test BundleMgrProxy interface CopyAp
13450 auto ret = bundleMgrProxy->CopyAp(BUNDLE_NAME_TEST, false, results); in HWTEST_F()

Completed in 57 milliseconds