Searched refs:operatorConfigLoader_ (Results 1 – 3 of 3) sorted by relevance
38 …operatorConfigLoader_ = std::make_shared<OperatorConfigLoader>(simFileManager, operatorConfigCache… in SimStateTracker()57 …geListener_ = new (std::nothrow) SystemAbilityStatusChangeListener(slotId_, operatorConfigLoader_); in InitListener()82 TelFFRTUtils::Submit([&]() { operatorConfigLoader_->LoadOperatorConfig(slotId_); }); in ProcessSimRecordLoad()121 TelFFRTUtils::Submit([&]() { operatorConfigLoader_->LoadOperatorConfig(slotId_); }); in ProcessSimOpkeyLoad()147 if (operatorConfigLoader_ == nullptr) { in ProcessEvent()
48 std::shared_ptr<OperatorConfigLoader> operatorConfigLoader_ = nullptr; variable
244 std::shared_ptr<OperatorConfigLoader> operatorConfigLoader_ = nullptr; variable246 … new (std::nothrow) SimStateTracker::SystemAbilityStatusChangeListener(0, operatorConfigLoader_);