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
defs:tryCount
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
futex_tool.cpp
69
int32_t
tryCount
= 0;
in FutexWait()
local
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H
A
D
storage_status_service.cpp
109
int32_t
tryCount
= 1;
in GetMediaStorageStats()
local
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H
A
D
audio_service_common_unit_test.cpp
368
int32_t
tryCount
= 200;
in HWTEST()
local
397
int32_t
tryCount
= 200;
in HWTEST()
local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H
A
D
remote_fast_audio_capturer_source.cpp
459
int32_t
tryCount
= 10;
in CheckPositionTime()
local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H
A
D
fast_audio_capturer_source.cpp
489
int32_t
tryCount
= 50; // max try count
in CheckPositionTime()
local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H
A
D
remote_fast_audio_renderer_sink.cpp
475
int32_t
tryCount
= 10;
in CheckPositionTime()
local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H
A
D
bluetooth_renderer_sink.cpp
678
int32_t
tryCount
= 3; // try to start bluetooth render up to 3 times;
in Start()
local
714
int32_t
tryCount
= MAX_GET_POSITOIN_TRY_COUNT;
in CheckPositionTime()
local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H
A
D
fast_audio_renderer_sink.cpp
604
int32_t
tryCount
= 50;
in CheckPositionTime()
local
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
networkvpn_service.cpp
1189
uint32_t
tryCount
= 0;
in SubscribeCommonEvent()
local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
audio_process_in_client.cpp
1418
int
tryCount
= 10;
in RecordPrepareCurrent()
local
1478
int
tryCount
= 10; // try 10 * 2 = 20ms
in PrepareCurrent()
local
H
A
D
renderer_in_client.cpp
1789
int32_t
tryCount
= 2; // try futex wait for 2 times.
in WriteCacheData()
local
Completed in 37 milliseconds