Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp6032 nlohmann::json textTypeJson = nlohmann::json::parse(textType, nullptr, false); in FindTextByTextHint() local
6033 if (!textTypeJson.is_null() && !textTypeJson.is_discarded() && in FindTextByTextHint()
6034 textTypeJson.contains("type") && textTypeJson["type"] == value) { in FindTextByTextHint()