/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 53 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,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 206 virtual int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
|
H A D | app_scheduler_proxy.h | 187 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 289 return appThread->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in NotifyUnLoadRepairPatch()
|
/ohos5.0/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, in ScheduleNotifyUnLoadRepairPatch() 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 | 90 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 D | main_thread.h | 293 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 490 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 D | app_scheduler_host.cpp | 401 ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyUnLoadRepairPatch()
|
H A D | app_scheduler_proxy.cpp | 510 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 D | main_thread.cpp | 3114 int32_t MainThread::ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName, in ScheduleNotifyUnLoadRepairPatch() function in OHOS::AppExecFwk::MainThread
|