Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/hexvectohexstr_fuzzer/
H A Dhexvectohexstr_fuzzer.cpp37 auto tagService = std::make_shared<TagService>(parameter); in DoSomethingInterestingWithMyAPI() local
38 tagService->GetValue(parameter); in DoSomethingInterestingWithMyAPI()
39 tagService->GetTagCode(); in DoSomethingInterestingWithMyAPI()
40 tagService->Next(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1068 TagService tagService(""); variable
1069 EXPECT_EQ(tagService.data_.size(), 0);
H A Dzero_branch_test.cpp1261 std::shared_ptr<TagService> tagService = std::make_shared<TagService>(testEmptyStr); variable
1264 EXPECT_NE(tagService->GetTagCode(), 1);
1267 EXPECT_FALSE(tagService->Next());