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:taskCount_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
window_node_state_machine.cpp
84
taskCount_
++;
in UpdateAnimationTaskCount()
88
taskCount_
--;
in UpdateAnimationTaskCount()
97
taskCount_
= taskCount;
in ResetAnimationTaskCount()
103
return
taskCount_
;
in GetAnimationCount()
163
<< ", totalCount: " <<
taskCount_
in GenStateMachineInfo()
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H
A
D
dataobs_mgr_service.cpp
162
if (
taskCount_
>= TASK_COUNT_MAX) {
in NotifyChange()
167
++
taskCount_
;
in NotifyChange()
179
--
taskCount_
;
in NotifyChange()
281
if (
taskCount_
>= TASK_COUNT_MAX) {
in NotifyChangeExt()
288
++
taskCount_
;
in NotifyChangeExt()
298
--
taskCount_
;
in NotifyChangeExt()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H
A
D
file_transfer_manager.cpp
175
taskCount_
.store(0);
in OnSessionClosed()
258
taskCount_
.fetch_add(1);
in IncTransTaskCount()
263
auto count =
taskCount_
.fetch_sub(1);
in DecTransTaskCount()
267
taskCount_
.store(0);
in DecTransTaskCount()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node_state_machine.h
92
int32_t
taskCount_
= 0;
member in OHOS::Rosen::WindowNodeStateMachine
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H
A
D
dataobs_mgr_service.h
77
std::uint32_t
taskCount_
= 0;
member in OHOS::AAFwk::DataObsMgrService
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H
A
D
file_transfer_manager.h
68
std::atomic<int>
taskCount_
{0};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H
A
D
calendar_picker_pattern.cpp
830
taskCount_
++;
in PostTaskToUI()
836
taskCount_
--;
in HandleTaskCallback()
837
if (
taskCount_
> 0) {
in HandleTaskCallback()
839
} else if (
taskCount_
< 0) {
in HandleTaskCallback()
840
taskCount_
= 0;
in HandleTaskCallback()
866
taskCount_
--;
in HandleZeroStartTaskCallback()
867
if (
taskCount_
> 0) {
in HandleZeroStartTaskCallback()
869
} else if (
taskCount_
< 0) {
in HandleZeroStartTaskCallback()
870
taskCount_
= 0;
in HandleZeroStartTaskCallback()
H
A
D
calendar_picker_pattern.h
223
int32_t
taskCount_
= 0;
member in OHOS::Ace::NG::CalendarPickerPattern
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_test/
H
A
D
dataobs_mgr_service_test.cpp
284
dataObsMgrServer->
taskCount_
= 50;
in HWTEST_F()
286
dataObsMgrServer->
taskCount_
= 0;
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H
A
D
calendar_picker_test_update.cpp
1435
pickerPattern->
taskCount_
= 2;
in HWTEST_F()
1437
EXPECT_EQ(pickerPattern->
taskCount_
, 1);
in HWTEST_F()
1439
pickerPattern->
taskCount_
= 0;
in HWTEST_F()
1442
EXPECT_EQ(pickerPattern->
taskCount_
, 0);
in HWTEST_F()
1445
pickerPattern->
taskCount_
= 0;
in HWTEST_F()
1448
EXPECT_EQ(pickerPattern->
taskCount_
, 0);
in HWTEST_F()
H
A
D
calendar_picker_test_ng.cpp
1079
pickerPattern->
taskCount_
= 2;
in HWTEST_F()
1082
pickerPattern->
taskCount_
= 0;
in HWTEST_F()
1084
EXPECT_EQ(pickerPattern->
taskCount_
, 0);
in HWTEST_F()
1086
pickerPattern->
taskCount_
= 1;
in HWTEST_F()
1096
pickerPattern->
taskCount_
= 1;
in HWTEST_F()
1119
pickerPattern->
taskCount_
= 1;
in HWTEST_F()
Completed in 14 milliseconds