HomeSort by relevance Sort by last modified time
    Searched refs:StoreFactory (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/
store_factory.cc 29 base::LazyInstance<StoreFactory> g_persistent_store_factory
34 StoreFactory::StoreFactory() {}
37 StoreFactory* StoreFactory::GetInstance() {
41 StoreInterface* StoreFactory::CreateStore(const base::FilePath& path) {
store_factory.h 30 class StoreFactory {
32 // This is a singleton. Use StoreFactory::GetInstance()->Foo().
33 static StoreFactory* GetInstance();
38 StoreFactory();
41 friend struct base::DefaultLazyInstanceTraits<StoreFactory>;
43 DISALLOW_COPY_AND_ASSIGN(StoreFactory);
pending_activation_store.cc 106 StoreFactory::GetInstance()->CreateStore(path));
profile.cc 112 StoreFactory::GetInstance()->CreateStore(persistent_profile_path_));
manager_unittest.cc 239 StoreFactory::GetInstance()->CreateStore(
    [all...]

Completed in 682 milliseconds