Searched refs:stateManager_ (Results 1 – 11 of 11) sorted by relevance
/base/telephony/core_service/test/fuzztest/updatesmsicc_fuzzer/ |
D | updatesmsicc_fuzzer.cpp | 46 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/ |
D | icc_file.cpp | 35 : 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 …]
|
D | sim_sms_manager.cpp | 25 : telRilManager_(telRilManager), simFileManager_(simFileManager), stateManager_(simStateManager) in SimSmsManager() 58 smsController_ = std::make_shared<SimSmsController>(eventLoopSms_, stateManager_); in Init()
|
D | sim_sms_controller.cpp | 28 : AppExecFwk::EventHandler(runner), stateManager_(simStateManager) in SimSmsController() 280 if (stateManager_ != nullptr) { in IsCdmaCardType() 281 CardType type = stateManager_->GetCardType(); in IsCdmaCardType()
|
D | isim_file.cpp | 95 if (stateManager_ == nullptr) { in ProcessIccReady() 99 if (stateManager_->GetCardType() != CardType::SINGLE_MODE_ISIM_CARD) { in ProcessIccReady()
|
D | ruim_file.cpp | 134 if (stateManager_->GetCardType() != CardType::SINGLE_MODE_RUIM_CARD) { in ProcessIccReady()
|
D | sim_file.cpp | 171 CardType cardType = stateManager_->GetCardType(); in ProcessIccReady()
|
/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/ |
D | updatevoicemail_fuzzer.cpp | 54 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/ |
D | sim_sms_manager.h | 46 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
|
D | sim_sms_controller.h | 57 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
|
D | icc_file.h | 102 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
|