/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 50 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,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 188 virtual int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
|
H A D | app_scheduler_proxy.h | 182 int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 264 return appThread->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in NotifyLoadRepairPatch()
|
/ohos5.0/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, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::MockedApplication
|
/ohos5.0/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, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 288 …int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback>…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 374 ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyLoadRepairPatch()
|
H A D | app_scheduler_proxy.cpp | 442 int32_t AppSchedulerProxy::ScheduleNotifyLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 439 auto ret = mainThread_->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); 1570 auto ret = mainThread_->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); 1829 mainThread_->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3019 int32_t MainThread::ScheduleNotifyLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::MainThread
|