Home
last modified time | relevance | path

Searched refs:GetValueString (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dnapi_print_utils.h63 static std::string GetValueString(napi_env env, napi_value value);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h69 static std::string GetValueString(napi_env env, napi_value value);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor_helper.cpp128 constraintString = NapiScanUtils::GetValueString(env, jsConstraintString); in ObjSetOptionConstraintString()
H A Dnapi_scan_utils.cpp330 std::string NapiScanUtils::GetValueString(napi_env env, napi_value value) in GetValueString() function in OHOS::Scan::NapiScanUtils
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp209 const std::string RichEditorAbstractSpanResult::GetValueString() const in GetValueString() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h108 const std::string GetValueString() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dnapi_print_utils.cpp309 std::string NapiPrintUtils::GetValueString(napi_env env, napi_value value) in GetValueString() function in OHOS::Print::NapiPrintUtils
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-guidelines.md299 std::string stackstr = stack? GetValueString(stack) : "";
300 std::string messagestr = message? GetValueString(message) : "";
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp715 NapiScanUtils::GetValueString(env, jsValue); in TestGetValueString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp439 EXPECT_EQ(result.GetValueString(), INIT_VALUE_1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp758 spanResultObj->SetProperty<std::string>("value", it.GetValueString()); in SetJSDeleteSpan()