Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp32 idStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ID)); in AppStyleManager()
47 …ReleaseJerryValue(idStrValue_, attrsStrValue_, dynamicStyleStrValue_, staticStyleStrValue_, static… in ~AppStyleManager()
116 if (name == idStrValue_) { in GetStyleObjFromOptions()
238 if (type == idStrValue_) { in HandleSingleSelector()
291 HandleSelectors(options, idStrValue_, curr); in HandleIDSelectors()
H A Dapp_style_manager.h55 jerry_value_t idStrValue_; variable