Searched refs:CFunc (Results 1 – 6 of 6) sorted by relevance
31 using CFunc = void *; variable43 CFunc cbId_ = nullptr;45 CallBackInfo(ProgressOnCallBackType cb, CFunc cbId) in CallBackInfo()52 void AddListenerInner(ProgressOnCallBackType &cb, CFunc cbId);53 void RemoveListenerInner(CFunc cb);
36 void AddListener(ProgressOnCallBackType cb, CFunc cbId);37 void RemoveListener(CFunc cbId = nullptr);
77 ExceptionError Off(std::string event, CFunc callback);
21 void ListenerList::AddListenerInner(ProgressOnCallBackType &cb, CFunc cbId) in AddListenerInner()32 void ListenerList::RemoveListenerInner(CFunc cb) in RemoveListenerInner()
31 void CJNotifyDataListener::AddListener(ProgressOnCallBackType cb, CFunc cbId) in AddListener()40 void CJNotifyDataListener::RemoveListener(CFunc cbId) in RemoveListener()
345 (CFunc)callback); in On()355 ExceptionError CJTask::Off(std::string event, CFunc callback) in Off()375 notifyDataListenerMap_[subscribeType]->RemoveListener((CFunc)callback); in Off()