Home
last modified time | relevance | path

Searched refs:readListFromParcel (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h60 static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &readFunc) in readListFromParcel() function in OHOS::Print::PrintUtils
78 static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &readFunc, in readListFromParcel() function in OHOS::Print::PrintUtils
84 return readListFromParcel(parcel, supportedList, readFunc); in readListFromParcel()
87 PRINT_HILOGE("Func readListFromParcel error! Ptr: hasSupportedPtr is null"); in readListFromParcel()
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp274 PrintUtils::readListFromParcel<PrintPageSize>(parcel, right.supportedPageSizeList_, in ReadFromParcel()
283 PrintUtils::readListFromParcel<PrintResolution>(parcel, right.resolutionList_, in ReadFromParcel()
292 PrintUtils::readListFromParcel<uint32_t>( in ReadFromParcel()
296 PrintUtils::readListFromParcel<uint32_t>( in ReadFromParcel()
300 PrintUtils::readListFromParcel<std::string>( in ReadFromParcel()
304 PrintUtils::readListFromParcel<uint32_t>( in ReadFromParcel()
308 PrintUtils::readListFromParcel<uint32_t>( in ReadFromParcel()

Completed in 2 milliseconds