Home
last modified time | relevance | path

Searched refs:StartNativeProcessForDebugger (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h533 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) = 0;
H A Dapp_mgr_client.h524 int32_t StartNativeProcessForDebugger(const AAFwk::Want &want);
H A Dapp_mgr_proxy.h455 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h156 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h187 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h511 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override;
H A Dapp_mgr_service_inner.h513 int32_t StartNativeProcessForDebugger(const AAFwk::Want &want);
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h153 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp820 int32_t AppMgrClient::StartNativeProcessForDebugger(const AAFwk::Want &want) in StartNativeProcessForDebugger() function in OHOS::AppExecFwk::AppMgrClient
827 return service->StartNativeProcessForDebugger(want); in StartNativeProcessForDebugger()
H A Dapp_mgr_stub.cpp1099 auto result = StartNativeProcessForDebugger(*want); in HandleStartNativeProcessForDebugger()
H A Dapp_mgr_proxy.cpp1205 int32_t AppMgrProxy::StartNativeProcessForDebugger(const AAFwk::Want &want) in StartNativeProcessForDebugger() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1143 int32_t AppMgrService::StartNativeProcessForDebugger(const AAFwk::Want &want) in StartNativeProcessForDebugger() function in OHOS::AppExecFwk::AppMgrService
1154 auto ret = appMgrServiceInner_->StartNativeProcessForDebugger(want); in StartNativeProcessForDebugger()
H A Dapp_mgr_service_inner.cpp6200 int32_t AppMgrServiceInner::StartNativeProcessForDebugger(const AAFwk::Want &want) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp1508 * @tc.desc: Test StartNativeProcessForDebugger
1518 int32_t ret = appMgrServiceInner->StartNativeProcessForDebugger(want); in HWTEST_F()
1522 ret = appMgrServiceInner->StartNativeProcessForDebugger(want); in HWTEST_F()
1530 ret = appMgrServiceInner->StartNativeProcessForDebugger(want); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp739 * @tc.desc: StartNativeProcessForDebugger.
751 appMgrClient->StartNativeProcessForDebugger(want); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp796 result = appMgrClient->StartNativeProcessForDebugger(want); in RunAsProcessCommand()

Completed in 42 milliseconds