Home
last modified time | relevance | path

Searched refs:ScheduleNotifyLoadRepairPatch (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h50 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_app_scheduler.h50 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_application_proxy.h46 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_application.h45 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h208 virtual int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
H A Dapp_scheduler_proxy.h201 int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp268 return appThread->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in NotifyLoadRepairPatch()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h283 int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback,
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp81 int32_t ScheduleNotifyLoadRepairPatch(const std::string& bundleName,
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp149 int32_t ScheduleNotifyLoadRepairPatch(const std::string& bundleName,
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp373 ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyLoadRepairPatch()
H A Dapp_scheduler_proxy.cpp443 int32_t AppSchedulerProxy::ScheduleNotifyLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::AppSchedulerProxy
449 TAG_LOGE(AAFwkTag::APPMGR, "ScheduleNotifyLoadRepairPatch, Write interface token failed."); in ScheduleNotifyLoadRepairPatch()
454 TAG_LOGE(AAFwkTag::APPMGR, "ScheduleNotifyLoadRepairPatch, Write bundle name failed."); in ScheduleNotifyLoadRepairPatch()
473 TAG_LOGE(AAFwkTag::APPMGR, "ScheduleNotifyLoadRepairPatch, Send request failed with errno %{public}d.", ret); in ScheduleNotifyLoadRepairPatch()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp444 auto ret = mainThread_->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in HWTEST_F()
1598 auto ret = mainThread_->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in HWTEST_F()
1859 mainThread_->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_running_manager_second_test/
H A Dapp_running_manager_second_test.cpp566 EXPECT_CALL(*mockApp1, ScheduleNotifyLoadRepairPatch(_, _, _)).Times(1).WillOnce(Return(ERR_OK)); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2916 int32_t MainThread::ScheduleNotifyLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::MainThread
2925 TAG_LOGE(AAFwkTag::APPKIT, "ScheduleNotifyLoadRepairPatch, parameter is nullptr."); in ScheduleNotifyLoadRepairPatch()
2938 TAG_LOGD(AAFwkTag::APPKIT, "ScheduleNotifyLoadRepairPatch, There's no hqfFile need to load"); in ScheduleNotifyLoadRepairPatch()
2944 TAG_LOGE(AAFwkTag::APPKIT, "ScheduleNotifyLoadRepairPatch, Post task failed"); in ScheduleNotifyLoadRepairPatch()

Completed in 17 milliseconds