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:counter_
(Results
1 - 8
of
8
) sorted by relevance
/base/msdp/device_status/libs/src/algorithm/
H
A
D
algo_horizontal.cpp
64
counter_
--;
in ExecuteOperation()
65
if (
counter_
== 0) {
in ExecuteOperation()
66
counter_
= COUNTER_THRESHOLD;
in ExecuteOperation()
70
counter_
= COUNTER_THRESHOLD;
in ExecuteOperation()
H
A
D
algo_vertical.cpp
68
counter_
--;
in ExecuteOperation()
69
if (
counter_
== 0) {
in ExecuteOperation()
70
counter_
= COUNTER_THRESHOLD;
in ExecuteOperation()
74
counter_
= COUNTER_THRESHOLD;
in ExecuteOperation()
H
A
D
algo_absolute_still.cpp
63
counter_
--;
in ExecuteOperation()
64
if (
counter_
== 0) {
in ExecuteOperation()
65
counter_
= COUNTER_THRESHOLD;
in ExecuteOperation()
69
counter_
= COUNTER_THRESHOLD;
in ExecuteOperation()
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_common_event_observer.cpp
44
counter_
= 0;
in AppAccountCommonEventObserver()
68
while (
counter_
!= MAX_TRY_TIMES) {
in SubscribeCommonEvent()
70
counter_
= 0;
in SubscribeCommonEvent()
73
if (++
counter_
== MAX_TRY_TIMES) {
in SubscribeCommonEvent()
74
ACCOUNT_LOGE("failed to subscribe common event and tried %{public}d times",
counter_
);
in SubscribeCommonEvent()
/base/account/os_account/services/accountmgr/include/appaccount/
H
A
D
app_account_common_event_observer.h
43
std::int32_t
counter_
;
member in OHOS::AccountSA::AppAccountCommonEventObserver
/base/powermgr/power_manager/services/native/src/runninglock/
H
A
D
running_lock_mgr.h
91
: type_(type), activate_(activate),
counter_
(0) {}
in LockCounter()
98
return
counter_
;
in GetCount()
108
uint32_t
counter_
;
member in OHOS::PowerMgr::RunningLockMgr::LockCounter
H
A
D
running_lock_mgr.cpp
775
++
counter_
;
in Increase()
777
if (
counter_
== 1) {
in Increase()
780
--
counter_
;
in Increase()
791
--
counter_
;
in Decrease()
793
if (
counter_
== 0) {
in Decrease()
796
++
counter_
;
in Decrease()
807
counter_
= 0;
in Clear()
/base/msdp/device_status/libs/include/algorithm/
H
A
D
algo_base.h
61
int32_t
counter_
{ COUNTER_THRESHOLD };
Completed in 4 milliseconds