Home
last modified time | relevance | path

Searched defs:textJson (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp4055 nlohmann::json textJson = nlohmann::json::parse(text, nullptr, false); in SearchElementInfosByTextNG() local
6026 nlohmann::json textJson = nlohmann::json::parse(text, nullptr, false); in FindTextByTextHint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp176 std::string ParseTextJsonValue(const std::string& textJson) in ParseTextJsonValue()