Searched refs:EVENT_REMOVE (Results 1 – 5 of 5) sorted by relevance
37 static constexpr const char *EVENT_REMOVE = "remove"; variable47 { EVENT_REMOVE, SubscribeType::REMOVE },
60 const std::string EVENT_REMOVE = "remove"; variable
156 if (jsCallBack_.find(EVENT_REMOVE) == jsCallBack_.end()) { in OnDestroy()164 CallJsMethod(EVENT_REMOVE, argv, ArraySize(argv)); in OnDestroy()
433 if (type == EVENT_ADD || type == EVENT_REMOVE || type == EVENT_CHANGE) { in RegisterDisplayListenerWithType()488 if (type == EVENT_ADD || type == EVENT_REMOVE || type == EVENT_CHANGE) { in UnregisterAllDisplayListenerWithType()531 if (type == EVENT_ADD || type == EVENT_REMOVE || type == EVENT_CHANGE) { in UnRegisterDisplayListenerWithType()
29 static constexpr const char *EVENT_REMOVE = "remove"; variable39 { EVENT_REMOVE, SubscribeType::REMOVE },51 { EVENT_REMOVE, SubscribeType::REMOVE },