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:SetNonBlock
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/wifi/wifi/base/cRPC/include/
H
A
D
net.h
30
int
SetNonBlock
(int fd, int type);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H
A
D
raw_socket.h
31
bool
SetNonBlock
(int fd);
H
A
D
raw_socket.cpp
50
bool RawSocket::
SetNonBlock
(int fd)
in SetNonBlock()
function in OHOS::Wifi::RawSocket
80
if (
SetNonBlock
(socketFd)) {
in CreateSocket()
/foundation/communication/wifi/wifi/base/cRPC/src/
H
A
D
net.c
30
int
SetNonBlock
(int fd, int type)
in SetNonBlock()
function
148
if (
SetNonBlock
(sock, 1) != 0) {
in CreateUnixServer()
H
A
D
client.c
145
SetNonBlock
(fd, 1);
in CreateRpcClient()
H
A
D
server.c
52
if (
SetNonBlock
(fd, 1) != 0) {
in OnAccept()
53
LOGE("OnAccept
SetNonBlock
failed!");
in OnAccept()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H
A
D
mock_wpa_ctrl.cpp
130
static void
SetNonBlock
(int fd)
in SetNonBlock()
function
151
SetNonBlock
(pipeFd[0]);
in wpa_ctrl_open()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H
A
D
raw_socket_test.cpp
106
EXPECT_FALSE(pRawSocket->
SetNonBlock
(1));
in HWTEST_F()
/foundation/communication/dhcp/services/utils/include/
H
A
D
dhcp_arp_checker.h
55
bool
SetNonBlock
(int32_t fd);
/foundation/communication/dhcp/services/utils/src/
H
A
D
dhcp_arp_checker.cpp
245
if (
SetNonBlock
(socketFd)) {
in CreateSocket()
348
bool DhcpArpChecker::
SetNonBlock
(int32_t fd)
in SetNonBlock()
function in OHOS::DHCP::DhcpArpChecker
Completed in 5 milliseconds