Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp160 …groupJsBridge->TriggerModulePluginGetErrorCallback(callbackId, PLUGIN_REQUEST_FAIL, "send message … in ProcessJsRequest()
210 callbackId, PLUGIN_REQUEST_FAIL, "plugin name can't be null"); in ProcessJsRequest()
231 callbackId, PLUGIN_REQUEST_FAIL, "encode request message failed"); in ProcessJsRequest()
241 …groupJsBridge->TriggerModulePluginGetErrorCallback(callbackId, PLUGIN_REQUEST_FAIL, "send message … in ProcessJsRequest()
664 code = PLUGIN_REQUEST_FAIL; in TriggerModuleJsCallbackPreview()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp142 const int32_t PLUGIN_REQUEST_FAIL = 200; variable
H A Djs_constants.h146 ACE_EXPORT extern const int32_t PLUGIN_REQUEST_FAIL;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp133 callbackId, PLUGIN_REQUEST_FAIL, "encode request message failed"); in ProcessJsRequest()
142 …groupJsBridge->TriggerModulePluginGetErrorCallback(callbackId, PLUGIN_REQUEST_FAIL, "send message … in ProcessJsRequest()
516 code = PLUGIN_REQUEST_FAIL; in TriggerModuleJsCallbackPreview()