Searched refs:StartNativeProcessForDebugger (Results 1 – 14 of 14) sorted by relevance
501 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) = 0;
528 int32_t StartNativeProcessForDebugger(const AAFwk::Want &want);
440 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override;
185 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override in StartNativeProcessForDebugger() function
154 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override in StartNativeProcessForDebugger() function
402 virtual int32_t StartNativeProcessForDebugger(const AAFwk::Want &want) override;
510 int32_t StartNativeProcessForDebugger(const AAFwk::Want &want);
830 int32_t AppMgrClient::StartNativeProcessForDebugger(const AAFwk::Want &want) in StartNativeProcessForDebugger() function in OHOS::AppExecFwk::AppMgrClient837 return service->StartNativeProcessForDebugger(want); in StartNativeProcessForDebugger()
1113 auto result = StartNativeProcessForDebugger(*want); in HandleStartNativeProcessForDebugger()
1221 int32_t AppMgrProxy::StartNativeProcessForDebugger(const AAFwk::Want &want) in StartNativeProcessForDebugger() function in OHOS::AppExecFwk::AppMgrProxy
1181 int32_t AppMgrService::StartNativeProcessForDebugger(const AAFwk::Want &want) in StartNativeProcessForDebugger() function in OHOS::AppExecFwk::AppMgrService1192 auto ret = appMgrServiceInner_->StartNativeProcessForDebugger(want); in StartNativeProcessForDebugger()
6153 int32_t AppMgrServiceInner::StartNativeProcessForDebugger(const AAFwk::Want &want) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
738 appMgrClient->StartNativeProcessForDebugger(want);
795 result = appMgrClient->StartNativeProcessForDebugger(want); in RunAsProcessCommand()