Home
last modified time | relevance | path

Searched refs:SaveAction (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp246 commonEventCollect->SaveAction(action);
248 commonEventCollect->SaveAction(action);
250 commonEventCollect->SaveAction(action);
252 commonEventCollect->SaveAction(action);
254 commonEventCollect->SaveAction(action);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h38 void SaveAction(const std::string& action);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp248 void CommonEventCollect::SaveAction(const std::string& action) in SaveAction() function in OHOS::CommonEventCollect
617 collect->SaveAction(action); in OnReceiveEvent()