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:tryTimes
(Results
1 - 16
of
16
) sorted by relevance
/base/powermgr/battery_manager/test/systemtest/src/
H
A
D
battery_event_system_test.cpp
267
for (int32_t
tryTimes
= 0;
tryTimes
< RETRY_TIMES;
tryTimes
++) {
in RegisterEvent()
283
for (int32_t
tryTimes
= 0;
tryTimes
< RETRY_TIMES;
tryTimes
++) {
in RegisterEvent()
299
for (int32_t
tryTimes
= 0;
tryTimes
< RETRY_TIMES;
tryTimes
++) {
in RegisterEvent()
315
for (int32_t
tryTimes
in RegisterEvent()
[all...]
/base/powermgr/thermal_manager/test/systemtest/src/
H
A
D
thermal_level_event_system_test.cpp
253
for (int32_t
tryTimes
= 0;
tryTimes
< retryTimes;
tryTimes
++) {
in RegisterEvent()
272
for (int32_t
tryTimes
= 0;
tryTimes
< retryTimes;
tryTimes
++) {
in RegisterEvent()
291
for (int32_t
tryTimes
= 0;
tryTimes
< retryTimes;
tryTimes
++) {
in RegisterEvent()
310
for (int32_t
tryTimes
in RegisterEvent()
[all...]
/base/powermgr/power_manager/test/systemtest/src/
H
A
D
power_level_event_system_test_on.cpp
85
for (int32_t
tryTimes
= 0;
tryTimes
< retryTimes;
tryTimes
++) {
in RegisterEvent()
H
A
D
power_level_event_system_test_off.cpp
84
for (int32_t
tryTimes
= 0;
tryTimes
< retryTimes;
tryTimes
++) {
in RegisterEvent()
H
A
D
power_mgr_powersavemode_test.cpp
395
for (int32_t
tryTimes
= 0;
tryTimes
< retryTimes;
tryTimes
++) {
in RegisterEvent()
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_mgr_notify_test.cpp
93
int
tryTimes
= 0;
in RegisterEvent()
local
96
while (
tryTimes
< MAX_RETRY_TIME) {
in RegisterEvent()
105
tryTimes
++;
in RegisterEvent()
107
if (MAX_RETRY_TIME ==
tryTimes
) {
in RegisterEvent()
H
A
D
power_coordination_lock_test.cpp
150
for (int32_t
tryTimes
= 0;
tryTimes
< retryTimes;
tryTimes
++) {
in RegisterEvent()
/base/security/security_guard/services/data_collect/store/src/
H
A
D
database.cpp
157
int32_t
tryTimes
= MAX_TIMES;
in IsExistStore()
local
158
while (
tryTimes
> 0) {
in IsExistStore()
163
SGLOGW("
tryTimes
= %{public}d",
tryTimes
);
in IsExistStore()
165
tryTimes
--;
in IsExistStore()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H
A
D
transport.cpp
153
int
tryTimes
= RETRY_TIMES;
in SendData()
local
155
while (
tryTimes
> 0) {
in SendData()
156
tryTimes
--;
in SendData()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H
A
D
thermal_common_event_receiver.cpp
74
for (int32_t
tryTimes
= 0;
tryTimes
< MAX_RETRY_TIMES;
tryTimes
++) {
in RegisterSubscriber()
/base/notification/common_event_service/services/src/
H
A
D
static_subscriber_data_manager.cpp
66
int32_t
tryTimes
= MAX_TIMES;
in CheckKvStore()
local
67
while (
tryTimes
> 0) {
in CheckKvStore()
72
EVENT_LOGI("try times: %{public}d",
tryTimes
);
in CheckKvStore()
74
tryTimes
--;
in CheckKvStore()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_level_event_test.cpp
144
for (int32_t
tryTimes
= 0;
tryTimes
< MAX_RETRY_TIMES;
tryTimes
++) {
in RegisterEvent()
/base/security/device_security_level/baselib/msglib/src/standard/
H
A
D
messenger_device_status_manager.cpp
289
int
tryTimes
= 0;
in InitDeviceStatusManager()
local
292
tryTimes
++;
in InitDeviceStatusManager()
299
} while (ret != 0 &&
tryTimes
< MAX_TRY_TIMES);
in InitDeviceStatusManager()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H
A
D
dlp_kv_data_storage.cpp
108
int32_t
tryTimes
= MAX_TIMES;
in CheckKvStore()
local
110
while (
tryTimes
> 0) {
in CheckKvStore()
117
tryTimes
--;
in CheckKvStore()
/base/account/os_account/services/accountmgr/src/
H
A
D
ohos_account_manager.cpp
577
std::int32_t
tryTimes
= 0;
in OnInitialize()
local
578
while (
tryTimes
< MAX_RETRY_TIMES) {
in OnInitialize()
579
tryTimes
++;
in OnInitialize()
586
if ((
tryTimes
== MAX_RETRY_TIMES) || (errCode != ERR_ACCOUNT_DATADEAL_JSON_FILE_CORRUPTION)) {
in OnInitialize()
587
ACCOUNT_LOGE("parse json file failed: %{public}d, tryTime: %{public}d", errCode,
tryTimes
);
in OnInitialize()
H
A
D
account_data_storage.cpp
85
int32_t
tryTimes
= MAX_TIMES;
in CheckKvStore()
local
87
while (
tryTimes
> 0) {
in CheckKvStore()
94
tryTimes
--;
in CheckKvStore()
Completed in 10 milliseconds