Home
last modified time | relevance | path

Searched refs:callRestrictionParam (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp103 CallRestrictionParam callRestrictionParam; in SetCallRestrictionRequest() local
104 callRestrictionParam.mode = mode; in SetCallRestrictionRequest()
105 callRestrictionParam.fac = fac; in SetCallRestrictionRequest()
107 size_t maxCpyLen = sizeof(callRestrictionParam.password); in SetCallRestrictionRequest()
108 if (strcpy_s(callRestrictionParam.password, cpyLen > maxCpyLen ? maxCpyLen : cpyLen, pw.c_str()) != EOK) { in SetCallRestrictionRequest()
119 return CoreManagerInner::GetInstance().SetCallRestriction(slotId, callRestrictionParam, response); in SetCallRestrictionRequest()

Completed in 2 milliseconds