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:SetSocketMode
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_client_state_machine.cpp
369
SetSocketMode
(SOCKET_MODE_INVALID);
in StopIpv4()
401
SetSocketMode
(SOCKET_MODE_RAW);
in DhcpInit()
463
void DhcpClientStateMachine::
SetSocketMode
(uint32_t mode)
in SetSocketMode()
function in OHOS::DHCP::DhcpClientStateMachine
469
DHCP_LOGI("
SetSocketMode
() the socket mode %{public}s.", (mode == SOCKET_MODE_RAW) ? "raw"
in SetSocketMode()
488
SetSocketMode
(SOCKET_MODE_RAW);
in ExecDhcpRenew()
492
SetSocketMode
(SOCKET_MODE_KERNEL);
in ExecDhcpRenew()
521
SetSocketMode
(SOCKET_MODE_INVALID);
in ExecDhcpRelease()
690
SetSocketMode
(SOCKET_MODE_RAW);
in SendReboot()
746
SetSocketMode
(SOCKET_MODE_RAW);
in Requesting()
844
SetSocketMode
(SOCKET_MODE_KERNE
in DhcpRequestHandle()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H
A
D
dhcp_client_state_machine.h
68
void
SetSocketMode
(uint32_t mode);
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H
A
D
dhcp_client_state_machine_test.cpp
297
dhcpClient->
SetSocketMode
(1);
in HWTEST_F()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H
A
D
dhcpclientfun_fuzzer.cpp
458
dhcpClient->
SetSocketMode
(mode);
in SetSocketModeFuzzerTest()
Completed in 7 milliseconds