Home
last modified time | relevance | path

Searched refs:NULLSTR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp129 msg.data = IccFileController::NULLSTR; in ProcessRecordSize()
183 msg.data = IccFileController::NULLSTR; in ProcessBinarySize()
192 std::string str = IccFileController::NULLSTR; in ProcessReadRecord()
193 std::string path = IccFileController::NULLSTR; in ProcessReadRecord()
221 msg.data = IccFileController::NULLSTR; in ProcessReadRecord()
262 return IccFileController::NULLSTR; in ObtainElementFileForPublic()
278 msg.data = IccFileController::NULLSTR; in ObtainBinaryFile()
297 msg.data = IccFileController::NULLSTR; in ObtainBinaryFile()
320 msg.data = IccFileController::NULLSTR; in ObtainLinearFixedFile()
348 msg.data = IccFileController::NULLSTR; in ObtainAllLinearFixedFile()
[all …]
H A Dsim_file.cpp370 UpdateSPN(IccFileController::NULLSTR); in StartObtainSpn()
477 UpdateSPN(IccFileController::NULLSTR); in ProcessSpnShortCphs()
874 std::string nullStr = IccFileController::NULLSTR; in ProcessGetMbdnDone()
890 voiceMailNum_ = IccFileController::NULLSTR; in ProcessGetMbdnDone()
891 voiceMailTag_ = IccFileController::NULLSTR; in ProcessGetMbdnDone()
931 voiceMailNum_ = IccFileController::NULLSTR; in ProcessGetCphsMailBoxDone()
932 voiceMailTag_ = IccFileController::NULLSTR; in ProcessGetCphsMailBoxDone()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file.h69 std::string cphsInfo_ = IccFileController::NULLSTR;
79 std::string efLi_ = IccFileController::NULLSTR;
80 std::string efPl_ = IccFileController::NULLSTR;
H A Dicc_file_controller.h56 inline const static std::string NULLSTR = ""; variable