Searched refs:NewPublishCommonEventAsUser (Results 1 - 5 of 5) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/ |
H A 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/ |
H A D | common_event_manager.h | 81 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 D | publishcommoneventasuser_fuzzer.cpp | 54 EventFwk::CommonEventManager::NewPublishCommonEventAsUser( in DoSomethingInterestingWithMyAPI() 56 EventFwk::CommonEventManager::NewPublishCommonEventAsUser( in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | common_event_manager_impl.cpp | 59 return OHOS::EventFwk::CommonEventManager::NewPublishCommonEventAsUser(data, publishInfo, userId); in PublishEventWithData()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | napi_common_event.cpp | 666 asyncCallbackInfo->errorCode = CommonEventManager::NewPublishCommonEventAsUser( in PublishAsUser()
|
Completed in 7 milliseconds