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:AlgoHorizontal
(Results
1 - 5
of
5
) sorted by relevance
/base/msdp/device_status/libs/include/algorithm/
H
A
D
algo_horizontal.h
25
class
AlgoHorizontal
: public AlgoBase {
class
27
AlgoHorizontal
() {};
in AlgoHorizontal()
function in OHOS::Msdp::DeviceStatus::AlgoHorizontal
28
virtual ~
AlgoHorizontal
() = default;
/base/msdp/device_status/libs/src/algorithm/
H
A
D
algo_horizontal.cpp
22
#define LOG_TAG "
AlgoHorizontal
"
28
bool
AlgoHorizontal
::Init(Type type)
in Init()
39
bool
AlgoHorizontal
::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData)
in StartAlgorithm()
50
void
AlgoHorizontal
::ExecuteOperation()
in ExecuteOperation()
/base/msdp/device_status/libs/include/
H
A
D
devicestatus_algorithm_manager.h
63
std::shared_ptr<
AlgoHorizontal
> horizontalPosition_ { nullptr };
/base/msdp/device_status/libs/src/
H
A
D
devicestatus_algorithm_manager.cpp
159
horizontalPosition_ = std::make_shared<
AlgoHorizontal
>();
in Enable()
/base/msdp/device_status/test/unittest/libs/src/
H
A
D
device_status_algorithm_test.cpp
155
* @tc.desc: test devicestatus
AlgoHorizontal
Algorithm
255
AlgoHorizontal
horizontal;
in HWTEST_F()
Completed in 3 milliseconds