Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_common_event.cpp27 const std::string KEY_USER_ID = "userId"; variable
165 int userId = data.GetWant().GetIntParam(KEY_USER_ID, 0); in HandlePackageRemoved()
178 int userId = data.GetWant().GetIntParam(KEY_USER_ID, 0); in HandlePackageAdd()
191 int userId = data.GetWant().GetIntParam(KEY_USER_ID, 0); in HandlePackageChanged()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp59 int userId = want.GetIntParam(KEY_USER_ID, 0); in HandleAbilityUpdate()
143 int userId = want.GetIntParam(KEY_USER_ID, Constants::DEFAULT_USERID); in OnReceiveEvent()
H A Dform_bundle_event_callback.cpp43 int userId = want.GetIntParam(KEY_USER_ID, 0); in OnReceiveEvent()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_event_util.h32 const std::string KEY_USER_ID = "userId"; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp70 const std::string KEY_USER_ID = "userId"; variable
159 want.SetParam(KEY_USER_ID, userId); in CreateEventData()
792 want.SetParam(KEY_USER_ID, MAIN_USER_ID);