Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp271 static const std::map<AccessibilityWindowType, const std::string> windowTypeTable = { in ConvertWindowTypeToString() local
278 if (windowTypeTable.find(type) == windowTypeTable.end()) { in ConvertWindowTypeToString()
282 return windowTypeTable.at(type); in ConvertWindowTypeToString()