Home
last modified time | relevance | path

Searched refs:HandleCopyAp (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h42 …ErrCode HandleCopyAp(const std::string &bundleName, bool isAllBundle, std::vector<std::string> &re…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h458 ErrCode HandleCopyAp(MessageParcel &data, MessageParcel &reply);
/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() function in OHOS::AppExecFwk::AOTHandler
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp841 auto ans = AOTHandler::GetInstance().HandleCopyAp(bundleName, false, results);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp555 errCode = this->HandleCopyAp(data, reply); in OnRemoteRequest()
1817 ErrCode BundleMgrHost::HandleCopyAp(MessageParcel &data, MessageParcel &reply) in HandleCopyAp() function in OHOS::AppExecFwk::BundleMgrHost
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1859 return AOTHandler::GetInstance().HandleCopyAp(bundleName, isAllBundle, results); in CopyAp()