/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _ncfg_operator_info_v12.md | 21 | String [operKey](#operkey) | 随卡匹配的运营商标识。 | 29 ### operKey subsection 32 String NcfgOperatorInfo::operKey
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_cache.cpp | 269 std::string operKey = Str16ToStr8(simFileManager->GetOpKey()); in SendSimMatchedOperatorInfo() local 270 std::string operNameNew = (operKey == "") ? "NULL" : operName; in SendSimMatchedOperatorInfo() 272 static_cast<int32_t>(simState), operNameNew, operKey); in SendSimMatchedOperatorInfo()
|
H A D | multi_sim_controller.cpp | 303 std::string operKey = Str16ToStr8(simFileManager_[slotId]->GetOpKey()); in UpdateDataByIccId() local 308 DataShare::DataShareValueObject opkeyObj(operKey); in UpdateDataByIccId() 341 std::string operKey = Str16ToStr8(simFileManager_[slotId]->GetOpKey()); in InsertData() local 345 DataShare::DataShareValueObject opkeyObj(operKey); in InsertData()
|
H A D | sim_state_manager.cpp | 515 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 523 simStateHandle_->SendSimMatchedOperatorInfo(slotId, state, operName, operKey); in SendSimMatchedOperatorInfo()
|
H A D | sim_state_handle.cpp | 468 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 479 requireInfo.operKey = operKey; in SendSimMatchedOperatorInfo()
|
H A D | sim_manager.cpp | 642 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 648 return simStateManager_[slotId]->SendSimMatchedOperatorInfo(slotId, state, operName, operKey); in SendSimMatchedOperatorInfo()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sim_parcel.h | 342 std::string operKey = ""; member
|
H A D | i_sim_manager.h | 85 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) = 0;
|
H A D | core_manager_inner.h | 319 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 57 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
|
H A D | sim_state_handle.h | 140 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
|
H A D | sim_manager.h | 98 … int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) override;
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 350 char *operKey; member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | types.cpp.txt | 78 if (!data.WriteCString(dataBlock.operKey.c_str())) { 79 HDF_LOGE("%{public}s: write dataBlock.operKey failed!", __func__); 109 dataBlock.operKey = operKeyCp;
|
H A D | types.h.txt | 60 std::string operKey;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/ |
H A D | Types.idl | 44 String operKey;
|
/ohos5.0/drivers/interface/ril/v1_2/ |
H A D | Types.idl | 44 String operKey;
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_sim_test.cpp | 625 ncfgOperatorInfo.operKey = "operKey"; 646 ncfgOperatorInfo.operKey = "operKey";
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 376 …SafeFrees(rilNcfgOperatorInfo->operName, rilNcfgOperatorInfo->operKey, rilNcfgOperatorInfo->reserv… in SendSimMatchedOperatorInfo() 783 CopyToCharPoint(&(rilNcfgOperatorInfo->operKey), ncfgOperatorInfo.operKey); in CopyToHRilNcfgOperatorInfo()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 481 ncfgOperatorInfo.operKey = reqInfo.operKey; in SendSimMatchedOperatorInfo()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 1941 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 1947 return simManager_->SendSimMatchedOperatorInfo(slotId, state, operName, operKey); in SendSimMatchedOperatorInfo()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 1218 cin >> reqInfo.operKey; in SendSimMatchedOperatorInfoTest()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 449 cin >> reqInfo.operKey; in OnRequestSendSimMatchedOperatorInfoTest()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/ |
H A D | dump.txt | 605 std::string operKey;
|