Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmodem_info.cc50 pending_activation_store_.reset(new PendingActivationStore()); in Start()
51 pending_activation_store_->InitStorage(manager_->storage_path()); in Start()
65 pending_activation_store_.reset(); in Stop()
77 pending_activation_store_.reset(pending_activation_store); in set_pending_activation_store()
Dmodem_info.h54 return pending_activation_store_.get(); in pending_activation_store()
91 std::unique_ptr<PendingActivationStore> pending_activation_store_; variable