Home
last modified time | relevance | path

Searched refs:SetInputStream (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_file_utils.h27 void SetInputStream(std::shared_ptr<std::ifstream> file_);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_file_utils.cpp40 void VCardFileUtils::SetInputStream(std::shared_ptr<std::ifstream> file) in SetInputStream() function in OHOS::Telephony::VCardFileUtils
H A Dvcard_decoder.cpp57 fileUtils_.SetInputStream(file); in Create()