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:g_motionInterface
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/hats/hdf/motion/hdi_additional/
H
A
D
hdf_motion_hdi_test.cpp
34
sptr<OHOS::HDI::Motion::V1_1::IMotionInterface>
g_motionInterface
= nullptr;
member
48
void HdfMotionTestAdditional::SetUpTestCase() {
g_motionInterface
= OHOS::HDI::Motion::V1_1::IMotionInterface::Get(); }
in SetUpTestCase()
54
if (
g_motionInterface
== nullptr) {
in SetUp()
70
if (
g_motionInterface
== nullptr) {
in HWTEST_F()
71
ASSERT_NE(nullptr,
g_motionInterface
);
in HWTEST_F()
74
int32_t ret =
g_motionInterface
->EnableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_CLOSE_TO_EAR);
in HWTEST_F()
85
if (
g_motionInterface
== nullptr) {
in HWTEST_F()
86
ASSERT_NE(nullptr,
g_motionInterface
);
in HWTEST_F()
89
int32_t ret =
g_motionInterface
->EnableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_POCKET_MODE);
in HWTEST_F()
100
if (
g_motionInterface
in HWTEST_F()
[all...]
/test/xts/hats/hdf/motion/hdi/
H
A
D
hdf_motion_hdi_test.cpp
34
sptr<OHOS::HDI::Motion::V1_1::IMotionInterface>
g_motionInterface
= nullptr;
member
50
g_motionInterface
= OHOS::HDI::Motion::V1_1::IMotionInterface::Get();
in SetUpTestCase()
59
if (
g_motionInterface
== nullptr) {
in SetUp()
72
ASSERT_NE(nullptr,
g_motionInterface
);
in HWTEST_F()
77
if (
g_motionInterface
== nullptr) {
in HWTEST_F()
78
ASSERT_NE(nullptr,
g_motionInterface
);
in HWTEST_F()
81
int32_t ret =
g_motionInterface
->Register(g_motionCallback);
in HWTEST_F()
83
ret =
g_motionInterface
->Unregister(g_motionCallback);
in HWTEST_F()
89
if (
g_motionInterface
== nullptr) {
in HWTEST_F()
90
ASSERT_NE(nullptr,
g_motionInterface
);
in HWTEST_F()
[all...]
/test/xts/hats/hdf/motion/motionBenchmarkTest/
H
A
D
hdf_motion_benchmark_test.cpp
37
sptr<OHOS::HDI::Motion::V1_1::IMotionInterface>
g_motionInterface
= nullptr;
member
53
g_motionInterface
= OHOS::HDI::Motion::V1_1::IMotionInterface::Get();
in SetUpTestCase()
75
if (
g_motionInterface
== nullptr) {
in BENCHMARK_F()
76
ASSERT_NE(nullptr,
g_motionInterface
);
in BENCHMARK_F()
82
ret =
g_motionInterface
->Register(g_motionCallback);
in BENCHMARK_F()
83
g_motionInterface
->Unregister(g_motionCallback);
in BENCHMARK_F()
99
if (
g_motionInterface
== nullptr) {
in BENCHMARK_F()
100
ASSERT_NE(nullptr,
g_motionInterface
);
in BENCHMARK_F()
106
g_motionInterface
->Register(g_motionCallback);
in BENCHMARK_F()
107
ret =
g_motionInterface
in BENCHMARK_F()
[all...]
Completed in 3 milliseconds