Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h147 showCommands_.emplace_back(command); in ReserveShowCommand()
155 if (showCommands_.empty()) { in UpdateShowAttr()
159 for (auto& command : showCommands_) { in UpdateShowAttr()
173 showCommands_.clear(); in ClearShowCommand()
412 std::vector<RefPtr<JsCommand>> showCommands_; variable