Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1485 auto propValueJson = propsObject->GetValue("value"); in ParsePropsVariable() local
1487 if (propValueJson && propValueJson->IsValid()) { in ParsePropsVariable()
1488 value = propValueJson->IsString() ? propValueJson->GetString() : propValueJson->ToString(); in ParsePropsVariable()
1521 auto propValueJson = propsObject->GetValue("value"); in ParsePropsArray() local
1524 if (propValueJson && propValueJson->IsValid()) { in ParsePropsArray()
1525 arrayPropJson->Put(arrayParam.c_str(), propValueJson); in ParsePropsArray()