Searched refs:ReadList (Results 1 – 2 of 2) sorted by relevance
53 ModuleIpcHelper::ReadList<SaInfo>(reply, info.saInfoList, ReadSaInfo); in ReadModulePackageInfo()78 ReadList<ModulePackageInfo>(reply, infos, ReadModulePackageInfo); in ReadModulePackageInfos()91 ReadList<SaStatus>(reply, status.saStatusList, ReadSaStatus); in ReadModuleUpdateStatus()
59 static void ReadList(MessageParcel &reply, std::list<T> &list, in ReadList() function