/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 53 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
|
H A D | mock_app_scheduler.h | 53 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
|
H A D | mock_application_proxy.h | 49 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
|
H A D | mock_application.h | 48 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 228 virtual int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
|
H A D | app_scheduler_proxy.h | 221 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 293 return appThread->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in NotifyUnLoadRepairPatch()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 288 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 90 int32_t ScheduleNotifyUnLoadRepairPatch(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 | 160 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string& bundleName,
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 495 auto ret = mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in HWTEST_F() 499 EXPECT_EQ(mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId), ERR_INVALID_VALUE); in HWTEST_F() 1635 auto ret = mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in HWTEST_F() 1861 mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 400 ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyUnLoadRepairPatch()
|
H A D | app_scheduler_proxy.cpp | 511 int32_t AppSchedulerProxy::ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyUnLoadRepairPatch() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/foundation/ability/ability_runtime/test/unittest/app_running_manager_second_test/ |
H A D | app_running_manager_second_test.cpp | 734 EXPECT_CALL(*mockApp1, ScheduleNotifyUnLoadRepairPatch(_, _, _)).Times(1).WillOnce(Return(ERR_OK)); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3011 int32_t MainThread::ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyUnLoadRepairPatch() function in OHOS::AppExecFwk::MainThread 3032 TAG_LOGD(AAFwkTag::APPKIT, "ScheduleNotifyUnLoadRepairPatch, There's no hqfFile need to unload"); in ScheduleNotifyUnLoadRepairPatch() 3038 TAG_LOGE(AAFwkTag::APPKIT, "ScheduleNotifyUnLoadRepairPatch, Post task failed"); in ScheduleNotifyUnLoadRepairPatch()
|