Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthp_extra_manager_impl.cpp61 auto hotzone = rootJson->GetObject("hotzone"); in Init() local
62 if (hotzone == nullptr) { in Init()
65 enable_ = hotzone->GetBool("enable", false); in Init()
66 height_ = hotzone->GetInt("height"); in Init()
67 width_ = hotzone->GetInt("width"); in Init()

Completed in 1 milliseconds