Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h63 bool AddCommonEventName(const std::string& eventName);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp495 bool CommonEventCollect::AddCommonEventName(const std::string& eventName) in AddCommonEventName() function in OHOS::CommonEventCollect
510 bool isInsertEventName = AddCommonEventName(event.name); in AddCollectEvent()