Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dauto_layout.cpp40 void AutoLayout::SetJsonLocation(JsonNode &root) in SetJsonLocation() function in Updater::AutoLayout
46 helper_->SetJsonLocation(root); in SetJsonLocation()
H A Dlayout_interface.h23 virtual void SetJsonLocation(JsonNode &root) = 0;
H A Dauto_layout.h25 void SetJsonLocation(JsonNode &root);
H A Dlayout_parser.cpp54 layout.SetJsonLocation(node); in LoadLayout()