Lines Matching defs:codec
65 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>();
72 EXPECT_FALSE(codec->CheckVoicemail(smsReadBuff, &setType, &indType));
82 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>();
89 EXPECT_FALSE(codec->CheckVoicemail(smsReadBuff, &setType, &indType));
99 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>();
107 EXPECT_FALSE(codec->CheckVoicemail(smsReadBuff, &setType, &indType));
117 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>();
125 EXPECT_FALSE(codec->CheckVoicemail(smsReadBuff, &setType, &indType));
136 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>();
144 EXPECT_FALSE(codec->CheckVoicemail(smsReadBuff, &setType, &indType));
154 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>();
163 EXPECT_FALSE(codec->CheckVoicemail(smsReadBuff, &setType, &indType));
173 std::shared_ptr<GsmSmsParamCodec> codec = std::make_shared<GsmSmsParamCodec>();
183 EXPECT_TRUE(codec->CheckVoicemail(smsReadBuff, &setType, &indType));