Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sim_parcel.h308 std::string operKey = ""; member
Dhril_vendor_sim_defs.h346 char *operKey; member
/base/telephony/core_service/services/sim/include/
Dsim_state_manager.h55 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
Dsim_state_handle.h136 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
Dsim_manager.h89 … int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) override;
/base/telephony/core_service/services/sim/src/
Doperator_config_cache.cpp246 std::string operKey = Str16ToStr8(simFileManager->GetOpKey()); in SendSimMatchedOperatorInfo() local
248 static_cast<int32_t>(simState), operName, operKey); in SendSimMatchedOperatorInfo()
Dsim_state_handle.cpp421 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) in SendSimMatchedOperatorInfo() argument
432 requireInfo.operKey = operKey; in SendSimMatchedOperatorInfo()
Dsim_state_manager.cpp488 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()
Dsim_manager.cpp576 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/
Di_sim_manager.h82 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey) = 0;
Dcore_manager_inner.h310 int32_t slotId, int32_t state, const std::string &operName, const std::string &operKey);
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp298 …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/
Dril_sim_test.cpp625 ncfgOperatorInfo.operKey = "operKey";
646 ncfgOperatorInfo.operKey = "operKey";
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp490 ncfgOperatorInfo.operKey = reqInfo.operKey; in SendSimMatchedOperatorInfo()
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp1886 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/
Dril_interface_test.cpp1201 cin >> reqInfo.operKey; in SendSimMatchedOperatorInfoTest()
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp448 cin >> reqInfo.operKey; in OnRequestSendSimMatchedOperatorInfoTest()