Home
last modified time | relevance | path

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

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