Searched refs:NewPublishCommonEventAsUser (Results 1 – 3 of 3) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/ |
D | common_event_manager.cpp | 45 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/ |
D | common_event_manager.h | 81 …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/ |
D | napi_common_event.cpp | 3016 asyncCallbackInfo->errorCode = CommonEventManager::NewPublishCommonEventAsUser( in PublishAsUser()
|