Home
last modified time | relevance | path

Searched refs:JsonParse (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_async_callback.cpp77 std::unique_ptr<JSIVal, decltype(&JSI::ReleaseValue)> jsonObj(JSI::JsonParse(responseData.GetData().c_str()), in ResponseDataToJsValue()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp135 napi_value sendableValue = JsonParse(env, value.valueStr, true); in ConvertToSendable()
H A Djs_common_utils.cpp268 napi_value jsValue = JsonParse(env, value.valueStr); in Convert2JSValue()
328 napi_value JSUtils::JsonParse(napi_env env, const std::string &inStr, bool sendable) in JsonParse() function in OHOS::PreferencesJsKit::JSUtils
331 LOG_ERROR("JsonParse failed, inStr is empty"); in JsonParse()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h280 static JSIValue JsonParse(const char * const str);
/foundation/communication/netstack/utils/napi_utils/include/
H A Dnapi_utils.h144 napi_value JsonParse(napi_env env, const std::string &inStr);
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_common_utils.h83 napi_value JsonParse(napi_env env, const std::string &inStr, bool sendable = false);
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp155 napi_value data = NapiUtils::JsonParse(context->GetEnv(), context->response.GetData()); in MakeResponse()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp313 JSIValue JSI::JsonParse(const char * const str) in JsonParse() function in OHOS::ACELite::JSI
316 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:JsonParse failed!"); in JsonParse()
323 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:JsonParse has not been implemented in this js engine!"); in JsonParse()
/foundation/communication/netstack/utils/napi_utils/src/
H A Dnapi_utils.cpp581 napi_value JsonParse(napi_env env, const std::string &inStr) in JsonParse() function
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp476 * @tc.steps: step1. call JSI JsonParse in JSIInterfaceTest013()
478 JSIValue jsonValue = JSI::JsonParse("{\"key1\":\"value1\",\"key2\":\"value2\"}"); in JSIInterfaceTest013()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1497 napi_value obj = NapiUtils::JsonParse(context->GetEnv(), context->response.GetResult()); in AddCurlHandle()

Completed in 11 milliseconds