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:SOFTBUS_TIMOUT
(Results
1 - 24
of
24
) sorted by relevance
/foundation/communication/dsoftbus/core/connection/br/src/
H
A
D
softbus_conn_br_send_queue.c
177
if (ret ==
SOFTBUS_TIMOUT
) {
in ConnBrDequeueBlock()
179
status =
SOFTBUS_TIMOUT
;
in ConnBrDequeueBlock()
H
A
D
softbus_conn_br_trans.c
416
case
SOFTBUS_TIMOUT
:
in WaitAck()
440
if (status ==
SOFTBUS_TIMOUT
&& sendNode == NULL) {
in SendHandlerLoop()
H
A
D
softbus_conn_br_pending_packet.c
145
ret =
SOFTBUS_TIMOUT
;
in ConnBrGetBrPendingPacket()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H
A
D
client_trans_pending.c
165
return
SOFTBUS_TIMOUT
;
in TransPendWaitTime()
200
if (isDelete || ret !=
SOFTBUS_TIMOUT
) {
in GetPendingPacketData()
H
A
D
client_trans_proxy_manager.c
116
return
SOFTBUS_TIMOUT
;
in ClientTransProxyListInit()
H
A
D
client_trans_proxy_file_manager.c
471
} else if (ret ==
SOFTBUS_TIMOUT
) {
in SendOneFrameRear()
/foundation/communication/dsoftbus/core/connection/ble/src/
H
A
D
softbus_conn_ble_send_queue.c
170
if (ret ==
SOFTBUS_TIMOUT
) {
in ConnBleDequeueBlock()
172
status =
SOFTBUS_TIMOUT
;
in ConnBleDequeueBlock()
H
A
D
softbus_conn_ble_trans.c
586
if (status ==
SOFTBUS_TIMOUT
&& sendNode == NULL) {
in BleSendTask()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H
A
D
auth_session_test2.cpp
103
return
SOFTBUS_TIMOUT
;
in WaitDeviceOnline()
243
ret =
SOFTBUS_TIMOUT
;
in SetUpTestCase()
365
if (ret != SOFTBUS_OK && ret !=
SOFTBUS_TIMOUT
) {
in TestSendMessage()
461
if (ret2 != SOFTBUS_OK && ret2 !=
SOFTBUS_TIMOUT
) {
in TransTestCase001()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H
A
D
client_trans_pending_test.cpp
112
EXPECT_EQ(
SOFTBUS_TIMOUT
, ret);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/
H
A
D
auth_session_test.cpp
203
return
SOFTBUS_TIMOUT
;
in TestOpenAuthSession()
279
return (g_openCount < count) ?
SOFTBUS_TIMOUT
: SOFTBUS_OK;
in TestWaitOpenSession()
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H
A
D
softbus_error_code.h
63
SOFTBUS_TIMOUT
,
enumerator
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H
A
D
proxy_session_file_test.cpp
129
return
SOFTBUS_TIMOUT
;
in WaitDeviceOnline()
267
ret =
SOFTBUS_TIMOUT
;
in SetUpTestCase()
386
if (ret != SOFTBUS_OK && ret !=
SOFTBUS_TIMOUT
) {
in TestSendMessage()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H
A
D
auth_session_test.c
201
return
SOFTBUS_TIMOUT
;
in TestAuthSessionSendData()
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_conn_common.c
188
if (status != SOFTBUS_OK && status !=
SOFTBUS_TIMOUT
) {
in WaitQueueLength()
/foundation/communication/dsoftbus/core/transmission/common/src/
H
A
D
trans_pending_pkt.c
244
int32_t errCode = (item->status == PACKAGE_STATUS_FINISHED) ? SOFTBUS_OK :
SOFTBUS_TIMOUT
;
in ProcPendingPacket()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/channel/
H
A
D
auth_negotiate_channel_test.cpp
152
EXPECT_EQ(response.GetResultCode(),
SOFTBUS_TIMOUT
);
in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H
A
D
auth_negotiate_channel.cpp
134
response.SetResultCode(
SOFTBUS_TIMOUT
);
in OnWaitDetectResponseTimeout()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H
A
D
softbus_adapter_thread.c
443
return
SOFTBUS_TIMOUT
;
in SoftBusCondWait()
/foundation/communication/dsoftbus/tests/core/connection/br/
H
A
D
connection_br_test.cpp
644
EXPECT_EQ(
SOFTBUS_TIMOUT
, ret);
in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/common/
H
A
D
softbus_error_code.h
88
SOFTBUS_TIMOUT
,
enumerator
/foundation/communication/ipc/dl_deps/
H
A
D
dsoftbus_interface.h
94
SOFTBUS_TIMOUT
,
enumerator
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H
A
D
client_trans_session_service.c
496
return
SOFTBUS_TIMOUT
;
in CheckSessionIsOpened()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H
A
D
softbus_broadcast_mgr.c
1275
return
SOFTBUS_TIMOUT
;
in SoftBusCondWaitSec()
Completed in 31 milliseconds