Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js81 const JS_API_INVALID_INVOKE_ERROR = new AsError(200001, 'Invalid invoke.'); constant
464 this.atomicService.errorWithCodeAndMsg(JS_API_INVALID_INVOKE_ERROR, v9);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets73 const JS_API_INVALID_INVOKE_ERROR: AsError = new AsError(200001, 'Invalid invoke.');
341 this.atomicService.errorWithCodeAndMsg(JS_API_INVALID_INVOKE_ERROR, options);