Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isWifiConnected
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/core_service/services/network_search/include/
H
A
D
device_state_handler.h
31
void ProcessWifiState(bool
isWifiConnected
);
/base/telephony/core_service/services/network_search/src/
H
A
D
device_state_observer.cpp
141
bool
isWifiConnected
= data.GetCode() == NetConnState::NET_CONN_STATE_CONNECTED;
in ProcessWifiState()
local
142
deviceStateHandler_->ProcessWifiState(
isWifiConnected
);
in ProcessWifiState()
143
TELEPHONY_LOGI("DeviceStateEventSubscriber wifi %{public}s",
isWifiConnected
? "connected" : "no connected");
in ProcessWifiState()
H
A
D
device_state_handler.cpp
46
void DeviceStateHandler::ProcessWifiState(bool
isWifiConnected
)
in ProcessWifiState()
argument
48
isWifiConnected_ =
isWifiConnected
;
in ProcessWifiState()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_cups_client.cpp
1707
bool
isWifiConnected
= false;
in IsIpConflict()
local
1713
wifiDevice->IsConnected(
isWifiConnected
);
in IsIpConflict()
1714
PRINT_HILOGD("
isWifiConnected
: %{public}d",
isWifiConnected
);
in IsIpConflict()
1718
if (
isWifiConnected
&& p2pLinkedInfo.GetConnectState() == Wifi::P2pConnectedState::P2P_CONNECTED) {
in IsIpConflict()
Completed in 5 milliseconds