Home
last modified time | relevance | path

Searched refs:ScheduleNotifyUnLoadRepairPatch (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.h53 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_application.h48 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h206 virtual int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
H A Dapp_scheduler_proxy.h187 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp289 return appThread->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in NotifyUnLoadRepairPatch()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp160 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string& bundleName, in ScheduleNotifyUnLoadRepairPatch() 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.cpp90 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string& bundleName, in ScheduleNotifyUnLoadRepairPatch() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h293 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp490 auto ret = mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId);
494 …EXPECT_EQ(mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId), ERR_INVALI…
1607 auto ret = mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId);
1831 mainThread_->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp401 ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyUnLoadRepairPatch()
H A Dapp_scheduler_proxy.cpp510 int32_t AppSchedulerProxy::ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyUnLoadRepairPatch() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3114 int32_t MainThread::ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyUnLoadRepairPatch() function in OHOS::AppExecFwk::MainThread