OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shill_property_handler_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
network_state_handler.h
277
// Called by |
shill_property_handler_
| when the service or device list has
334
scoped_ptr<internal::ShillPropertyHandler>
shill_property_handler_
;
member in class:chromeos::NetworkStateHandler
shill_property_handler_unittest.cc
190
shill_property_handler_
.reset();
245
shill_property_handler_
.reset(
247
shill_property_handler_
->Init();
280
scoped_ptr<internal::ShillPropertyHandler>
shill_property_handler_
;
member in class:chromeos::ShillPropertyHandlerTest
291
EXPECT_TRUE(
shill_property_handler_
->IsTechnologyAvailable(shill::kTypeWifi));
292
EXPECT_TRUE(
shill_property_handler_
->IsTechnologyEnabled(shill::kTypeWifi));
318
EXPECT_TRUE(
shill_property_handler_
->IsTechnologyAvailable(
320
EXPECT_FALSE(
shill_property_handler_
->IsTechnologyEnabled(shill::kTypeWimax));
329
EXPECT_TRUE(
shill_property_handler_
->IsTechnologyEnabled(shill::kTypeWimax));
484
shill_property_handler_
->UpdateManagerProperties()
[
all
...]
Completed in 337 milliseconds