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:BrightnessImpl
(Results
1 - 2
of
2
) sorted by relevance
/ide/tools/previewer/mock/lite/
H
A
D
BrightnessModuleImpl.cpp
24
int32_t
BrightnessImpl
::SetValueImpl(uint8_t value)
in SetValueImpl()
33
int32_t
BrightnessImpl
::GetValueImpl(uint8_t& value)
in GetValueImpl()
40
int32_t
BrightnessImpl
::SetModeImpl(uint8_t mode)
in SetModeImpl()
49
int32_t
BrightnessImpl
::GetModeImpl(uint8_t& mode)
in GetModeImpl()
56
void
BrightnessImpl
::SetKeepScreenOnImpl(bool keepScreenOn)
in SetKeepScreenOnImpl()
62
void
BrightnessImpl
::SetAlwaysOnMode(bool alwaysOn)
in SetAlwaysOnMode()
67
int32_t
BrightnessImpl
::GetSysMode(uint8_t& mode)
in GetSysMode()
73
int32_t
BrightnessImpl
::SetSysMode(uint8_t mode)
in SetSysMode()
79
uint8_t
BrightnessImpl
::GetSysAlwaysOnState()
in GetSysAlwaysOnState()
84
void
BrightnessImpl
94
BrightnessImpl
::
BrightnessImpl
()
BrightnessImpl()
function in BrightnessImpl
[all...]
/ide/tools/previewer/test/unittest/mock_lite/
H
A
D
BrightnessModuleImplTest.cpp
30
int32_t ret = OHOS::ACELite::
BrightnessImpl
::SetValueImpl(setVal);
in TEST()
34
ret = OHOS::ACELite::
BrightnessImpl
::SetValueImpl(setVal);
in TEST()
37
OHOS::ACELite::
BrightnessImpl
::GetValueImpl(val);
in TEST()
47
int32_t ret = OHOS::ACELite::
BrightnessImpl
::SetModeImpl(setVal);
in TEST()
51
ret = OHOS::ACELite::
BrightnessImpl
::SetModeImpl(setVal);
in TEST()
54
OHOS::ACELite::
BrightnessImpl
::GetModeImpl(val);
in TEST()
61
OHOS::ACELite::
BrightnessImpl
brightness;
in TEST()
69
OHOS::ACELite::
BrightnessImpl
::SetAlwaysOnMode(mode);
in TEST()
76
OHOS::ACELite::
BrightnessImpl
::SetSysMode(0);
in TEST()
77
int32_t ret = OHOS::ACELite::
BrightnessImpl
in TEST()
[all...]
Completed in 1 milliseconds