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:RETRY
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/
H
A
D
wifi_direct_event_dispatcher.h
54
RETRY
,
member in OHOS::SoftBus::ProcessorTerminateReason
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
cpu_manager_interface.h
26
RETRY
= 0,
member in ffrt::WorkerAction
H
A
D
scpuworker_manager.cpp
129
return WorkerAction::
RETRY
;
in WorkerIdleAction()
143
return WorkerAction::
RETRY
;
in WorkerIdleAction()
H
A
D
cpu_worker.cpp
284
if (action == WorkerAction::
RETRY
) {
in WorkerLooperDefault()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
rdb_delegate.h
57
static constexpr int
RETRY
= 3;
member in OHOS::DataShare::final
H
A
D
rdb_delegate.cpp
301
for (int32_t retryCount = 0; retryCount <
RETRY
; retryCount++) {
in IsLimit()
/foundation/communication/netstack/frameworks/native/websocket_client/
H
A
D
websocket_client.cpp
43
static const lws_retry_bo_t
RETRY
= {
member
379
connectInfo.retry_and_idle_policy = &
RETRY
;
in CreatConnectInfo()
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H
A
D
media_codec.cpp
618
const int8_t
RETRY
= 3; // max retry count is 3
in ProcessInputBuffer()
local
634
} while (ret != Status::OK && retryCount <
RETRY
);
in ProcessInputBuffer()
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H
A
D
websocket_exec.cpp
85
static const lws_retry_bo_t
RETRY
= {
member
682
connectInfo.retry_and_idle_policy = &
RETRY
;
in CreatConnectInfo()
Completed in 7 milliseconds