Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp675 int32_t hostCallingUid {0}; variable
677 formRenderMgr.CleanFormHost(host, hostCallingUid);
696 int32_t hostCallingUid {20000001}; variable
697 formRenderMgr.CleanFormHost(host, hostCallingUid);
716 int32_t hostCallingUid {20000001}; variable
717 formRenderMgr.CleanFormHost(host, hostCallingUid);
739 int32_t hostCallingUid {20000001}; variable
740 formRenderMgr.CleanFormHost(host, hostCallingUid);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h82 void CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp437 void FormRenderMgr::CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid) in CleanFormHost() argument
439 int32_t hostUserId = hostCallingUid / Constants::CALLING_UID_TRANSFORM_DIVISOR; in CleanFormHost()