/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 50 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
|
H A D | mock_app_scheduler.h | 50 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
|
H A D | mock_application_proxy.h | 46 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
|
H A D | mock_application.h | 45 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 208 virtual int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
|
H A D | app_scheduler_proxy.h | 201 int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 268 return appThread->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in NotifyLoadRepairPatch()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 283 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 D | ams_app_mgr_service_module_test.cpp | 81 int32_t ScheduleNotifyLoadRepairPatch(const std::string& bundleName,
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 149 int32_t ScheduleNotifyLoadRepairPatch(const std::string& bundleName,
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 373 ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyLoadRepairPatch()
|
H A D | app_scheduler_proxy.cpp | 443 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 D | main_thread_test.cpp | 444 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 D | app_running_manager_second_test.cpp | 566 EXPECT_CALL(*mockApp1, ScheduleNotifyLoadRepairPatch(_, _, _)).Times(1).WillOnce(Return(ERR_OK)); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2916 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()
|