Home
last modified time | relevance | path

Searched refs:StartUserTestProcess (Results 1 - 22 of 22) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/startusertestprocess_fuzzer/
H A Dstartusertestprocess_fuzzer.cpp68 if (appMgrClient->StartUserTestProcess(*want, observer, bundleInfo, userId) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_mgr_client_mock.h51 MOCK_METHOD4(StartUserTestProcess, int(
H A Dapp_scheduler_test.cpp822 EXPECT_CALL(*clientMock_, StartUserTestProcess(_, _, _, _)).Times(1) in HWTEST_F()
843 EXPECT_CALL(*clientMock_, StartUserTestProcess(_, _, _, _)).Times(1) in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h332 virtual int StartUserTestProcess(
H A Dapp_mgr_client.h414 virtual int StartUserTestProcess(
H A Dapp_mgr_proxy.h308 virtual int StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer,
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h120 virtual int StartUserTestProcess( in StartUserTestProcess() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h46 MOCK_METHOD4(StartUserTestProcess, int(const AAFwk::Want& want, const sptr<IRemoteObject>& observer,
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h321 virtual int StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer,
H A Dapp_mgr_service_inner.h762 int StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer,
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp170 int StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer,
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h117 virtual int StartUserTestProcess( in StartUserTestProcess() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp405 int ret = appMgrClient_->StartUserTestProcess(want, observer, bundleInfo, userId); in StartUserTest()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2290 appMgrServiceInner->StartUserTestProcess(want, nullptr, bundleInfo, 0); in HWTEST_F()
2292 appMgrServiceInner->StartUserTestProcess(want, observer, bundleInfo, 0); in HWTEST_F()
2296 appMgrServiceInner->StartUserTestProcess(want, observer, bundleInfo, 0); in HWTEST_F()
2303 appMgrServiceInner->StartUserTestProcess(want, observer, bundleInfo, 0); in HWTEST_F()
2306 appMgrServiceInner->StartUserTestProcess(want, observer, bundleInfo, 0); in HWTEST_F()
2309 appMgrServiceInner->StartUserTestProcess(want, observer, bundleInfo, 0); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp550 * Function: StartUserTestProcess
552 * FunctionPoints: AppMgrService StartUserTestProcess
554 * CaseDescription: Verify StartUserTestProcess
564 int res = appMgrService->StartUserTestProcess(want, observer, bundleInfo, userId); in HWTEST_F()
570 * Function: StartUserTestProcess
572 * FunctionPoints: AppMgrService StartUserTestProcess
574 * CaseDescription: Verify StartUserTestProcess
586 int res = appMgrService->StartUserTestProcess(want, observer, bundleInfo, userId); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp648 int AppMgrClient::StartUserTestProcess( in StartUserTestProcess() function in OHOS::AppExecFwk::AppMgrClient
656 return service->StartUserTestProcess(want, observer, bundleInfo, userId); in StartUserTestProcess()
H A Dapp_mgr_stub.cpp781 int32_t result = StartUserTestProcess(*want, observer, *bundleInfo, userId); in HandleStartUserTestProcess()
H A Dapp_mgr_proxy.cpp649 int AppMgrProxy::StartUserTestProcess( in StartUserTestProcess() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp67 constexpr const char* TASK_START_USER_TEST_PROCESS = "StartUserTestProcess";
600 int AppMgrService::StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer, in StartUserTestProcess() function in OHOS::AppExecFwk::AppMgrService
608 TAG_LOGE(AAFwkTag::APPMGR, "StartUserTestProcess is not shell call"); in StartUserTestProcess()
613 appMgrServiceInner->StartUserTestProcess(want, observer, bundleInfo, userId); in StartUserTestProcess()
H A Dapp_mgr_service_inner.cpp4170 int AppMgrServiceInner::StartUserTestProcess( in StartUserTestProcess() function in OHOS::AppExecFwk::AppMgrServiceInner
4189 if (KillApplicationByUserIdLocked(bundleName, 0, userId, false, "StartUserTestProcess")) { in StartUserTestProcess()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp445 int ret = appMgrClient->StartUserTestProcess(want, observer, bundleInfo, userId); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp163 int StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer,

Completed in 73 milliseconds