Searched refs:TagService (Results 1 – 7 of 7) sorted by relevance
32 TagService::TagService(const std::string &data) in TagService() function in OHOS::Telephony::TagService44 TagService::TagService(const std::vector<uint8_t> &data) : data_(data) {} in TagService() function in OHOS::Telephony::TagService46 TagService::~TagService() {} in ~TagService()48 int TagService::GetTagCode() const in GetTagCode()58 void TagService::GetValue(std::vector<uint8_t> &result) const in GetValue()66 uint8_t TagService::GetLength() const in GetLength()79 std::to_chars(buff, buff + CHAR_LEN, arg, TagService::HEX_TYPE); in TagFunc()119 bool TagService::Next() in Next()
247 std::shared_ptr<TagService> recTlv = std::make_shared<TagService>(record); in BuildNumberFileByRecord()261 auto tlvEfSfi = std::make_shared<TagService>(datav); in BuildNumberFileByRecord()268 std::shared_ptr<UsimDiallingNumberFile> file, std::shared_ptr<TagService> tlv, int parentTag) in StorePbrDetailInfo()
32 class TagService {34 explicit TagService(const std::string &data);35 explicit TagService(const std::vector<uint8_t> &data);36 virtual ~TagService();
86 std::shared_ptr<TagService> tlv, int parentTag);
37 auto tagService = std::make_shared<TagService>(parameter); in DoSomethingInterestingWithMyAPI()
1212 std::shared_ptr<TagService> tagService = std::make_shared<TagService>(testEmptyStr);1213 std::shared_ptr<TagService> tagService1 = std::make_shared<TagService>(testStr);1214 std::shared_ptr<TagService> tagService2 = std::make_shared<TagService>(testCnStr);
409 auto tlvEfSfi = std::make_shared<TagService>(datav);