Home
last modified time | relevance | path

Searched refs:customParams_ (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dsettings.h39 customParams_[key] = value; in SetCustomParams()
45 auto it = customParams_.find(key); in GetCustomParams()
46 if (it != customParams_.end()) { in GetCustomParams()
57 std::unordered_map<std::string, std::string> customParams_; member

Completed in 1 milliseconds