Home
last modified time | relevance | path

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

/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> &results) const;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h458 ErrCode HandleCopyAp(MessageParcel &data, MessageParcel &reply);
/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
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp831 * @tc.desc: test HandleCopyAp function running normally
853 auto ans = AOTHandler::GetInstance().HandleCopyAp(bundleName, false, results); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp559 errCode = this->HandleCopyAp(data, reply); in OnRemoteRequest()
1809 ErrCode BundleMgrHost::HandleCopyAp(MessageParcel &data, MessageParcel &reply) in HandleCopyAp() function in OHOS::AppExecFwk::BundleMgrHost
1818 APP_LOGE("HandleCopyAp write failed"); in HandleCopyAp()
1822 APP_LOGE("write HandleCopyAp results failed"); in HandleCopyAp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1809 return AOTHandler::GetInstance().HandleCopyAp(bundleName, isAllBundle, results); in CopyAp()

Completed in 19 milliseconds