Home
last modified time | relevance | path

Searched refs:DoJSTask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_notify_data_listener.h42 void DoJSTask(const std::shared_ptr<NotifyData> &notifyData);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_notify_data_listener.cpp184 void JSNotifyDataListener::DoJSTask(const std::shared_ptr<NotifyData> &notifyData) in DoJSTask() function in OHOS::Request::JSNotifyDataListener
230 ptr->listener->DoJSTask(ptr->notifyData); in OnNotifyDataReceive()