Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp202 std::string propValueStr = propValue->ToString(runtime); in GetStyleFamilyValue() local
205 family = propValueStr; in GetStyleFamilyValue()
214 familyStyle += propValueStr; in GetStyleFamilyValue()
217 … src = propValueStr.substr(URL_SOURCE_START_IDX, propValueStr.length() - URL_SOURCE_SUFFIX_LEN); in GetStyleFamilyValue()
246 std::string propValueStr = propValue->ToString(runtime); in GetStyleAnimationName() local
247 animationNameKeyFrame.emplace(propKeyStr, propValueStr); in GetStyleAnimationName()