Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp432 auto srcPathProp = param->GetProperty("src"); in SetSearchImageIcon() local
433 if (srcPathProp->IsUndefined() || srcPathProp->IsNull() || !ParseJsMedia(srcPathProp, src)) { in SetSearchImageIcon()
445 GetJsMediaBundleInfo(srcPathProp, bundleName, moduleName); in SetSearchImageIcon()