Home
last modified time | relevance | path

Searched refs:ScheduleNotifyLoadRepairPatch (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h50 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_application.h45 MOCK_METHOD3(ScheduleNotifyLoadRepairPatch, int32_t(const std::string& bundleName,
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h188 virtual int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
H A Dapp_scheduler_proxy.h182 int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp264 return appThread->ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in NotifyLoadRepairPatch()
/ohos5.0/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, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::MockedApplication
/ohos5.0/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, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h288 …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 Dapp_scheduler_host.cpp374 ScheduleNotifyLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyLoadRepairPatch()
H A Dapp_scheduler_proxy.cpp442 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 Dmain_thread_test.cpp439 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 Dmain_thread.cpp3019 int32_t MainThread::ScheduleNotifyLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyLoadRepairPatch() function in OHOS::AppExecFwk::MainThread