Home
last modified time | relevance | path

Searched refs:simAuthRespon_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp626 simAuthRespon_.sw1 = response->sw1; in GetSimAuthenticationResult()
627 simAuthRespon_.sw2 = response->sw2; in GetSimAuthenticationResult()
628 simAuthRespon_.response = response->response; in GetSimAuthenticationResult()
645 return simAuthRespon_; in GetSimAuthenticationResponse()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_handle.h176 SimAuthenticationResponse simAuthRespon_ = { 0 }; variable