Home
last modified time | relevance | path

Searched defs:jsCode (Results 1 - 25 of 40) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dgroup_js_bridge.h43 virtual void LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode() argument
45 virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) {} in LoadPluginJsByteCode() argument
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_error_utils.h31 int32_t jsCode; member
H A Dnapi_queue.h47 int32_t jsCode = 0; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_error_utils.h32 int32_t jsCode = -1; member
H A Dnapi_queue.h51 int32_t jsCode = 0; member
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_context_common.cpp28 int32_t jsCode; in GetJsErrorCode() local
[all...]
H A Dnapi_request_permission_on_setting.cpp45 static void ReturnPromiseResult(napi_env env, int32_t jsCode, napi_deferred deferred, napi_value result) in ReturnPromiseResult() argument
122 int32_t jsCode = JS_OK; in TransferToJsErrorCode() local
186 PermissionResultsCallbackUI(int32_t jsCode, const std::vector<int32_t> stateList, std::shared_ptr<RequestPermOnSettingAsyncContext>& data) PermissionResultsCallbackUI() argument
492 int32_t jsCode = NapiContextCommon::GetJsErrorCode(asyncContextHandle->asyncContextPtr->result); RequestPermissionOnSettingComplete() local
[all...]
H A Dnapi_request_global_switch_on_setting.cpp43 static void ReturnPromiseResult(napi_env env, int32_t jsCode, napi_deferred deferred, napi_value result) in ReturnPromiseResult() argument
108 int32_t jsCode = JS_OK; in TransferToJsErrorCode() local
162 GlobalSwitchResultsCallbackUI(int32_t jsCode, bool switchStatus, std::shared_ptr<RequestGlobalSwitchAsyncContext>& data) GlobalSwitchResultsCallbackUI() argument
468 int32_t jsCode = NapiContextCommon::GetJsErrorCode(asyncContextHandle->asyncContextPtr->result); RequestGlobalSwitchComplete() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_error_utils.cpp86 std::string jsCode; in ThrowNapiError() local
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_error_utils.h34 int32_t jsCode; member
H A Dnapi_queue.h49 int32_t jsCode = 0; member
/base/security/access_token/interfaces/kits/js/napi/accesstoken/include/
H A Dnapi_request_permission_on_setting.h76 int32_t jsCode; member
H A Dnapi_request_global_switch_on_setting.h81 int32_t jsCode; member
/base/web/webview/interfaces/native/
H A Dnative_interface_arkweb.cpp61 void OH_NativeArkWeb_RunJavaScript(const char* webTag, const char* jsCode, NativeArkWeb_OnJavaScriptCallback callback) in OH_NativeArkWeb_RunJavaScript() argument
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_error_utils.cpp85 std::string jsCode; in ThrowNapiError() local
[all...]
H A Dnapi_queue.cpp118 std::string jsCode; in GenerateOutput() local
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/
H A Dhello.cpp104 char *jsCode = new (std::nothrow) char[bufferSize + 1]; in RunJavaScript() local
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h67 const char* jsCode = nullptr; member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h42 int32_t jsCode; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_error.h38 int32_t jsCode; member
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp100 std::string jsCode = sourceCode; in GetOriginalNames() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp65 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const {} in LoadPluginJsByteCode() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp83 char *jsCode = EvaluateFile(isSnapshotMode, contentLength, fullPath, fullPathLength); in Eval() local
146 char *jsCode = ReadFile(fullPath, outLength, isSnapshotMode); EvaluateFile() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp567 void JsFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp486 void JsiDeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode() argument
488 void JsiDeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) in LoadPluginJsByteCode() argument

Completed in 11 milliseconds

12