Home
last modified time | relevance | path

Searched refs:NewPublishCommonEventAsUser (Results 1 - 5 of 5) sorted by relevance

/base/notification/common_event_service/frameworks/native/src/
H A 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/
H A Dcommon_event_manager.h81 static int32_t NewPublishCommonEventAsUser(const CommonEventData &data, const CommonEventPublishInfo &publishInfo,
116 static int32_t NewPublishCommonEventAsUser(const CommonEventData &data, const CommonEventPublishInfo &publishInfo,
/base/notification/common_event_service/test/fuzztest/publishcommoneventasuser_fuzzer/
H A Dpublishcommoneventasuser_fuzzer.cpp54 EventFwk::CommonEventManager::NewPublishCommonEventAsUser( in DoSomethingInterestingWithMyAPI()
56 EventFwk::CommonEventManager::NewPublishCommonEventAsUser( in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_impl.cpp59 return OHOS::EventFwk::CommonEventManager::NewPublishCommonEventAsUser(data, publishInfo, userId); in PublishEventWithData()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp666 asyncCallbackInfo->errorCode = CommonEventManager::NewPublishCommonEventAsUser( in PublishAsUser()

Completed in 7 milliseconds