Home
last modified time | relevance | path

Searched refs:StartPerfProcessByStartMsg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1577 int32_t StartPerfProcessByStartMsg(AppSpawnStartMsg &startMsg, const std::string& perfCmd,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3023 int32_t AppMgrServiceInner::StartPerfProcessByStartMsg(AppSpawnStartMsg &startMsg, in StartPerfProcessByStartMsg() function in OHOS::AppExecFwk::AppMgrServiceInner
3067 return StartPerfProcessByStartMsg(startMsg, perfCmd, debugCmd, isSandboxApp); in StartPerfProcess()
6200 return StartPerfProcessByStartMsg(startMsg, pefCmd, debugCmd, isSandboxApp); in NotifyAppFaultBySA()