Home
last modified time | relevance | path

Searched refs:StartupResidentProcess (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startupresidentprocess_fuzzer/
H A Dstartupresidentprocess_fuzzer.cpp44 appMgrClient->StartupResidentProcess(bundleInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/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.cpp816 EXPECT_CALL(*clientMock_, StartupResidentProcess(_)).Times(1);
820 DelayedSingleton<AppScheduler>::GetInstance()->StartupResidentProcess(bundleInfos);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp162 void AppScheduler::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo>& bundleInfos) in StartupResidentProcess() function in OHOS::AAFwk::AppScheduler
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h50 …MOCK_METHOD1(StartupResidentProcess, void(const std::vector<AppExecFwk::BundleInfo> &bundleInfos));
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp83 appMgrService->StartupResidentProcess(bundleInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp344 void AppScheduler::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AAFwk::AppScheduler
347 appMgrClient_->StartupResidentProcess(bundleInfos); in StartupResidentProcess()
H A Dresident_process_manager.cpp87 DelayedSingleton<AppScheduler>::GetInstance()->StartupResidentProcess(bundleInfos); in StartResidentProcess()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h297 void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h298 virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) = 0;
H A Dapp_mgr_client.h379 virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos);
H A Dapp_mgr_proxy.h272 …virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) overri…
/ohos5.0/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));
/ohos5.0/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));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h321 …virtual void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) overri…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp647 void AppMgrClient::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AppExecFwk::AppMgrClient
655 service->StartupResidentProcess(bundleInfos); in StartupResidentProcess()
H A Dapp_mgr_stub.cpp707 StartupResidentProcess(bundleInfos); in HandleStartupResidentProcess()
H A Dapp_mgr_proxy.cpp499 void AppMgrProxy::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AppExecFwk::AppMgrProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp256 appMgrService->StartupResidentProcess(bundleInfos);
274 appMgrService->StartupResidentProcess(bundleInfos);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp527 appMgrClient->StartupResidentProcess(bundleInfos);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp304 void AppMgrService::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() function in OHOS::AppExecFwk::AppMgrService
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp149 void StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) override in StartupResidentProcess() function in OHOS::AppExecFwk::MockAppMgrStub