Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h124 …static void ReportSubscribeKeyEvent(int32_t subscribeId, int32_t finalKey, std::string name, int32…
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp907 void DfxHisysevent::ReportSubscribeKeyEvent(int32_t subscribeId, int32_t finalKey, in ReportSubscribeKeyEvent() function in OHOS::MMI::DfxHisysevent
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp124 DfxHisysevent::ReportSubscribeKeyEvent(subscribeId, keyOption->GetFinalKey(), in SubscribeKeyEvent()