/system/update_engine/update_manager/ |
D | real_config_provider.cc | 44 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/ |
D | virtual_device_unittest.cc | 76 TEST_F(VirtualDeviceTest, Load) { in TEST_F() argument 79 EXPECT_TRUE(device_->Load(&storage)); in TEST_F()
|
D | dhcp_properties.h | 47 virtual void Load(StoreInterface* store, const std::string& id); 84 FRIEND_TEST(DhcpPropertiesTest, Load);
|
D | dhcp_properties_unittest.cc | 163 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()
|
D | mock_dhcp_properties.h | 32 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
|
D | virtual_device.h | 48 bool Load(StoreInterface* storage) override;
|
D | mock_eap_credentials.h | 37 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
|
D | service_unittest.cc | 436 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 …]
|
D | virtual_device.cc | 50 bool VirtualDevice::Load(StoreInterface* /*storage*/) { in Load() function in shill::VirtualDevice
|
D | mock_device.h | 56 MOCK_METHOD1(Load, bool(StoreInterface* storage));
|
D | mock_service.h | 67 MOCK_METHOD1(Load, bool(StoreInterface* store_interface));
|
D | static_ip_parameters.h | 46 void Load(StoreInterface* storage, const std::string& storage_id);
|
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 127 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()
|
D | mock_vpn_driver.h | 38 MOCK_METHOD2(Load, bool(StoreInterface* storage,
|
D | vpn_service.h | 46 bool Load(StoreInterface* storage) override;
|
D | vpn_driver.h | 55 virtual bool Load(StoreInterface* storage, const std::string& storage_id);
|
D | vpn_service_unittest.cc | 196 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/ |
D | crash_reporter_logs_test.cc | 37 ASSERT_TRUE(store.Load(base::FilePath(kConfigFile))); in TEST()
|
/system/update_engine/common/ |
D | hwid_override.cc | 39 lsb_release.Load(base::FilePath(root.value() + "/etc/lsb-release")); in Read()
|
/system/core/metricsd/uploader/ |
D | system_profile_cache.cc | 81 reader.Load(); in Initialize() 118 if (!weave_config.Load(base::FilePath(metrics::kWeaveConfigurationFile))) { in Initialize()
|
/system/connectivity/shill/pppoe/ |
D | pppoe_service.cc | 152 bool PPPoEService::Load(StoreInterface* storage) { in Load() function in shill::PPPoEService 153 if (!Service::Load(storage)) { in Load()
|
D | pppoe_service.h | 59 bool Load(StoreInterface* storage) override;
|
/system/update_engine/ |
D | image_properties_android.cc | 63 osrelease.Load(); in LoadImageProperties()
|
/system/extras/simpleperf/ |
D | dso.h | 92 bool Load();
|
/system/weaved/buffet/ |
D | buffet_config.cc | 100 if (!store.Load(options_.defaults)) in LoadDefaults() 131 reader.Load(); in LoadDefaults()
|