Searched refs:contentCompInfo (Results 1 – 1 of 1) sorted by relevance
410 if (contentCompInfo == nullptr) { in ParseContentComponent()417 contentCompNode->GetAttr("id", contentCompInfo->id_); in ParseContentComponent()418 contentCompNode->GetAttr("par", contentCompInfo->par_); in ParseContentComponent()419 contentCompNode->GetAttr("lang", contentCompInfo->lang_); in ParseContentComponent()420 contentCompNode->GetAttr("contentType", contentCompInfo->contentType_); in ParseContentComponent()422 contentCompInfoList.push_back(contentCompInfo); in ParseContentComponent()426 delete contentCompInfo; in ParseContentComponent()1196 DashContentCompInfo *contentCompInfo = contentCompList.front(); in ClearContentComp() local1197 if (contentCompInfo != nullptr) { in ClearContentComp()1198 ClearRoleList(contentCompInfo->roleList_); in ClearContentComp()[all …]