Searched refs:hostUserId (Results 1 – 1 of 1) sorted by relevance
439 int32_t hostUserId = hostCallingUid / Constants::CALLING_UID_TRANSFORM_DIVISOR; in CleanFormHost() local440 if (hostUserId == 0) { in CleanFormHost()442 hostUserId = FormUtil::GetCurrentAccountId(); in CleanFormHost()444 HILOG_INFO("hostUserId:%{public}d", hostUserId); in CleanFormHost()445 auto renderIter = renderInners_.find(hostUserId); in CleanFormHost()449 auto sandboxIter = sandboxInners_.find(hostUserId); in CleanFormHost()