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:successCount_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H
A
D
rs_interfaces_test_utils.cpp
95
successCount_
++;
in OnVsync()
96
ROSEN_LOGI("compareWH is successful in onVsync: %{public}d",
successCount_
);
in OnVsync()
H
A
D
rs_interfaces_test_utils.h
64
uint32_t
successCount_
= 0;
member in OHOS::Rosen::RSInterfacesTestUtils
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_test_utils.cpp
115
successCount_
++;
in OnVsync()
116
WLOGI("compareWH is successful in onVsync: %d",
successCount_
);
in OnVsync()
H
A
D
display_test_utils.h
62
uint32_t
successCount_
= 0;
member in OHOS::Rosen::DisplayTestUtils
H
A
D
screen_manager_test.cpp
442
while (utils.
successCount_
< acquireFrames_ && waitCount_ <= maxWaitCount_) {
in HWTEST_F()
443
if (lastCount != utils.
successCount_
) {
in HWTEST_F()
444
lastCount = utils.
successCount_
;
in HWTEST_F()
453
ASSERT_GT(utils.
successCount_
, 0);
in HWTEST_F()
483
while (utils.
successCount_
< acquireFrames_ && waitCount_ <= maxWaitCount_) {
in HWTEST_F()
484
if (lastCount != utils.
successCount_
) {
in HWTEST_F()
485
lastCount = utils.
successCount_
;
in HWTEST_F()
494
ASSERT_GT(utils.
successCount_
, 0);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H
A
D
cloud_db_proxy.h
127
uint32_t
successCount_
;
member in DistributedDB::CloudDBProxy::CloudActionContext
H
A
D
cloud_db_proxy.cpp
494
successCount_
(0u),
in CloudActionContext()
585
info.successCount =
successCount_
;
in GetInfo()
647
successCount_
++;
in SetInfo()
Completed in 6 milliseconds