Home
last modified time | relevance | path

Searched refs:NotifyStartResidentProcess (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_state_call_back_mock.h35 MOCK_METHOD1(NotifyStartResidentProcess, void(std::vector<AppExecFwk::BundleInfo>&));
H A Dapp_scheduler_test.cpp576 * Function: NotifyStartResidentProcess
578 * FunctionPoints: AppScheduler NotifyStartResidentProcess
580 * CaseDescription: Verify NotifyStartResidentProcess
587 DelayedSingleton<AppScheduler>::GetInstance()->NotifyStartResidentProcess(bundleInfos); in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_iapp_state_callback.h36 MOCK_METHOD1(NotifyStartResidentProcess, void(std::vector<AppExecFwk::BundleInfo>&));
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_state_callback_proxy.cpp41 void AppStateCallbackProxy::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() function in OHOS::AppExecFwk::AppStateCallbackProxy
H A Dapp_state_callback_host.cpp47 void AppStateCallbackHost::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() function in OHOS::AppExecFwk::AppStateCallbackHost
49 TAG_LOGD(AAFwkTag::TEST, "NotifyStartResidentProcess called"); in NotifyStartResidentProcess()
H A Dmock_app_scheduler.cpp132 void AppScheduler::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() function in OHOS::AAFwk::AppScheduler
134 TAG_LOGI(AAFwkTag::TEST, "Test AppScheduler::NotifyStartResidentProcess()"); in NotifyStartResidentProcess()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_state_callback_proxy.h58 virtual void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) override;
H A Diapp_state_callback.h64 virtual void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) {} in NotifyStartResidentProcess() function in OHOS::AppExecFwk::IAppStateCallback
H A Dapp_state_callback_host.h64 virtual void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) override;
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_state_callback_host.h57 virtual void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) override;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_callback_host.cpp84 void AppStateCallbackHost::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() function in OHOS::AppExecFwk::AppStateCallbackHost
147 NotifyStartResidentProcess(bundleInfos); in HandleNotifyStartResidentProcess()
H A Dapp_state_callback_proxy.cpp111 void AppStateCallbackProxy::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() function in OHOS::AppExecFwk::AppStateCallbackProxy
/foundation/ability/ability_runtime/test/unittest/ams_app_state_callback_test/
H A Dams_app_state_callback_test.cpp112 * SubFunction: NotifyStartResidentProcess Function
113 * FunctionPoints: NotifyStartResidentProcess Onreceived interface
122 host->NotifyStartResidentProcess(bundleInfos); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h95 virtual void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) {} in NotifyStartResidentProcess() function in OHOS::AAFwk::AppStateCallback
594 virtual void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) override;
H A Dability_manager_service.h1848 void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp218 void AppScheduler::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() function in OHOS::AAFwk::AppScheduler
222 callback->NotifyStartResidentProcess(bundleInfos); in NotifyStartResidentProcess()
H A Dability_manager_service.cpp10816 void AbilityManagerService::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() function in OHOS::AAFwk::AbilityManagerService
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1806 void NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7637 innerServicer->NotifyStartResidentProcess(exitBundleInfos); in NotifyAppFaultBySA()
7658 void AppMgrServiceInner::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7663 item.callback->NotifyStartResidentProcess(bundleInfos); in NotifyAppFaultBySA()
7955 innerServicer->NotifyStartResidentProcess(exitBundleInfos); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp2267 * @tc.desc: Test NotifyStartResidentProcess.
2275 abilityMs->NotifyStartResidentProcess(bundleInfos); in HWTEST_F()

Completed in 51 milliseconds