Home
last modified time | relevance | path

Searched refs:StartupResidentProcess (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/startupresidentprocess_fuzzer/
H A Dstartupresidentprocess_fuzzer.cpp44 appMgrClient->StartupResidentProcess(bundleInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_mgr_client_mock.h44 MOCK_METHOD1(StartupResidentProcess, void(const std::vector<AppExecFwk::BundleInfo> &bundleInfos));
H A Dapp_scheduler_test.cpp729 * Function: StartupResidentProcess
731 * FunctionPoints: AppScheduler StartupResidentProcess
733 * CaseDescription: Verify StartupResidentProcess
737 EXPECT_CALL(*clientMock_, StartupResidentProcess(_)).Times(1); in HWTEST_F()
741 DelayedSingleton<AppScheduler>::GetInstance()->StartupResidentProcess(bundleInfos); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp83 appMgrService->StartupResidentProcess(bundleInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp157 void AppScheduler::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo>& bundleInfos) in StartupResidentProcess() function in OHOS::AAFwk::AppScheduler
159 TAG_LOGI(AAFwkTag::TEST, "Test AppScheduler::StartupResidentProcess()"); in StartupResidentProcess()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp342 void AppScheduler::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AAFwk::AppScheduler
345 appMgrClient_->StartupResidentProcess(bundleInfos); in StartupResidentProcess()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h286 virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) = 0;
H A Dapp_mgr_client.h376 virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos);
H A Dapp_mgr_proxy.h262 virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) override;
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h327 void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos);
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h60 MOCK_METHOD1(StartupResidentProcess, void(const std::vector<AppExecFwk::BundleInfo>& bundleInfos));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h41 MOCK_METHOD1(StartupResidentProcess, void(const std::vector<AppExecFwk::BundleInfo>& bundleInfos));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h311 virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp64 DelayedSingleton<AppScheduler>::GetInstance()->StartupResidentProcess(bundleInfos); in StartResidentProcess()
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp151 void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) override
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h59 MOCK_METHOD1(StartupResidentProcess, void(const std::vector<AppExecFwk::BundleInfo>& bundleInfos));
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp246 * Function: StartupResidentProcess
248 * FunctionPoints: AppMgrService StartupResidentProcess
250 * CaseDescription: Verify StartupResidentProcess
258 appMgrService->StartupResidentProcess(bundleInfos); in HWTEST_F()
263 * Function: StartupResidentProcess
265 * FunctionPoints: AppMgrService StartupResidentProcess
267 * CaseDescription: Verify StartupResidentProcess
276 appMgrService->StartupResidentProcess(bundleInfos); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp637 void AppMgrClient::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AppExecFwk::AppMgrClient
645 service->StartupResidentProcess(bundleInfos); in StartupResidentProcess()
H A Dapp_mgr_stub.cpp694 StartupResidentProcess(bundleInfos); in HandleStartupResidentProcess()
H A Dapp_mgr_proxy.cpp484 void AppMgrProxy::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp527 appMgrClient->StartupResidentProcess(bundleInfos); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp65 constexpr const char* TASK_STARTUP_RESIDENT_PROCESS = "StartupResidentProcess";
301 void AppMgrService::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AppExecFwk::AppMgrService
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp144 void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) override

Completed in 36 milliseconds