Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp391 iter.simAccountCallback = callback; in RegisterSimAccountCallback()
403 simAccountRecord.simAccountCallback = callback; in RegisterSimAccountCallback()
441 if (iter.simAccountCallback != nullptr) { in NotifySimAccountChanged()
442 iter.simAccountCallback->OnSimAccountChanged(); in NotifySimAccountChanged()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_monitor.h67 sptr<SimAccountCallback> simAccountCallback = nullptr; member
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1198 sptr<SimAccountCallback> simAccountCallback; variable
1200 …EXPECT_EQ(mInner.RegisterSimAccountCallback(tokenId, simAccountCallback), TELEPHONY_ERR_LOCAL_PTR_…