| /base/telephony/ril_adapter/interfaces/innerkits/include/ |
| D | hril_sim_parcel.h | 308 std::string operKey = ""; member
|
| D | hril_vendor_sim_defs.h | 346 char *operKey; member
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_state_manager.h | 55 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
|
| D | sim_state_handle.h | 136 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
|
| D | sim_manager.h | 89 … int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) override;
|
| /base/telephony/core_service/services/sim/src/ |
| D | operator_config_cache.cpp | 246 std::string operKey = Str16ToStr8(simFileManager->GetOpKey()); in SendSimMatchedOperatorInfo() local 248 static_cast<int32_t>(simState), operName, operKey); in SendSimMatchedOperatorInfo()
|
| D | sim_state_handle.cpp | 421 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 432 requireInfo.operKey = operKey; in SendSimMatchedOperatorInfo()
|
| D | sim_state_manager.cpp | 488 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 496 simStateHandle_->SendSimMatchedOperatorInfo(slotId, state, operName, operKey); in SendSimMatchedOperatorInfo()
|
| D | sim_manager.cpp | 576 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 586 return simStateManager_[slotId]->SendSimMatchedOperatorInfo(slotId, state, operName, operKey); in SendSimMatchedOperatorInfo()
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 82 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) = 0;
|
| D | core_manager_inner.h | 310 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
|
| /base/telephony/ril_adapter/services/hril/src/ |
| D | hril_sim.cpp | 298 …SafeFrees(rilNcfgOperatorInfo->operName, rilNcfgOperatorInfo->operKey, rilNcfgOperatorInfo->reserv… in SendSimMatchedOperatorInfo() 705 CopyToCharPoint(&(rilNcfgOperatorInfo->operKey), ncfgOperatorInfo.operKey); in CopyToHRilNcfgOperatorInfo()
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| D | ril_sim_test.cpp | 625 ncfgOperatorInfo.operKey = "operKey"; 646 ncfgOperatorInfo.operKey = "operKey";
|
| /base/telephony/core_service/services/tel_ril/src/ |
| D | tel_ril_sim.cpp | 490 ncfgOperatorInfo.operKey = reqInfo.operKey; in SendSimMatchedOperatorInfo()
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_manager_inner.cpp | 1886 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument 1892 return simManager_->SendSimMatchedOperatorInfo(slotId, state, operName, operKey); in SendSimMatchedOperatorInfo()
|
| /base/telephony/ril_adapter/test/unittest/ |
| D | ril_interface_test.cpp | 1201 cin >> reqInfo.operKey; in SendSimMatchedOperatorInfoTest()
|
| /base/telephony/core_service/services/tel_ril/test/ |
| D | tel_ril_test.cpp | 448 cin >> reqInfo.operKey; in OnRequestSendSimMatchedOperatorInfoTest()
|