Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback_mgr.cpp31 asyncJSCallbackInfo_ = nullptr; in ~JSPluginCallbackMgr()
51 std::make_shared<JSPluginCallback>(eventType, cbInfo, asyncJSCallbackInfo_); in RegisterOnEvent()
74 … std::make_shared<JSPluginCallback>(CallBackType::RequestCallBack, cbInfo, asyncJSCallbackInfo_); in RegisterRequestEvent()
90 asyncJSCallbackInfo_ = jsCallbackInfo; in RegisterRequestEvent()
H A Djs_plugin_callback.cpp57 : eventType_(eventType), asyncJSCallbackInfo_(jsCallbackInfo) in JSPluginCallback()
81 asyncJSCallbackInfo_ = nullptr; in DestroyAllResource()
420 if (asyncJSCallbackInfo_) { in OnRequestCallBack()
421 asyncJSCallbackInfo_->requestCallbackData.sourceName = pluginTemplate.GetSource(); in OnRequestCallBack()
422 asyncJSCallbackInfo_->requestCallbackData.abilityName = pluginTemplate.GetAbility(); in OnRequestCallBack()
423 asyncJSCallbackInfo_->requestCallbackData.data = data; in OnRequestCallBack()
424 asyncJSCallbackInfo_->requestCallbackData.extraData = extraData; in OnRequestCallBack()
425 asyncJSCallbackInfo_->onRequestCallbackOK = true; in OnRequestCallBack()
H A Djs_plugin_callback_mgr.h45 ACEAsyncJSCallbackInfo* asyncJSCallbackInfo_ = nullptr; variable
H A Djs_plugin_callback.h95 ACEAsyncJSCallbackInfo* asyncJSCallbackInfo_ = nullptr; variable