Home
last modified time | relevance | path

Searched refs:TagService (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dtag_service.cpp32 TagService::TagService(const std::string &data) in TagService() function in OHOS::Telephony::TagService
44 TagService::TagService(const std::vector<uint8_t> &data) : data_(data) {} in TagService() function in OHOS::Telephony::TagService
46 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()
Dusim_dialling_numbers_service.cpp247 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()
/base/telephony/core_service/services/sim/include/
Dtag_service.h32 class TagService {
34 explicit TagService(const std::string &data);
35 explicit TagService(const std::vector<uint8_t> &data);
36 virtual ~TagService();
Dusim_dialling_numbers_service.h86 std::shared_ptr<TagService> tlv, int parentTag);
/base/telephony/core_service/test/fuzztest/hexvectohexstr_fuzzer/
Dhexvectohexstr_fuzzer.cpp37 auto tagService = std::make_shared<TagService>(parameter); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp1212 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);
Dzero_branch_test_sim_ril.cpp409 auto tlvEfSfi = std::make_shared<TagService>(datav);