Home
last modified time | relevance | path

Searched refs:alphaTag (Results 1 - 11 of 11) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
H A Ddialling_numbers_info.h112 DiallingNumbersInfo(std::u16string &alphaTag, std::u16string &number) in DiallingNumbersInfo() argument
114 DiallingNumbersInfo(0, 0, alphaTag, number); in DiallingNumbersInfo()
117 DiallingNumbersInfo(std::u16string alphaTag, std::u16string number, std::vector<std::u16string> &emails) in DiallingNumbersInfo() argument
119 DiallingNumbersInfo(0, 0, alphaTag, number, emails); in DiallingNumbersInfo()
122 DiallingNumbersInfo(int32_t efid, int32_t recordNumber, std::u16string alphaTag, std::u16string number, in DiallingNumbersInfo() argument
127 name_ = alphaTag; in DiallingNumbersInfo()
132 DiallingNumbersInfo(int32_t efid, int32_t recordNumber, std::u16string &alphaTag, std::u16string &number) in DiallingNumbersInfo() argument
136 name_ = alphaTag; in DiallingNumbersInfo()
/base/telephony/core_service/frameworks/js/sim/include/
H A Dnapi_sim.h68 std::array<char, ARRAY_SIZE> alphaTag {};
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h83 bool SetSimTelephoneNumber(const std::u16string &alphaTag, const std::u16string &phoneNumber);
H A Dsim_file.h36 const std::string &alphaTag, const std::string &number);
H A Dicc_file.h62 const std::string &alphaTag, const std::string &number);
/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp1017 std::u16string alphaTag = simFileManager_[slotId]->GetSimTeleNumberIdentifier(); in SetShowNumber() local
1018 if (!simFileManager_[slotId]->SetSimTelephoneNumber(alphaTag, number)) { in SetShowNumber()
H A Dsim_file_manager.cpp359 bool SimFileManager::SetSimTelephoneNumber(const std::u16string &alphaTag, const std::u16string &phoneNumber) in SetSimTelephoneNumber() argument
365 std::string tag = Str16ToStr8(alphaTag); in SetSimTelephoneNumber()
H A Dsim_file.cpp133 bool SimFile::UpdateMsisdnNumber(const std::string &alphaTag, const std::string &number) in UpdateMsisdnNumber() argument
136 lastMsisdnTag_ = alphaTag; in UpdateMsisdnNumber()
139 diallingNumber->name_ = Str8ToStr16(alphaTag); in UpdateMsisdnNumber()
H A Dicc_file.cpp217 bool IccFile::UpdateMsisdnNumber(const std::string &alphaTag, const std::string &number) in UpdateMsisdnNumber() argument
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp333 SetPropertyToNapiObject(env, val, "alphaTag", std::data(info.alphaTag)); in DiallingNumbersConversion()
352 telNumber->name_ = NapiUtil::ToUtf16(info.alphaTag.data()); in GetDiallingNumberInfo()
364 napi_value alphaTag = NapiUtil::GetNamedProperty(env, arg, "alphaTag"); in DiallingNumberParaAnalyze() local
365 if (alphaTag) { in DiallingNumberParaAnalyze()
366 NapiValueToCppValue(env, alphaTag, napi_string, std::data(info.alphaTag)); in DiallingNumberParaAnalyze()
2202 NapiUtil::ToUtf8(dialNumber->name_).copy(info.alphaTag.data(), ARRAY_SIZE); in NativeQueryIccDiallingNumbers()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp423 const std::u16string alphaTag = Str8ToStr16(""); in HWTEST_F() local
450 EXPECT_FALSE(simFileManager.SetSimTelephoneNumber(alphaTag, phoneNumber)); in HWTEST_F()

Completed in 23 milliseconds