Home
last modified time | relevance | path

Searched refs:AlterPinPassword (Results 1 – 6 of 6) sorted by relevance

/base/telephony/cellular_call/services/connection/include/
Dsupplement_request_cs.h157 int32_t AlterPinPassword(int32_t slotId, std::string newPin, std::string oldPin);
/base/telephony/cellular_call/services/common/src/
Dmmi_code_utils.cpp97 mmiCodeFunc["04"_hash] = &CellularCallSupplement::AlterPinPassword; in InitMmiCodeFunc()
/base/telephony/cellular_call/services/control/include/
Dcellular_call_supplement.h250 void AlterPinPassword(int32_t slotId, const MMIData &mmiData);
/base/telephony/cellular_call/services/connection/src/
Dsupplement_request_cs.cpp177 int32_t SupplementRequestCs::AlterPinPassword(int32_t slotId, std::string newPin, std::string oldPi… in AlterPinPassword() function in OHOS::Telephony::SupplementRequestCs
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp1460 void CellularCallSupplement::AlterPinPassword(int32_t slotId, const MMIData &mmiData) in AlterPinPassword() function in OHOS::Telephony::CellularCallSupplement
1474 result = supplementRequestCs_.AlterPinPassword(slotId, newPin, oldPin); in AlterPinPassword()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp2487 supplement.AlterPinPassword(slotId, mmiData);
2495 supplement.AlterPinPassword(slotId, mmiData);
2500 supplement.AlterPinPassword(slotId, mmiData);