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:Motion
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/motion/test/unittest/hdi/
H
A
D
hdf_motion_hdi_test.cpp
30
using namespace OHOS::HDI::
Motion
::V1_1;
34
sptr<OHOS::HDI::
Motion
::V1_1::IMotionInterface> g_motionInterface = nullptr;
50
g_motionInterface = OHOS::HDI::
Motion
::V1_1::IMotionInterface::Get();
in SetUpTestCase()
136
vec.push_back(OHOS::HDI::
Motion
::V1_1::HDF_MOTION_TYPE_PICKUP);
in HWTEST_F()
137
vec.push_back(OHOS::HDI::
Motion
::V1_1::HDF_MOTION_TYPE_FLIP);
in HWTEST_F()
138
vec.push_back(OHOS::HDI::
Motion
::V1_1::HDF_MOTION_TYPE_SHAKE);
in HWTEST_F()
139
vec.push_back(OHOS::HDI::
Motion
::V1_1::HDF_MOTION_TYPE_ROTATION);
in HWTEST_F()
147
printf("
Motion
%d enabled successfully\n", vec[i]);
in HWTEST_F()
149
printf("
Motion
%d enable failed\n", vec[i]);
in HWTEST_F()
156
printf("
Motion
in HWTEST_F()
[all...]
H
A
D
motion_callback_impl.cpp
21
namespace
Motion
{
namespace
29
} //
Motion
H
A
D
motion_callback_impl.h
24
namespace
Motion
{
namespace
33
} //
Motion
/drivers/peripheral/motion/test/fuzztest/motion_fuzzer/
H
A
D
motion_fuzzer.cpp
22
using namespace OHOS::HDI::
Motion
::V1_1;
64
sptr<OHOS::HDI::
Motion
::V1_1::IMotionInterface> g_motionInterface =
in DoSomethingInterestingWithMyAPI()
65
OHOS::HDI::
Motion
::V1_1::IMotionInterface::Get(false);
in DoSomethingInterestingWithMyAPI()
70
sptr<OHOS::HDI::
Motion
::V1_1::MotionInterfaceStub> motionInterface =
in DoSomethingInterestingWithMyAPI()
71
new OHOS::HDI::
Motion
::V1_1::MotionInterfaceStub(g_motionInterface);
in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/motion/hdi_service/
H
A
D
motion_if_driver.cpp
22
using namespace OHOS::HDI::
Motion
::V1_1;
80
auto serviceImpl = OHOS::HDI::
Motion
::V1_1::IMotionInterface::Get(true);
in HdfMotionInterfaceDriverBind()
88
OHOS::HDI::
Motion
::V1_1::IMotionInterface::GetDescriptor());
in HdfMotionInterfaceDriverBind()
H
A
D
motion_callback_vdi.h
26
namespace
Motion
{
namespace
39
} //
Motion
H
A
D
motion_if_service.h
26
namespace
Motion
{
namespace
46
} // namespace
Motion
H
A
D
motion_callback_vdi.cpp
20
namespace
Motion
{
namespace
53
} //
Motion
H
A
D
motion_if_service.cpp
25
namespace
Motion
{
namespace
217
} //
Motion
/drivers/peripheral/motion/interfaces/v1_0/
H
A
D
imotion_interface_vdi.h
24
namespace
Motion
{
namespace
45
} //
Motion
H
A
D
imotion_callback_vdi.h
27
namespace
Motion
{
namespace
46
} //
Motion
Completed in 3 milliseconds