Searched refs:EVENTS (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/ |
H A D | export_event_list_parser.cpp | 29 constexpr char EVENTS[] = "events"; variable 93 cJSON* eventArray = cJSON_GetObjectItem(jsonRoot_, EVENTS); in GetExportEventList()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | monitor.cpp | 41 constexpr std::initializer_list<std::string_view> EVENTS = {EVENT_MESSAGE, EVENT_CONNECT, EVENT_CLO… variable 265 if (std::find(EVENTS.begin(), EVENTS.end(), event) == EVENTS.end()) { in On()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_listener_test.cpp | 33 #define EVENTS 2 macro 173 int events = EVENTS;
|
/ohos5.0/foundation/multimedia/player_framework/ |
H A D | hisysevent.yaml | 157 EVENTS: {type: STRING, arrsize: 100, desc: Group of player events} 161 EVENTS: {type: STRING, arrsize: 100, desc: Group of recorder events} 165 EVENTS: {type: STRING, arrsize: 100, desc: Group of screen capture events} 169 EVENTS: {type: STRING, arrsize: 100, desc: Group of DRM common events}
|