Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/include/
Dsms_dump_helper.h24 class SmsDumpHelper {
26 SmsDumpHelper();
27 ~SmsDumpHelper() = default;
/base/telephony/sms_mms/services/
Dsms_dump_helper.cpp24 bool SmsDumpHelper::Dump(const std::vector<std::string> &args, std::string &result) const in Dump()
32 SmsDumpHelper::SmsDumpHelper() in SmsDumpHelper() function in OHOS::Telephony::SmsDumpHelper
42 bool SmsDumpHelper::WhetherHasSimCard(const int32_t slotId) const in WhetherHasSimCard()
49 void SmsDumpHelper::ShowHelp(std::string &result) const in ShowHelp()
61 void SmsDumpHelper::ShowSmsInfo(std::string &result) const in ShowSmsInfo()
Dsms_service.cpp101 SmsDumpHelper dumpHelper; in Dump()