Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 25 of 78) sorted by relevance

1234

/system/update_engine/update_manager/
Dreal_config_provider.cc44 store.Load(base::FilePath(root_prefix_ + kConfigFilePath)); in Init()
46 if (store.Load(base::FilePath(root_prefix_ + in Init()
51 store.Load(base::FilePath(root_prefix_ + kConfigFilePath)); in Init()
/system/connectivity/shill/
Dvirtual_device_unittest.cc76 TEST_F(VirtualDeviceTest, Load) { in TEST_F() argument
79 EXPECT_TRUE(device_->Load(&storage)); in TEST_F()
Ddhcp_properties.h47 virtual void Load(StoreInterface* store, const std::string& id);
84 FRIEND_TEST(DhcpPropertiesTest, Load);
Ddhcp_properties_unittest.cc163 dhcp_properties_.Load(&storage, kStorageID); in TEST_F()
167 TEST_F(DhcpPropertiesTest, Load) { in TEST_F() argument
175 dhcp_properties_.Load(&storage, kStorageID); in TEST_F()
190 dhcp_properties_.Load(&storage, kStorageID); in TEST_F()
Dmock_dhcp_properties.h32 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
Dvirtual_device.h48 bool Load(StoreInterface* storage) override;
Dmock_eap_credentials.h37 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
Dservice_unittest.cc436 TEST_F(ServiceTest, Load) { in TEST_F() argument
481 EXPECT_CALL(*eap, Load(&storage, storage_id_)); in TEST_F()
485 EXPECT_CALL(*dhcp_props, Load(&storage, storage_id_)); in TEST_F()
487 EXPECT_TRUE(service->Load(&storage)); in TEST_F()
509 EXPECT_CALL(*eap, Load(&storage, storage_id_)); in TEST_F()
511 EXPECT_CALL(*dhcp_props, Load(&storage, storage_id_)); in TEST_F()
513 EXPECT_TRUE(service->Load(&storage)); in TEST_F()
530 EXPECT_FALSE(service_->Load(&storage)); in TEST_F()
544 EXPECT_CALL(*eap_, Load(&storage, storage_id_)).Times(AnyNumber()); in TEST_F()
548 EXPECT_CALL(*dhcp_props.get(), Load(&storage, storage_id_)).Times(AnyNumber()); in TEST_F()
[all …]
Dvirtual_device.cc50 bool VirtualDevice::Load(StoreInterface* /*storage*/) { in Load() function in shill::VirtualDevice
Dmock_device.h56 MOCK_METHOD1(Load, bool(StoreInterface* storage));
Dmock_service.h67 MOCK_METHOD1(Load, bool(StoreInterface* store_interface));
Dstatic_ip_parameters.h46 void Load(StoreInterface* storage, const std::string& storage_id);
/system/connectivity/shill/vpn/
Dvpn_service.cc127 bool VPNService::Load(StoreInterface* storage) { in Load() function in shill::VPNService
128 return Service::Load(storage) && in Load()
129 driver_->Load(storage, GetStorageIdentifier()); in Load()
Dmock_vpn_driver.h38 MOCK_METHOD2(Load, bool(StoreInterface* storage,
Dvpn_service.h46 bool Load(StoreInterface* storage) override;
Dvpn_driver.h55 virtual bool Load(StoreInterface* storage, const std::string& storage_id);
Dvpn_service_unittest.cc196 TEST_F(VPNServiceTest, Load) { in TEST_F() argument
201 EXPECT_CALL(*driver_, Load(&storage, kStorageID)) in TEST_F()
203 EXPECT_TRUE(service_->Load(&storage)); in TEST_F()
/system/core/crash_reporter/
Dcrash_reporter_logs_test.cc37 ASSERT_TRUE(store.Load(base::FilePath(kConfigFile))); in TEST()
/system/update_engine/common/
Dhwid_override.cc39 lsb_release.Load(base::FilePath(root.value() + "/etc/lsb-release")); in Read()
/system/core/metricsd/uploader/
Dsystem_profile_cache.cc81 reader.Load(); in Initialize()
118 if (!weave_config.Load(base::FilePath(metrics::kWeaveConfigurationFile))) { in Initialize()
/system/connectivity/shill/pppoe/
Dpppoe_service.cc152 bool PPPoEService::Load(StoreInterface* storage) { in Load() function in shill::PPPoEService
153 if (!Service::Load(storage)) { in Load()
Dpppoe_service.h59 bool Load(StoreInterface* storage) override;
/system/update_engine/
Dimage_properties_android.cc63 osrelease.Load(); in LoadImageProperties()
/system/extras/simpleperf/
Ddso.h92 bool Load();
/system/weaved/buffet/
Dbuffet_config.cc100 if (!store.Load(options_.defaults)) in LoadDefaults()
131 reader.Load(); in LoadDefaults()

1234