Home
last modified time | relevance | path

Searched refs:EVENT_TYPES (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/
H A Devent_checker.cpp21 const std::unordered_set<std::string> EVENT_TYPES[static_cast<uint32_t>(EventSubscribeModule::MODUL… variable
39 …return EVENT_TYPES[static_cast<uint32_t>(module)].find(type) != EVENT_TYPES[static_cast<uint32_t>(… in IsValidEventType()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_hisysevent.cpp23 const HiviewDFX::HiSysEvent::EventType EVENT_TYPES[] = { variable
57 …SysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::WEBVIEW, eventName, EVENT_TYPES[type], args...); in ForwardToHiSysEvent()
/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhisysevent_adapter_impl.cpp25 const HiviewDFX::HiSysEvent::EventType EVENT_TYPES[] = { variable
63 …SysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::WEBVIEW, eventName, EVENT_TYPES[type], args...); in ForwardToHiSysEvent()
199 …SysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::WEBVIEW, eventName, EVENT_TYPES[type], args...); in Write()
/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp70 tmpJson[EVENT_TYPES] = pBuf.eventTypes; in StructTransJson()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h185 const std::string EVENT_TYPES = "eventTypes"; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_inject.cpp100 tmpJson[EVENT_TYPES] = pBuf.eventTypes; in StructTransJson()
H A Ddistributed_input_node_manager.cpp127 if (IsArray(inputDeviceJson, EVENT_TYPES)) { in ParseInputDeviceEvents()
128 pBuf.eventTypes = inputDeviceJson[EVENT_TYPES].get<std::vector<uint32_t>>(); in ParseInputDeviceEvents()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp59 const std::vector<int> EVENT_TYPES = {1, 2, 3, 4}; // FAULT = 1, STATISTIC = 2 SECURITY = 3, BEHAVI… variable
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp47 const std::vector<int> EVENT_TYPES = {1, 2, 3, 4}; // FAULT = 1, STATISTIC = 2 SECURITY = 3, BEHAVI… variable