Home
last modified time | relevance | path

Searched defs:hostCallingUid (Results 1 – 2 of 2) 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
696 int32_t hostCallingUid {20000001}; variable
716 int32_t hostCallingUid {20000001}; variable
739 int32_t hostCallingUid {20000001}; variable
/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()