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_TIMES
(Results
1 - 11
of
11
) sorted by relevance
/base/powermgr/battery_manager/test/systemtest/src/
H
A
D
battery_event_system_test.cpp
56
const int32_t
RETRY_TIMES
= 2;
member
267
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
283
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
299
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
315
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
331
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
347
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
363
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
379
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTimes++) {
in RegisterEvent()
395
for (int32_t tryTimes = 0; tryTimes <
RETRY_TIMES
; tryTime
in RegisterEvent()
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H
A
D
transport.h
50
static constexpr int
RETRY_TIMES
= 3;
member in OHOS::HiviewDFX::Transport
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H
A
D
transport.cpp
97
auto retryTimes =
RETRY_TIMES
;
in SendToHiSysEventDataSource()
153
int tryTimes =
RETRY_TIMES
;
in SendData()
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H
A
D
tee_tui_daemon.cpp
43
static const int32_t
RETRY_TIMES
= 20;
variable
56
if (retryTimes >
RETRY_TIMES
) {
in GetTuiDevFd()
H
A
D
tui_event.cpp
64
static const int32_t
RETRY_TIMES
= 20;
variable
365
if (retry >=
RETRY_TIMES
) {
in TuiRegisteCallBack()
410
if (retry >=
RETRY_TIMES
) {
in TuiRegisteDisplayListener()
/base/time/time_service/services/time/src/
H
A
D
ntp_trusted_time.cpp
33
constexpr int32_t
RETRY_TIMES
= 2;
member
47
for (int i = 0; i <
RETRY_TIMES
; i++) {
in ForceRefresh()
H
A
D
ntp_update_time.cpp
49
constexpr int32_t
RETRY_TIMES
= 3;
member
120
for (int i = 0; i <
RETRY_TIMES
; i++) {
in MonitorNetwork()
/base/account/os_account/frameworks/common/file_operator/src/
H
A
D
account_file_operator.cpp
40
const uint32_t
RETRY_TIMES
= 3;
member
315
while (retryCount <
RETRY_TIMES
) {
in IsExistFile()
/base/telephony/core_service/services/sim/src/
H
A
D
icc_operator_privilege_controller.cpp
210
constexpr int32_t
RETRY_TIMES
= 3;
in HasOperatorPrivileges()
local
211
for (int32_t i = INT32_ZERO; i <
RETRY_TIMES
; ++i) {
in HasOperatorPrivileges()
/base/request/request/services/src/task/
H
A
D
request_task.rs
42
const
RETRY_TIMES
: u32 = 4;
consts
101
if self.tries.load(Ordering::SeqCst) <
RETRY_TIMES
{
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_controller_test.cpp
67
constexpr uint32_t
RETRY_TIMES
= 5;
member
372
for (uint32_t retryTimes = 0; retryTimes <
RETRY_TIMES
; ++retryTimes) {
in CheckProxyObject()
Completed in 9 milliseconds