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:level1
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H
A
D
audio_opensles_player_test.cpp
254
SLmillibel
level1
= 0;
in OpenSlTestConcurrent()
local
255
(*volumeItf1)->GetMaxVolumeLevel(volumeItf1, &
level1
);
in OpenSlTestConcurrent()
257
level1
= (SLmillibel) (
level1
/ temp);
in OpenSlTestConcurrent()
258
(*volumeItf1)->SetVolumeLevel(volumeItf1,
level1
);
in OpenSlTestConcurrent()
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/
H
A
D
ohos_application_first_test.cpp
147
AbilityRuntime::SetLevel
level1
= AbilityRuntime::SetLevel::System;
in HWTEST_F()
local
150
bool result = ohosApplication_->IsUpdateColorNeeded(config,
level1
);
in HWTEST_F()
151
if (
level1
< AbilityRuntime::SetLevel::SA && !colorModeIsSetBySa.empty()) {
in HWTEST_F()
152
level1
= AbilityRuntime::SetLevel::SA;
in HWTEST_F()
157
EXPECT_TRUE(
level1
< AbilityRuntime::ApplicationConfigurationManager::GetInstance().GetColorModeSetLevel());
in HWTEST_F()
497
AbilityRuntime::SetLevel
level1
= AbilityRuntime::SetLevel::System;
504
EXPECT_FALSE(ohosApplication_->IsUpdateColorNeeded(config,
level1
));
505
EXPECT_FALSE(ohosApplication_->isUpdateFontSize(config,
level1
));
506
EXPECT_FALSE(ohosApplication_->IsUpdateLanguageNeeded(config,
level1
));
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkTheme.js
203
this.
level1
= ArkResourcesHelper.$r('sys.float.corner_radius_level1');
221
this.
level1
= ArkResourcesHelper.$r('sys.float.padding_level1');
485
this.
level1
= (_b = corners === null || corners === void 0 ? void 0 : corners.
level1
) !== null && _b !== void 0 ? _b : baselineCorners.
level1
;
504
this.
level1
= (_b = paddings === null || paddings === void 0 ? void 0 : paddings.
level1
) !== null && _b !== void 0 ? _b : baselinePaddings.
level1
;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_security.cpp
653
GAP_LeSecMode1Level
level1
= static_cast<GAP_LeSecMode1Level>(BleConfig::GetInstance().GetBleModel1Level());
in LePairFeatureReq()
local
654
if ((
level1
!= LE_MODE_1_LEVEL_4) &&
in LePairFeatureReq()
H
A
D
ble_adapter.cpp
208
GAP_LeSecMode1Level
level1
= static_cast<GAP_LeSecMode1Level>(BleConfig::GetInstance().GetBleModel1Level());
in InitBtmAndGap()
local
210
ret = GAPIF_LeSetSecurityMode(
level1
, level2);
in InitBtmAndGap()
Completed in 10 milliseconds