Searched refs:CJNotifyDataListener (Results 1 – 4 of 4) sorted by relevance
31 void CJNotifyDataListener::AddListener(ProgressOnCallBackType cb, CFunc cbId) in AddListener()40 void CJNotifyDataListener::RemoveListener(CFunc cbId) in RemoveListener()48 bool CJNotifyDataListener::IsHeaderReceive(const std::shared_ptr<NotifyData> ¬ifyData) in IsHeaderReceive()58 void CJNotifyDataListener::ProcessHeaderReceive(const std::shared_ptr<NotifyData> ¬ifyData) in ProcessHeaderReceive()84 void CJNotifyDataListener::NotifyDataProcess(const std::shared_ptr<NotifyData> ¬ifyData) in NotifyDataProcess()105 void CJNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) in OnNotifyDataReceive()
291 std::make_shared<CJNotifyDataListener>(GetTidStr(), SubscribeType::REMOVE); in Create()341 std::make_shared<CJNotifyDataListener>(GetTidStr(), subscribeType); in On()372 std::make_shared<CJNotifyDataListener>(GetTidStr(), subscribeType); in Off()
27 class CJNotifyDataListener30 public std::enable_shared_from_this<CJNotifyDataListener> {32 CJNotifyDataListener(const std::string &taskId, const SubscribeType &type) in CJNotifyDataListener() function
47 std::map<SubscribeType, std::shared_ptr<CJNotifyDataListener>> notifyDataListenerMap_;