Searched refs:EVENT_TYPES (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | event_checker.cpp | 21 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 D | nweb_hisysevent.cpp | 23 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 D | hisysevent_adapter_impl.cpp | 25 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 D | distributed_input_handler.cpp | 70 tmpJson[EVENT_TYPES] = pBuf.eventTypes; in StructTransJson()
|
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/ |
H A D | constants_dinput.h | 185 const std::string EVENT_TYPES = "eventTypes"; variable
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | distributed_input_inject.cpp | 100 tmpJson[EVENT_TYPES] = pBuf.eventTypes; in StructTransJson()
|
H A D | distributed_input_node_manager.cpp | 127 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 D | sys_event_service_ohos_test.cpp | 59 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 D | sys_event_service_ohos.cpp | 47 const std::vector<int> EVENT_TYPES = {1, 2, 3, 4}; // FAULT = 1, STATISTIC = 2 SECURITY = 3, BEHAVI… variable
|