/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 261 std::string CopyAp(const std::string &bundleName, bool isAllBundle) const;
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 330 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 D | bundlemgrproxy_fuzzer.cpp | 313 bundleMgrProxy.CopyAp(bundleName, false, results); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 829 virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &results) in CopyAp() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 592 virtual ErrCode CopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &results) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 571 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 D | bms_bundle_permission_system_app_test.cpp | 1427 * @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 D | bundle_mgr_host_impl.cpp | 1803 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 D | bundle_mgr_host.cpp | 1815 ErrCode ret = CopyAp(bundleName, isAllBundle, results); in HandleCopyAp()
|
H A D | bundle_mgr_proxy.cpp | 4839 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 D | bms_bundle_kit_service_test.cpp | 9310 * @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()
|