Home
last modified time | relevance | path

Searched refs:GID1 (Results 1 – 9 of 9) sorted by relevance

/base/telephony/telephony_data/opkey/src/
Drdb_opkey_helper.cpp58 createTableStr.append(OpKeyData::GID1).append(" TEXT , "); in CreateOpKeyInfoTableStr()
68 createTableStr.append(OpKeyData::GID1).append(", "); in CreateOpKeyInfoTableStr()
/base/telephony/telephony_data/interfaces/innerkits/include/
Dopkey_data.h34 static constexpr const char *GID1 = "gid1"; variable
/base/telephony/core_service/services/sim/include/
Doperator_matching_rule.h31 static const std::string GID1 = "gid1"; variable
/base/telephony/core_service/services/sim/src/
Doperator_config_loader.cpp161 resultSet->GetColumnIndex(GID1, columnIndex); in MatchOperatorRule()
/base/telephony/telephony_data/test/unittest/data_test/
Ddata_storage_test.cpp140 value.Put(OpKeyData::GID1, "gid1"); in OpKeyInsert()
150 values.Put(OpKeyData::GID1, "gidd1"); in OpKeyUpdate()
/base/telephony/telephony_data/common/src/
Dparser_util.cpp254 value.PutString(OpKeyData::GID1, bean.gid1); in ParserOpKeyToValuesBucket()
/base/telephony/core_service/
DREADME_zh.md76 | function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的GID1(Gr…
DREADME.md77 …: AsyncCallback\<string>): void; | Obtains the group identifier level 1 \(GID1\) of the SIM card i…
/base/telephony/telephony_data/test/unittest/data_gtest/
Ddata_storage_gtest.cpp162 value.Put(OpKeyData::GID1, "gid1"); in OpKeyInsert()