Home
last modified time | relevance | path

Searched defs:jsCode (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dgroup_js_bridge.h43 virtual void LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode()
45 …virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen)… in LoadPluginJsByteCode()
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_request_global_switch_on_setting.cpp43 static void ReturnPromiseResult(napi_env env, int32_t jsCode, napi_deferred deferred, napi_value re… in ReturnPromiseResult()
108 int32_t jsCode = JS_OK; in TransferToJsErrorCode() local
162 static void GlobalSwitchResultsCallbackUI(int32_t jsCode, in GlobalSwitchResultsCallbackUI()
476 … int32_t jsCode = NapiContextCommon::GetJsErrorCode(asyncContextHandle->asyncContextPtr->result); in RequestGlobalSwitchComplete() local
H A Dnapi_context_common.cpp28 int32_t jsCode; in GetJsErrorCode() local
H A Dnapi_request_permission_on_setting.cpp45 static void ReturnPromiseResult(napi_env env, int32_t jsCode, napi_deferred deferred, napi_value re… in ReturnPromiseResult()
122 int32_t jsCode = JS_OK; in TransferToJsErrorCode() local
186 static void PermissionResultsCallbackUI(int32_t jsCode, in PermissionResultsCallbackUI()
500 … int32_t jsCode = NapiContextCommon::GetJsErrorCode(asyncContextHandle->asyncContextPtr->result); in RequestPermissionOnSettingComplete() local
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h83 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
84 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_error_utils.cpp86 std::string jsCode; in ThrowNapiError() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_error_utils.cpp85 std::string jsCode; in ThrowNapiError() local
H A Dnapi_queue.cpp118 std::string jsCode; in GenerateOutput() local
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_error_utils.h34 int32_t jsCode; member
/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp52 int32_t jsCode; in GetJsErrorCode() local
110 int32_t jsCode = GetJsErrorCode(context.retCode); in ReturnPromiseResult() local
122 int32_t jsCode = GetJsErrorCode(context.retCode); in ReturnCallbackResult() local
922 int32_t jsCode = GetJsErrorCode(result); in RegisterPermActiveChangeCallback() local
964 int32_t jsCode = GetJsErrorCode(result); in UnregisterPermActiveChangeCallback() local
1068 int32_t jsCode = GetJsErrorCode(asyncContext->retCode); in GetPermissionUsedTypeInfosComplete() local
/ohos5.0/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); in EvaluateFile() local
/ohos5.0/base/security/access_token/interfaces/kits/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h166 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
167 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp208 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent()
301 std::string jsCode = root->GetString("jsCode", ""); in GetNewComponentWithJsCode() local
329 std::string jsCode = root->GetString("jsCode", ""); in GetNewFrameNodeWithJsCode() local
/ohos5.0/base/web/webview/interfaces/native/
H A Dnative_interface_arkweb.cpp61 void OH_NativeArkWeb_RunJavaScript(const char* webTag, const char* jsCode, NativeArkWeb_OnJavaScrip… in OH_NativeArkWeb_RunJavaScript()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h71 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
72 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_error.h38 int32_t jsCode; member
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h42 int32_t jsCode; member
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task_napiV5.cpp154 napi_value jsCode = nullptr; in OnSystemFail() local
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h67 const char* jsCode = nullptr; member

12