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:count_
(Results
1 - 15
of
15
) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H
A
D
thermal_service_subscriber.cpp
59
if (
count_
== 0) {
in OnTemperatureChanged()
63
if (
count_
== COUNT_MAX) {
in OnTemperatureChanged()
66
count_
= 0;
in OnTemperatureChanged()
70
count_
++;
in OnTemperatureChanged()
/base/location/frameworks/location_common/common/source/
H
A
D
common_utils.cpp
167
if (
count_
== 0) {
in Wait()
168
LBSLOGE(LOCATOR_STANDARD, "
count_
= 0");
in Wait()
171
condition_.wait_for(lock, std::chrono::seconds(time / MILLI_PER_SEC), [&]() {return
count_
== 0;});
in Wait()
178
int oldC =
count_
.load();
in CountDown()
180
if (
count_
.compare_exchange_strong(oldC, oldC - 1)) {
in CountDown()
187
oldC =
count_
.load();
in CountDown()
194
return
count_
;
in GetCount()
200
count_
= count;
in SetCount()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H
A
D
thermal_service_subscriber.h
50
int32_t
count_
{0};
/base/request/request/frameworks/native/src/
H
A
D
request_running_task_count.cpp
59
return
count_
;
in GetCount()
65
count_
= runCount;
in SetCount()
/base/request/request/frameworks/native/include/
H
A
D
request_running_task_count.h
66
int
count_
= 0;
member in OHOS::Request::FwkRunningTaskCountManager
/base/location/interfaces/inner_api/include/
H
A
D
common_utils.h
192
count_
= 0;
in CountDownLatch()
202
std::atomic<int>
count_
;
member in OHOS::Location::CountDownLatch
/base/msdp/device_status/tools/vdev/src/
H
A
D
virtual_mouse.cpp
60
return
count_
;
in GetCount()
74
mutable size_t
count_
{ 0 };
92
++
count_
;
in OnInputEvent()
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
res_desc.h
139
uint32_t
count_
; // ID count
member in OHOS::Global::Resource::ResId
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H
A
D
res_desc.h
123
uint32_t
count_
; // ID count
member in OHOS::Global::Resource::ResId
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
res_desc.cpp
227
std::string ret = FormatString("idcount:%u, ",
count_
);
in ToString()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
res_desc.cpp
293
std::string ret = FormatString("idcount:%u, ",
count_
);
in ToString()
/base/telephony/cellular_call/services/manager/include/
H
A
D
cellular_call_service.h
742
int32_t
count_
= 0;
member in OHOS::Telephony::CellularCallService::SystemAbilityStatusChangeListener
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H
A
D
hap_parser.cpp
258
for (uint32_t i = 0; i < id->
count_
; ++i) {
in ParseId()
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_service.cpp
1562
count_
++;
in OnRemoveSystemAbility()
1563
CellularCallHiSysEvent::WriteFoundationRestartFaultEvent(
count_
);
in OnRemoveSystemAbility()
/base/global/resource_management/frameworks/resmgr/src/utils/
H
A
D
hap_parser.cpp
523
for (uint32_t i = 0; i < id->
count_
; ++i) {
in ParseId()
Completed in 13 milliseconds