Home
last modified time | relevance | path

Searched refs:CJNotifyDataListener (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_notify_data_listener.cpp31 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> &notifyData) in IsHeaderReceive()
58 void CJNotifyDataListener::ProcessHeaderReceive(const std::shared_ptr<NotifyData> &notifyData) in ProcessHeaderReceive()
84 void CJNotifyDataListener::NotifyDataProcess(const std::shared_ptr<NotifyData> &notifyData) in NotifyDataProcess()
105 void CJNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive()
H A Dcj_request_task.cpp291 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()
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_notify_data_listener.h27 class CJNotifyDataListener
30 public std::enable_shared_from_this<CJNotifyDataListener> {
32 CJNotifyDataListener(const std::string &taskId, const SubscribeType &type) in CJNotifyDataListener() function
H A Dcj_request_task.h47 std::map<SubscribeType, std::shared_ptr<CJNotifyDataListener>> notifyDataListenerMap_;