Home
last modified time | relevance | path

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

/base/telephony/core_service/test/fuzztest/updatesmsicc_fuzzer/
Dupdatesmsicc_fuzzer.cpp46 auto stateManager_ = std::make_shared<SimStateManager>(telRilManager_); in DoSomethingInterestingWithMyAPI() local
48 auto simSmsController = std::make_shared<SimSmsController>(eventLoopSms_, stateManager_); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp35 : AppExecFwk::EventHandler(runner), stateManager_(simStateManager) in IccFile()
37 if (stateManager_ == nullptr) { in IccFile()
88 if (stateManager_ != nullptr) { in Init()
89 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in Init()
90 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in Init()
91 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_SIMLOCK); in Init()
533 return (stateManager_ != nullptr) ? stateManager_->HasSimCard() : false; in HasSimCard()
554 if (stateManager_ != nullptr) { in UnInit()
555 stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in UnInit()
556 stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in UnInit()
[all …]
Dsim_sms_manager.cpp25 : telRilManager_(telRilManager), simFileManager_(simFileManager), stateManager_(simStateManager) in SimSmsManager()
58 smsController_ = std::make_shared<SimSmsController>(eventLoopSms_, stateManager_); in Init()
Dsim_sms_controller.cpp28 : AppExecFwk::EventHandler(runner), stateManager_(simStateManager) in SimSmsController()
280 if (stateManager_ != nullptr) { in IsCdmaCardType()
281 CardType type = stateManager_->GetCardType(); in IsCdmaCardType()
Disim_file.cpp95 if (stateManager_ == nullptr) { in ProcessIccReady()
99 if (stateManager_->GetCardType() != CardType::SINGLE_MODE_ISIM_CARD) { in ProcessIccReady()
Druim_file.cpp134 if (stateManager_->GetCardType() != CardType::SINGLE_MODE_RUIM_CARD) { in ProcessIccReady()
Dsim_file.cpp171 CardType cardType = stateManager_->GetCardType(); in ProcessIccReady()
/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
Dupdatevoicemail_fuzzer.cpp54 auto stateManager_ = std::make_shared<SimStateManager>(telRilManager_); in DoSomethingInterestingWithMyAPI() local
56 auto ruimFile = std::make_shared<RuimFile>(eventLoopRecord_, stateManager_); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/include/
Dsim_sms_manager.h46 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
Dsim_sms_controller.h57 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
Dicc_file.h102 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable