Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h233 …int32_t SetExtMsgFds(const AppSpawnReqMsgHandle &reqHandle, const std::map<std::string, int32_t> &…
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp351 ret = SetExtMsgFds(reqHandle, startMsg.fds); in AppspawnSetExtMsgMore()
568 int32_t AppSpawnClient::SetExtMsgFds(const AppSpawnReqMsgHandle &reqHandle, in SetExtMsgFds() function in OHOS::AppExecFwk::AppSpawnClient