Home
last modified time | relevance | path

Searched refs:CreateStringWithBufferSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h182 static JSIValue CreateStringWithBufferSize(const char * const str, size_t size);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp119 JSIValue strValue = CreateStringWithBufferSize(value, size); in SetStringPropertyWithBufferSize()
193 JSIValue JSI::CreateStringWithBufferSize(const char * const str, size_t size) in CreateStringWithBufferSize() function in OHOS::ACELite::JSI