Searched refs:hostCallingUid (Results 1 – 3 of 3) sorted by relevance
675 int32_t hostCallingUid {0}; variable677 formRenderMgr.CleanFormHost(host, hostCallingUid);696 int32_t hostCallingUid {20000001}; variable697 formRenderMgr.CleanFormHost(host, hostCallingUid);716 int32_t hostCallingUid {20000001}; variable717 formRenderMgr.CleanFormHost(host, hostCallingUid);739 int32_t hostCallingUid {20000001}; variable740 formRenderMgr.CleanFormHost(host, hostCallingUid);
82 void CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid);
437 void FormRenderMgr::CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid) in CleanFormHost() argument439 int32_t hostUserId = hostCallingUid / Constants::CALLING_UID_TRANSFORM_DIVISOR; in CleanFormHost()