Searched refs:CreateCommonEventListener (Results 1 – 3 of 3) sorted by relevance
113 if (CreateCommonEventListener(subscriber, commonEventListener) == SUBSCRIBE_FAILED) { in PublishParameterCheck()143 uint8_t subscribeState = CreateCommonEventListener(subscriber, commonEventListener); in SubscribeCommonEvent()351 uint8_t CommonEvent::CreateCommonEventListener( in CreateCommonEventListener() function in OHOS::EventFwk::CommonEvent
189 uint8_t CreateCommonEventListener(
70 …EXPECT_EQ(subscribeFailed, commonEvent.CreateCommonEventListener(subscriber, commonEventListener));