Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_ACTION_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp36 constexpr const char* COMMON_EVENT_ACTION_NAME = "common_event_action_name"; variable
514 wantMap1[COMMON_EVENT_ACTION_NAME] = "common_event1";
519 wantMap2[COMMON_EVENT_ACTION_NAME] = "common_event2";
562 wantMap1[COMMON_EVENT_ACTION_NAME] = "common_event1";
567 wantMap2[COMMON_EVENT_ACTION_NAME] = "common_event2";
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp45 constexpr const char* COMMON_EVENT_ACTION_NAME = "common_event_action_name"; variable
360 wantMap[COMMON_EVENT_ACTION_NAME] = want.GetAction(); in SaveOnDemandReasonExtraData()
483 std::string extraEventName = want[COMMON_EVENT_ACTION_NAME]; in GetSaExtraDataIdList()