Home
last modified time | relevance | path

Searched refs:CFunc (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_listener_list.h31 using CFunc = void *; variable
43 CFunc cbId_ = nullptr;
45 CallBackInfo(ProgressOnCallBackType cb, CFunc cbId) in CallBackInfo()
52 void AddListenerInner(ProgressOnCallBackType &cb, CFunc cbId);
53 void RemoveListenerInner(CFunc cb);
H A Dcj_notify_data_listener.h36 void AddListener(ProgressOnCallBackType cb, CFunc cbId);
37 void RemoveListener(CFunc cbId = nullptr);
H A Dcj_request_task.h77 ExceptionError Off(std::string event, CFunc callback);
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_listener_list.cpp21 void ListenerList::AddListenerInner(ProgressOnCallBackType &cb, CFunc cbId) in AddListenerInner()
32 void ListenerList::RemoveListenerInner(CFunc cb) in RemoveListenerInner()
H A Dcj_notify_data_listener.cpp31 void CJNotifyDataListener::AddListener(ProgressOnCallBackType cb, CFunc cbId) in AddListener()
40 void CJNotifyDataListener::RemoveListener(CFunc cbId) in RemoveListener()
H A Dcj_request_task.cpp345 (CFunc)callback); in On()
355 ExceptionError CJTask::Off(std::string event, CFunc callback) in Off()
375 notifyDataListenerMap_[subscribeType]->RemoveListener((CFunc)callback); in Off()