Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1568 int32_t CreateStartMsg(const std::string &processName, uint32_t startFlags, const int uid,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3208 …auto ret = CreateStartMsg(processName, startFlags, uid, bundleInfo, appIndex, bundleType, startMsg… in CreatNewStartMsg()
3270 int32_t AppMgrServiceInner::CreateStartMsg(const std::string &processName, uint32_t startFlags, con… in CreateStartMsg() function in OHOS::AppExecFwk::AppMgrServiceInner
3408 …auto ret = CreateStartMsg(processName, startFlags, uid, bundleInfo, bundleIndex, bundleType, start… in StartProcess()