| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| H A D | group_js_bridge.h | 43 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 D | js_error_utils.h | 31 int32_t jsCode; member
|
| H A D | napi_queue.h | 47 int32_t jsCode = 0; member
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
| H A D | js_error_utils.h | 32 int32_t jsCode = -1; member
|
| H A D | napi_queue.h | 51 int32_t jsCode = 0; member
|
| /base/security/access_token/frameworks/js/napi/accesstoken/src/ |
| H A D | napi_context_common.cpp | 28 int32_t jsCode; in GetJsErrorCode() local [all...] |
| H A D | napi_request_permission_on_setting.cpp | 45 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 D | napi_request_global_switch_on_setting.cpp | 43 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 D | js_error_utils.cpp | 86 std::string jsCode; in ThrowNapiError() local
|
| /foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
| H A D | napi_error_utils.h | 34 int32_t jsCode; member
|
| H A D | napi_queue.h | 49 int32_t jsCode = 0; member
|
| /base/security/access_token/interfaces/kits/js/napi/accesstoken/include/ |
| H A D | napi_request_permission_on_setting.h | 76 int32_t jsCode; member
|
| H A D | napi_request_global_switch_on_setting.h | 81 int32_t jsCode; member
|
| /base/web/webview/interfaces/native/ |
| H A D | native_interface_arkweb.cpp | 61 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 D | napi_error_utils.cpp | 85 std::string jsCode; in ThrowNapiError() local [all...] |
| H A D | napi_queue.cpp | 118 std::string jsCode; in GenerateOutput() local
|
| /test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/ |
| H A D | hello.cpp | 104 char *jsCode = new (std::nothrow) char[bufferSize + 1]; in RunJavaScript() local
|
| /foundation/arkui/napi/module_manager/ |
| H A D | native_module_manager.h | 67 const char* jsCode = nullptr; member
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
| H A D | napi_preferences_error.h | 42 int32_t jsCode; member
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
| H A D | napi_rdb_error.h | 38 int32_t jsCode;
member
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| H A D | source_map.cpp | 100 std::string jsCode = sourceCode; in GetOriginalNames() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
| H A D | mock_plugin_frontend.cpp | 65 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 D | js_app_context.cpp | 83 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 D | js_frontend.cpp | 567 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 D | jsi_declarative_group_js_bridge.cpp | 486 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
|