Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp332 std::string maxChildProcessStr = std::to_string(startMsg.maxChildProcess); in AppspawnSetExtMsgMore() local
334 reinterpret_cast<const uint8_t*>(maxChildProcessStr.c_str()), maxChildProcessStr.size()); in AppspawnSetExtMsgMore()
339 … TAG_LOGD(AAFwkTag::APPMGR, "Send maxChildProcess %{public}s success", maxChildProcessStr.c_str()); in AppspawnSetExtMsgMore()