Searched refs:TEXT_SMS_CONTENT (Results 1 – 3 of 3) sorted by relevance
30 const std::string TEXT_SMS_CONTENT = "hello world"; variable69 const uint8_t *pMsgText = (const uint8_t *)TEXT_SMS_CONTENT.c_str();121 const uint8_t *pMsgText = (const uint8_t *)TEXT_SMS_CONTENT.c_str();154 const unsigned char *userData = (const unsigned char *)TEXT_SMS_CONTENT.c_str();157 unsigned char *packData = (unsigned char *)TEXT_SMS_CONTENT.c_str();
72 const std::string TEXT_SMS_CONTENT = "hello world"; variable1035 std::string text = TEXT_SMS_CONTENT; in SendTextMessageTestFuc()1064 std::string text = TEXT_SMS_CONTENT; in SendTextMessageTestFuc2()
51 const std::string TEXT_SMS_CONTENT = "hello world"; variable