Searched refs:CreateCommonEventListener (Results 1 – 3 of 3) sorted by relevance
142 if (CreateCommonEventListener(subscriber, commonEventListener) == SUBSCRIBE_FAILED) { in PublishParameterCheck()173 uint8_t subscribeState = CreateCommonEventListener(subscriber, commonEventListener); in SubscribeCommonEvent()376 uint8_t CommonEvent::CreateCommonEventListener( in CreateCommonEventListener() function in OHOS::EventFwk::CommonEvent
218 uint8_t CreateCommonEventListener(
84 …EXPECT_EQ(subscribeFailed, commonEvent.CreateCommonEventListener(subscriber, commonEventListener));