Home
last modified time | relevance | path

Searched refs:ScheduleNotifyUnLoadRepairPatch (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h53 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_app_scheduler.h53 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_application_proxy.h49 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
H A Dmock_application.h48 MOCK_METHOD3(ScheduleNotifyUnLoadRepairPatch, int32_t(const std::string& bundleName,
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h228 virtual int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
H A Dapp_scheduler_proxy.h221 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp293 return appThread->ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in NotifyUnLoadRepairPatch()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h288 int32_t ScheduleNotifyUnLoadRepairPatch(const std::string &bundleName,
/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,
/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,
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp495 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 Dapp_scheduler_host.cpp400 ScheduleNotifyUnLoadRepairPatch(bundleName, callback, recordId); in HandleNotifyUnLoadRepairPatch()
H A Dapp_scheduler_proxy.cpp511 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 Dapp_running_manager_second_test.cpp734 EXPECT_CALL(*mockApp1, ScheduleNotifyUnLoadRepairPatch(_, _, _)).Times(1).WillOnce(Return(ERR_OK)); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3011 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()

Completed in 17 milliseconds