Home
last modified time | relevance | path

Searched refs:OnNotifyDataReceive (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_test.cpp114 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive() function in RTNotifyDataListenerImpl
137 request.OnNotifyDataReceive(notifyData);
142 request.OnNotifyDataReceive(notifyData);
145 request.OnNotifyDataReceive(notifyData);
152 request.OnNotifyDataReceive(notifyData);
205 request.OnNotifyDataReceive(notifyData);
H A Drequest_manager_test.cpp283 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive() function in RMTNotifyDataListenerImpl
H A Drequest_manager_impl_test.cpp381 RequestManagerImpl::GetInstance()->OnNotifyDataReceive(notifyData);
H A Dresponse_message_receiver_test.cpp367 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive() function in RMRestResponseListener
/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest.cpp67 listener->OnNotifyDataReceive(unusedNotifyData_[type]); in AddListener()
98 void Request::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive() function in OHOS::Request::Request
104 listener->second->OnNotifyDataReceive(notifyData); in OnNotifyDataReceive()
H A Drequest_manager_impl.cpp441 void RequestManagerImpl::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive() function in OHOS::Request::RequestManagerImpl
448 task->OnNotifyDataReceive(notifyData); in OnNotifyDataReceive()
H A Dresponse_message_receiver.cpp403 this->handler_->OnNotifyDataReceive(notifyData); in OnReadable()
/ohos5.0/base/request/request/frameworks/native/include/
H A Di_notify_data_listener.h26 virtual void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) = 0;
H A Drequest.h38 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData);
H A Drequest_manager_impl.h101 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override;
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_notify_data_listener.h38 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override;
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_notify_data_listener.h36 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override;
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_notify_data_listener.cpp105 void CJNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive() function in OHOS::CJSystemapi::Request::CJNotifyDataListener
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp213 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive() function in OHOS::FuzzNotifyDataListenerImpl
296 request.OnNotifyDataReceive(notifyData); in RequestFuzzTestOnNotifyDataReceive()
299 request.OnNotifyDataReceive(notifyData); in RequestFuzzTestOnNotifyDataReceive()
312 request.OnNotifyDataReceive(notifyData); in RequestFuzzTestAddAndRemoveListener()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_notify_data_listener.cpp208 void JSNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive() function in OHOS::Request::JSNotifyDataListener