Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
Dcommon_event_support_mapper.cpp37 … CommonEventSupportMapper::GetMappedSupport(const std::string &support, std::string &mappedSupport) in GetMappedSupport() argument
44 mappedSupport = iter->second; in GetMappedSupport()
Dinner_common_event_manager.cpp135 std::string mappedSupport = ""; in PublishCommonEvent() local
137 eventRecord.commonEventData->GetWant().GetAction(), mappedSupport)) { in PublishCommonEvent()
139 want.SetAction(mappedSupport); in PublishCommonEvent()
/base/notification/common_event_service/services/include/
Dcommon_event_support_mapper.h44 bool GetMappedSupport(const std::string &support, std::string &mappedSupport);