Searched refs:PkgContextInfo_ (Results 1 – 2 of 2) sorted by relevance
189 if (PkgContextInfo_) { in InitializeFrontend()190 declarativeFrontend->SetPkgNameList(PkgContextInfo_->GetPkgNameMap()); in InitializeFrontend()191 declarativeFrontend->SetPkgAliasList(PkgContextInfo_->GetPkgAliasMap()); in InitializeFrontend()192 declarativeFrontend->SetpkgContextInfoList(PkgContextInfo_->GetPkgContextInfoMap()); in InitializeFrontend()207 if (PkgContextInfo_) { in InitializeFrontend()208 cardFrontend->SetPkgNameList(PkgContextInfo_->GetPkgNameMap()); in InitializeFrontend()209 cardFrontend->SetPkgAliasList(PkgContextInfo_->GetPkgAliasMap()); in InitializeFrontend()210 cardFrontend->SetpkgContextInfoList(PkgContextInfo_->GetPkgContextInfoMap()); in InitializeFrontend()305 PkgContextInfo_ = PkgContextInfo; in SetPkgContextInfo()
345 RefPtr<StagePkgContextInfo> PkgContextInfo_; variable