Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_manager.cpp45 return NewPublishCommonEventAsUser(data, publishInfo, nullptr, UNDEFINED_USER); in NewPublishCommonEvent()
51 return NewPublishCommonEventAsUser(data, publishInfo, userId) == ERR_OK ? true : false; in PublishCommonEventAsUser()
54 int32_t CommonEventManager::NewPublishCommonEventAsUser(const CommonEventData &data, in NewPublishCommonEventAsUser() function in OHOS::EventFwk::CommonEventManager
57 return NewPublishCommonEventAsUser(data, publishInfo, nullptr, userId); in NewPublishCommonEventAsUser()
70 …return NewPublishCommonEventAsUser(data, publishInfo, subscriber, userId) == ERR_OK ? true : false; in PublishCommonEventAsUser()
73 int32_t CommonEventManager::NewPublishCommonEventAsUser(const CommonEventData &data, in NewPublishCommonEventAsUser() function in OHOS::EventFwk::CommonEventManager
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_manager.h81 …static int32_t NewPublishCommonEventAsUser(const CommonEventData &data, const CommonEventPublishIn…
116 …static int32_t NewPublishCommonEventAsUser(const CommonEventData &data, const CommonEventPublishIn…
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp3016 asyncCallbackInfo->errorCode = CommonEventManager::NewPublishCommonEventAsUser( in PublishAsUser()