Home
last modified time | relevance | path

Searched refs:operKey (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_ncfg_operator_info_v12.md21 | String [operKey](#operkey) | 随卡匹配的运营商标识。 |
29 ### operKey subsection
32 String NcfgOperatorInfo::operKey
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp269 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 Dmulti_sim_controller.cpp303 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 Dsim_state_manager.cpp515 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 Dsim_state_handle.cpp468 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 Dsim_manager.cpp642 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 Dtel_ril_sim_parcel.h342 std::string operKey = ""; member
H A Di_sim_manager.h85 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) = 0;
H A Dcore_manager_inner.h319 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 Dsim_state_manager.h57 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
H A Dsim_state_handle.h140 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
H A Dsim_manager.h98 … 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 Dhril_vendor_sim_defs.h350 char *operKey; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dtypes.cpp.txt78 if (!data.WriteCString(dataBlock.operKey.c_str())) {
79 HDF_LOGE("%{public}s: write dataBlock.operKey failed!", __func__);
109 dataBlock.operKey = operKeyCp;
H A Dtypes.h.txt60 std::string operKey;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/
H A DTypes.idl44 String operKey;
/ohos5.0/drivers/interface/ril/v1_2/
H A DTypes.idl44 String operKey;
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp625 ncfgOperatorInfo.operKey = "operKey";
646 ncfgOperatorInfo.operKey = "operKey";
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp376 …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 Dtel_ril_sim.cpp481 ncfgOperatorInfo.operKey = reqInfo.operKey; in SendSimMatchedOperatorInfo()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1941 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 Dril_interface_test.cpp1218 cin >> reqInfo.operKey; in SendSimMatchedOperatorInfoTest()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp449 cin >> reqInfo.operKey; in OnRequestSendSimMatchedOperatorInfoTest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/
H A Ddump.txt605 std::string operKey;