Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp439 int32_t hostUserId = hostCallingUid / Constants::CALLING_UID_TRANSFORM_DIVISOR; in CleanFormHost() local
440 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()