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:level2
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H
A
D
audio_opensles_player_test.cpp
260
SLmillibel
level2
= 0;
in OpenSlTestConcurrent()
local
261
(*volumeItf2)->GetMaxVolumeLevel(volumeItf2, &
level2
);
in OpenSlTestConcurrent()
263
level2
= (SLmillibel) (
level2
/ temp);
in OpenSlTestConcurrent()
264
(*volumeItf2)->SetVolumeLevel(volumeItf2,
level2
);
in OpenSlTestConcurrent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkTheme.js
204
this.
level2
= ArkResourcesHelper.$r('sys.float.corner_radius_level2');
222
this.
level2
= ArkResourcesHelper.$r('sys.float.padding_level2');
486
this.
level2
= (_c = corners === null || corners === void 0 ? void 0 : corners.
level2
) !== null && _c !== void 0 ? _c : baselineCorners.
level2
;
505
this.
level2
= (_c = paddings === null || paddings === void 0 ? void 0 : paddings.
level2
) !== null && _c !== void 0 ? _c : baselinePaddings.
level2
;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_adapter.cpp
209
GAP_LeSecMode2Level
level2
= static_cast<GAP_LeSecMode2Level>(BleConfig::GetInstance().GetBleModel2Level());
in InitBtmAndGap()
local
210
ret = GAPIF_LeSetSecurityMode(level1,
level2
);
in InitBtmAndGap()
212
ret = GAPIF_LeSetSecurityMode(LE_MODE_1_LEVEL_3,
level2
);
in InitBtmAndGap()
Completed in 5 milliseconds