Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp401 SimAccountCallbackRecord simAccountRecord; in RegisterSimAccountCallback() local
402 simAccountRecord.tokenId = tokenId; in RegisterSimAccountCallback()
403 simAccountRecord.simAccountCallback = callback; in RegisterSimAccountCallback()
404 listSimAccountCallbackRecord_.push_back(simAccountRecord); in RegisterSimAccountCallback()