Searched refs:HandleCopyAp (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
H A D | aot_handler.h | 42 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 D | bundle_mgr_host.h | 458 ErrCode HandleCopyAp(MessageParcel &data, MessageParcel &reply);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 381 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 D | bms_data_aot_test.cpp | 831 * @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 D | bundle_mgr_host.cpp | 559 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 D | bundle_mgr_host_impl.cpp | 1809 return AOTHandler::GetInstance().HandleCopyAp(bundleName, isAllBundle, results); in CopyAp()
|
Completed in 20 milliseconds