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:brightness
(Results
1 - 3
of
3
) sorted by relevance
/ide/tools/previewer/test/unittest/mock_lite/
H
A
D
BrightnessModuleImplTest.cpp
61
OHOS::ACELite::BrightnessImpl
brightness
;
in TEST()
local
62
brightness
.SetKeepScreenOnImpl(false);
in TEST()
84
OHOS::ACELite::BrightnessImpl
brightness
;
in TEST()
local
86
brightness
.SetSysAlwaysOnState(alwaysOnState);
in TEST()
87
uint8_t ret =
brightness
.GetSysAlwaysOnState();
in TEST()
/ide/tools/previewer/jsapp/lite/
H
A
D
TimerTaskHandler.cpp
102
Json2::Value
brightness
= JsonReader::CreateObject();
in CheckBrightnessValueChanged()
local
103
brightness
.Add("Brightness", static_cast<double>(value));
in CheckBrightnessValueChanged()
104
result.Add("result",
brightness
);
in CheckBrightnessValueChanged()
/ide/tools/previewer/test/unittest/cli/
H
A
D
CommandLineTest.cpp
44
// The
brightness
ranges from 1 to 255. The default value is 255.
in SetUpTestCase()
1023
uint8_t
brightness
= SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_MODE);
in TEST_F()
local
1024
EXPECT_EQ(
brightness
, 0); // 0 is default
brightness
in TEST_F()
1030
brightness
= SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_MODE);
in TEST_F()
1031
EXPECT_EQ(
brightness
, 0); // 0 is default
brightness
in TEST_F()
1037
brightness
= SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_MODE);
in TEST_F()
1038
EXPECT_NE(
brightness
, -1); // -1 is test
brightness
valu
in TEST_F()
1055
uint8_t
brightness
= SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_MODE);
TEST_F()
local
[all...]
Completed in 3 milliseconds