Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Dutils.cpp33 const std::string KEY_NEED_HIDE = "needHide"; variable
226 if (!JsonUtils::GetBoolFromJson(sourceJson, KEY_NEED_HIDE, initParams.needHide)) { in Parse()