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:DEFAULT_LEVEL
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H
A
D
matrix_meta_data.h
29
static constexpr uint32_t
DEFAULT_LEVEL
= 0x0;
member in OHOS::DistributedData::final
31
uint16_t dynamic =
DEFAULT_LEVEL
;
32
uint16_t statics =
DEFAULT_LEVEL
;
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/
H
A
D
thermal_strategy.cpp
26
constexpr int32_t
DEFAULT_LEVEL
= 0;
member
42
int level = want.GetIntParam(THERMAL_EVENT_ID,
DEFAULT_LEVEL
);
in handleEvent()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H
A
D
rs_luminance_control.cpp
27
constexpr int32_t
DEFAULT_LEVEL
= 255;
member
223
return (initStatus_ && getNewHdrLuminance_ != nullptr) ? getNewHdrLuminance_(screenId) :
DEFAULT_LEVEL
;
in GetNewHdrLuminance()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H
A
D
codeclist_mock.h
133
constexpr int32_t
DEFAULT_LEVEL
= AVC_LEVEL_1;
member
H
A
D
codeclist_unit_test.cpp
707
EXPECT_FALSE(capability_->AreProfileAndLevelSupported(ERROR_VIDEO_AVC_PROFILE,
DEFAULT_LEVEL
));
in HWTEST_F()
728
EXPECT_EQ(capability_->AreProfileAndLevelSupported(DEFAULT_VIDEO_AVC_PROFILE,
DEFAULT_LEVEL
), false);
in HWTEST_F()
Completed in 3 milliseconds