Home
last modified time | relevance | path

Searched refs:notSupport (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp247 bool notSupport = in AddImageSpan() local
249 if (notSupport) { in AddImageSpan()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp309 bool notSupport = (srcType == SrcType::NETWORK || srcType == SrcType::FILE || srcType == SrcType::DATA_ABILITY); in CreateImage() local
310 if (notSupport) { in CreateImage()
H A Djs_richeditor.cpp1594 bool notSupport = (srcType == SrcType::NETWORK || srcType == SrcType::FILE || srcType == SrcType::DATA_ABILITY); in CreateJsImageOptions() local
1595 if (notSupport) { in CreateJsImageOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp712 bool notSupport = (srcType == SrcType::NETWORK || srcType == SrcType::FILE || srcType == SrcType::DATA_ABILITY); in CreateImageOptions() local
713 if (notSupport) { in CreateImageOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_bridge.cpp165 bool notSupport = (srcType == SrcType::NETWORK || srcType == SrcType::FILE || srcType == SrcType::DATA_ABILITY); in SetImageShowSrc() local
166 if (notSupport) { in SetImageShowSrc()

Completed in 13 milliseconds