Home
last modified time | relevance | path

Searched refs:LoadDefaults (Results 1 – 7 of 7) sorted by relevance

/external/libweave/include/weave/provider/test/
Dmock_config_store.h28 EXPECT_CALL(*this, LoadDefaults(_))
53 MOCK_METHOD1(LoadDefaults, bool(Settings*));
/external/libweave/include/weave/provider/
Dconfig_store.h72 virtual bool LoadDefaults(Settings* settings) = 0;
/external/libweave/examples/provider/
Dfile_config_store.h23 bool LoadDefaults(Settings* settings) override;
Dfile_config_store.cc35 bool FileConfigStore::LoadDefaults(Settings* settings) { in LoadDefaults() function in weave::examples::FileConfigStore
/external/libweave/src/
Dconfig.cc118 CHECK(config_store_->LoadDefaults(&settings_)); in Load()
Ddevice_registration_info_unittest.cc134 EXPECT_CALL(config_store_, LoadDefaults(_)) in ReloadDefaults()
/external/libweave/src/privet/
Dsecurity_manager_unittest.cc66 EXPECT_CALL(*this, LoadDefaults(_)) in SecurityManagerConfigStore()