OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanning_
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/wimax/
wimax.cc
81
scanning_
(false),
86
store->RegisterConstBool(kScanningProperty, &
scanning_
);
95
scanning_
= false;
117
scanning_
= false;
132
if (
scanning_
) {
137
scanning_
= true;
235
scanning_
= false;
wimax.h
73
bool scanning() const { return
scanning_
; }
123
bool
scanning_
;
member in class:shill::WiMax
/system/connectivity/shill/cellular/
cellular.cc
111
scanning_
(false),
[
all
...]
cellular.h
254
bool scanning() const { return
scanning_
; }
524
bool
scanning_
;
member in class:shill::Cellular
cellular_unittest.cc
[
all
...]
Completed in 101 milliseconds