Home
last modified time | relevance | path

Searched refs:hostUserId (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp336 int32_t hostUserId = hostCallingUid / Constants::CALLING_UID_TRANSFORM_DIVISOR; in CleanFormHost() local
337 if (hostUserId == 0) { in CleanFormHost()
338 HILOG_WARN("hostUserId is 0,get current active userId "); in CleanFormHost()
339 hostUserId = FormUtil::GetCurrentAccountId(); in CleanFormHost()
341 HILOG_INFO("hostUserId:%{public}d", hostUserId); in CleanFormHost()
342 auto renderIter = renderInners_.find(hostUserId); in CleanFormHost()
346 auto sandboxIter = sandboxInners_.find(hostUserId); in CleanFormHost()

Completed in 1 milliseconds