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:pkg
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/vibrator/test/fuzztest/vibratorplayhapticpattern_fuzzer/
H
A
D
vibratorplayhapticpattern_fuzzer.cpp
48
OHOS::HDI::Vibrator::V1_2::HapticPaket
pkg
;
in VibratorPlayHapticPatternTest()
local
50
if (size < sizeof(
pkg
)) {
in VibratorPlayHapticPatternTest()
62
pkg
.time = params.g_pkgTime;
in VibratorPlayHapticPatternTest()
63
pkg
.eventNum = params.g_pkgEventNum;
in VibratorPlayHapticPatternTest()
80
pkg
.events.push_back(std::move(hapticEvent));
in VibratorPlayHapticPatternTest()
81
int32_t ret = !g_vibratorInterface->PlayHapticPattern(
pkg
);
in VibratorPlayHapticPatternTest()
/drivers/peripheral/vibrator/interfaces/include/
H
A
D
vibrator_if.h
172
int32_t (*PlayHapticPattern)(struct HapticPaket *
pkg
);
/drivers/peripheral/vibrator/hdi_service/
H
A
D
vibrator_if_service.h
41
int32_t PlayHapticPattern(const HapticPaket&
pkg
) override;
H
A
D
vibrator_if_service.cpp
312
int32_t VibratorIfService::PlayHapticPattern(const HapticPaket&
pkg
)
in PlayHapticPattern()
argument
321
hapticPaketVdi.time =
pkg
.time;
in PlayHapticPattern()
322
hapticPaketVdi.eventNum =
pkg
.eventNum;
in PlayHapticPattern()
323
for (const auto &event :
pkg
.events) {
in PlayHapticPattern()
/drivers/peripheral/vibrator/interfaces/v1_1/
H
A
D
ivibrator_interface_vdi.h
45
virtual int32_t PlayHapticPattern(const HapticPaketVdi&
pkg
) = 0;
/drivers/peripheral/vibrator/hal/src/
H
A
D
vibrator_controller.c
311
static int32_t PlayHapticPattern(struct HapticPaket *
pkg
)
in PlayHapticPattern()
argument
313
(void)
pkg
;
in PlayHapticPattern()
Completed in 3 milliseconds