Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6192 jsonNode->Put(EnumTypeToString(key).c_str(), 1); in JsonNodePutDefaultValue()
6201 jsonNode->Put(EnumTypeToString(key).c_str(), value.c_str()); in JsonNodePutDefaultValue()
6210 jsonNode->Put(EnumTypeToString(key).c_str(), value); in JsonNodePutDefaultValue()
6213 std::string WebPattern::EnumTypeToString(WebAccessibilityType type) in EnumTypeToString() function in OHOS::Ace::NG::WebPattern
6236 …jsonNode->Put(EnumTypeToString(WebAccessibilityType::ID).c_str(), webNodeInfo->GetAccessibilityId(… in WebNodeInfoToJsonValue()
6238 …jsonNode->Put(EnumTypeToString(WebAccessibilityType::SEL_START).c_str(), webNodeInfo->GetSelection… in WebNodeInfoToJsonValue()
6239 …jsonNode->Put(EnumTypeToString(WebAccessibilityType::SEL_END).c_str(), webNodeInfo->GetSelectionEn… in WebNodeInfoToJsonValue()
6259 … jsonNode->Put(EnumTypeToString(WebAccessibilityType::RECTX).c_str(), webNodeInfo->GetRectX()); in WebNodeInfoToJsonValue()
6260 … jsonNode->Put(EnumTypeToString(WebAccessibilityType::RECTY).c_str(), webNodeInfo->GetRectY()); in WebNodeInfoToJsonValue()
6261 …jsonNode->Put(EnumTypeToString(WebAccessibilityType::RECT_WIDTH).c_str(), webNodeInfo->GetRectWidt… in WebNodeInfoToJsonValue()
[all …]
H A Dweb_pattern.h1014 std::string EnumTypeToString(WebAccessibilityType type);