Searched refs:GID1 (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_helper.cpp | 58 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 D | operator_matching_rule.h | 31 static const std::string GID1 = "gid1"; variable
|
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | opkey_data.h | 34 static constexpr const char *GID1 = "gid1"; variable
|
H A D | pdp_profile_data.h | 148 inline static const std::string GID1 = "gid1"; variable
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_loader.cpp | 220 resultSet->GetColumnIndex(GID1, columnIndex); in MatchOperatorRule()
|
/ohos5.0/base/telephony/telephony_data/test/unittest/data_test/ |
H A D | data_storage_test.cpp | 180 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 D | cellular_data_rdb_helper.cpp | 270 if (apnBean.mvnoType.compare(MvnoType::GID1) == 0) { in IsMvnoDataMatched()
|
/ohos5.0/base/telephony/core_service/ |
H A D | README_zh.md | 76 | function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的GID1(Gr…
|
H A D | README.md | 77 …: 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 D | apn_manager.cpp | 355 …if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::GID1, Str16ToStr8(gid1), mvnoApnVec, slotId))… in CreateMvnoApnItems()
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 324 value.PutString(OpKeyData::GID1, bean.gid1); in ParserOpKeyToValuesBucket()
|
/ohos5.0/base/telephony/telephony_data/test/unittest/data_gtest/ |
H A D | data_storage_gtest.cpp | 178 value.Put(OpKeyData::GID1, "gid1"); in OpKeyInsert()
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 1342 apnBean.mvnoType = MvnoType::GID1; 1377 apnBean.mvnoType = MvnoType::GID1;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-sim-sys.md | 2110 获取指定卡槽中SIM卡的组标识符级别1(GID1)。使用callback异步回调。 2156 获取指定卡槽中SIM卡的组标识符级别1(GID1)。使用Promise异步回调。
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-sim-sys.md | 2110 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…
|