Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp58 createTableStr.append(OpKeyData::GID1).append(" TEXT , "); in CreateOpKeyInfoTableStr()
68 createTableStr.append(OpKeyData::GID1).append(", "); in CreateOpKeyInfoTableStr()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h31 static const std::string GID1 = "gid1"; variable
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dopkey_data.h34 static constexpr const char *GID1 = "gid1"; variable
H A Dpdp_profile_data.h148 inline static const std::string GID1 = "gid1"; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp220 resultSet->GetColumnIndex(GID1, columnIndex); in MatchOperatorRule()
/ohos5.0/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp180 value.Put(OpKeyData::GID1, "gid1"); in OpKeyInsert()
190 values.Put(OpKeyData::GID1, "gidd1"); in OpKeyUpdate()
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp270 if (apnBean.mvnoType.compare(MvnoType::GID1) == 0) { in IsMvnoDataMatched()
/ohos5.0/base/telephony/core_service/
H A DREADME_zh.md76 | function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的GID1(Gr…
H A DREADME.md77 …: AsyncCallback\<string>): void; | Obtains the group identifier level 1 \(GID1\) of the SIM card i…
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp355 …if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::GID1, Str16ToStr8(gid1), mvnoApnVec, slotId))… in CreateMvnoApnItems()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp324 value.PutString(OpKeyData::GID1, bean.gid1); in ParserOpKeyToValuesBucket()
/ohos5.0/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp178 value.Put(OpKeyData::GID1, "gid1"); in OpKeyInsert()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1342 apnBean.mvnoType = MvnoType::GID1;
1377 apnBean.mvnoType = MvnoType::GID1;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sim-sys.md2110 获取指定卡槽中SIM卡的组标识符级别1(GID1)。使用callback异步回调。
2156 获取指定卡槽中SIM卡的组标识符级别1(GID1)。使用Promise异步回调。
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sim-sys.md2110 Obtains the group identifier level 1 (GID1) of the SIM card in the specified slot. This API uses an…
2156 Obtains the GID1 of the SIM card in the specified slot. This API uses a promise to return the resul…