Home
last modified time | relevance | path

Searched refs:GetInitialStateForType (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dfake_shill_manager_client.cc799 state = GetInitialStateForType(shill::kTypeEthernet, &enabled); in SetupDefaultEnvironment()
819 state = GetInitialStateForType(shill::kTypeWifi, &enabled); in SetupDefaultEnvironment()
904 state = GetInitialStateForType(shill::kTypeCellular, &enabled); in SetupDefaultEnvironment()
1005 state = GetInitialStateForType(shill::kTypeVPN, &enabled); in SetupDefaultEnvironment()
1310 std::string FakeShillManagerClient::GetInitialStateForType( in GetInitialStateForType() function in chromeos::FakeShillManagerClient
H A Dfake_shill_manager_client.h126 std::string GetInitialStateForType(const std::string& type, bool* enabled); in COMPONENT_EXPORT()