Home
last modified time | relevance | path

Searched refs:FakeShillDeviceClient (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dfake_shill_device_client.cc61 const int FakeShillDeviceClient::kSimPinRetryCount = 3;
63 FakeShillDeviceClient::FakeShillDeviceClient() {} in FakeShillDeviceClient() function in chromeos::FakeShillDeviceClient
65 FakeShillDeviceClient::~FakeShillDeviceClient() = default;
69 void FakeShillDeviceClient::AddPropertyChangedObserver( in AddPropertyChangedObserver()
81 void FakeShillDeviceClient::GetProperties( in GetProperties()
101 void FakeShillDeviceClient::SetPropertyInternal( in SetPropertyInternal()
284 void FakeShillDeviceClient::AddWakeOnPacketOfTypes( in AddWakeOnPacketOfTypes()
415 void FakeShillDeviceClient::ClearDevices() { in ClearDevices()
453 void FakeShillDeviceClient::AddCellularFoundNetwork( in AddCellularFoundNetwork()
500 FakeShillDeviceClient::SimLockStatus FakeShillDeviceClient::GetSimLockStatus( in GetSimLockStatus()
[all …]
H A Dfake_shill_device_client.h23 class COMPONENT_EXPORT(SHILL_CLIENT) FakeShillDeviceClient in COMPONENT_EXPORT()
27 FakeShillDeviceClient(); in COMPONENT_EXPORT()
28 ~FakeShillDeviceClient() override; in COMPONENT_EXPORT()
181 base::WeakPtrFactory<FakeShillDeviceClient> weak_ptr_factory_{this}; in COMPONENT_EXPORT()
183 DISALLOW_COPY_AND_ASSIGN(FakeShillDeviceClient); in COMPONENT_EXPORT()
H A Dshill_device_client.cc310 new FakeShillDeviceClient(); in InitializeFake()
H A Dfake_shill_manager_client.cc1204 FakeShillDeviceClient::kSimPinRetryCount); in ParseOption()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/network_config/
H A Dcros_network_config_unittest.cc1029 const int retries = FakeShillDeviceClient::kSimPinRetryCount; in TEST_F()
1033 EXPECT_TRUE(SetCellularSimState(FakeShillDeviceClient::kDefaultSimPin, in TEST_F()
1044 EXPECT_TRUE(SetCellularSimState(FakeShillDeviceClient::kDefaultSimPin, in TEST_F()
1055 EXPECT_TRUE(SetCellularSimState(FakeShillDeviceClient::kDefaultSimPin, in TEST_F()
1100 EXPECT_FALSE(SetCellularSimState(FakeShillDeviceClient::kSimPuk, in TEST_F()
1105 EXPECT_TRUE(SetCellularSimState(FakeShillDeviceClient::kSimPuk, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dnetwork_device_handler_unittest.cc487 kDefaultCellularDevicePath, FakeShillDeviceClient::kDefaultSimPin, in TEST_F()