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:HIGH_PRIORITY
(Results
1 - 12
of
12
) sorted by relevance
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H
A
D
default_multi_account_strategy.h
25
HIGH_PRIORITY
= -50,
member in OHOS::Memory::DefaultMultiAccountPriority
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H
A
D
default_multi_account_priority.cpp
35
priority = static_cast<int>(DefaultMultiAccountPriority::
HIGH_PRIORITY
);
in SetAccountPriority()
/foundation/communication/dsoftbus/core/connection/common/include/
H
A
D
softbus_conn_common.h
59
HIGH_PRIORITY
= 0,
enumerator
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H
A
D
sa_profiles.h
58
HIGH_PRIORITY
= 1,
enumerator
/foundation/resourceschedule/memmgr/test/unittest/phone/
H
A
D
default_multi_account_strategy_test.cpp
60
* @tc.desc: Test the value of accountInfo->priority_ equals to
HIGH_PRIORITY
73
// the branch of priority_ equals to
HIGH_PRIORITY
in HWTEST_F()
78
EXPECT_EQ(accountInfo->priority_, static_cast<int>(DefaultMultiAccountPriority::
HIGH_PRIORITY
));
in HWTEST_F()
H
A
D
multi_account_manager_test.cpp
76
EXPECT_EQ(info->GetPriority(), static_cast<int>(DefaultMultiAccountPriority::
HIGH_PRIORITY
));
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
pre_bundle_profile.cpp
22
constexpr int8_t
HIGH_PRIORITY
= 1;
member
98
preScanInfo.priority = isResourcesPath ?
HIGH_PRIORITY
: COMMON_PRIORITY;
in TransformTo()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_status.cpp
40
const int32_t
HIGH_PRIORITY
= 0;
member
470
return
HIGH_PRIORITY
;
in GetPriority()
/foundation/communication/dsoftbus/core/connection/br/src/
H
A
D
softbus_conn_br_send_queue.c
73
return
HIGH_PRIORITY
;
in GetPriority()
/foundation/communication/dsoftbus/core/connection/ble/src/
H
A
D
softbus_conn_ble_send_queue.c
73
return
HIGH_PRIORITY
;
in GetPriority()
/foundation/systemabilitymgr/samgr/services/common/src/
H
A
D
parse_util.cpp
228
return static_cast<uint32_t>(
HIGH_PRIORITY
);
in GetOndemandPriorityPara()
/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H
A
D
parse_util_test.cpp
1366
EXPECT_EQ(ret, static_cast<uint32_t>(
HIGH_PRIORITY
));
in HWTEST_F()
Completed in 8 milliseconds