Searched refs:GetCurrentGridInfo (Results 1 – 4 of 4) sorted by relevance
26 …std::string gridInfo = OHOS::Ace::GridSystemManager::GetInstance().GetCurrentGridInfo().ToString(); in JSGridGetSystemLayoutInfo()
52 const SystemGridInfo& GetCurrentGridInfo();
152 const SystemGridInfo& GridSystemManager::GetCurrentGridInfo() in GetCurrentGridInfo() function in OHOS::Ace::GridSystemManager
1407 return runtime->NewString(GridSystemManager::GetInstance().GetCurrentGridInfo().ToString()); in JsHandleGridLayout()