Home
last modified time | relevance | path

Searched defs:AddChildPtable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.cpp111 void CompositePtable::AddChildPtable(std::unique_ptr<Ptable> child) in AddChildPtable() function in Updater::CompositePtable
H A Dptable.h66 virtual void AddChildPtable(std::unique_ptr<Ptable> child) {} in AddChildPtable() function