Home
last modified time | relevance | path

Searched refs:EVENT_TYPE (Results 1 - 5 of 5) sorted by relevance

/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp35 constexpr const char* EVENT_TYPE = "eventId"; member
131 eventMap[EVENT_TYPE] = atoi(eventVec[ID_INDEX].c_str()); in ParseArgv()
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp38 constexpr const char* EVENT_TYPE = "eventId"; member
286 if (eventJson.contains(EVENT_TYPE) && eventJson[EVENT_TYPE].is_string()) { in JsonObjToMap()
287 eventMap[EVENT_TYPE] = eventJson[EVENT_TYPE]; in JsonObjToMap()
289 eventMap[EVENT_TYPE] = ""; in JsonObjToMap()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp34 constexpr const char* EVENT_TYPE = "eventId"; member
86 eventJson[EVENT_TYPE] = event.eventId; in EventToStr()
/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp33 const std::string EVENT_TYPE ; member
998 strMap[EVENT_TYPE] = "test"; in HWTEST_F()
1039 strMap[EVENT_TYPE] = "test"; in HWTEST_F()
1059 strMap[EVENT_TYPE] = "test"; in HWTEST_F()
1079 strMap[EVENT_TYPE] = "test"; in HWTEST_F()
1136 strMap[EVENT_TYPE] = TEST_NUM; in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp49 constexpr int32_t EVENT_TYPE { 0 };
2318 ANRHDL->SetLastProcessedEventId(EVENT_TYPE, eventId, actionTime); in MarkProcessed()

Completed in 8 milliseconds