Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.h33 void AddChildPtable(std::unique_ptr<Ptable> child) override;
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
H A Dptable_manager.cpp283 pPtable_->AddChildPtable(iter->second()); in InitCompositePtable()