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:DestroyDevice
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/input/ddk_service/src/
H
A
D
hid_ddk_service.cpp
67
int32_t HidDdkService::
DestroyDevice
(uint32_t deviceId)
in DestroyDevice()
function in OHOS::HDI::Input::Ddk::V1_0::HidDdkService
75
return OHOS::ExternalDeviceManager::EmitEventManager::GetInstance().
DestroyDevice
(deviceId);
in DestroyDevice()
/drivers/peripheral/input/ddk_service/include/
H
A
D
hid_ddk_service.h
35
int32_t
DestroyDevice
(uint32_t deviceId) override;
/drivers/peripheral/input/test/unittest/ddk/
H
A
D
hid_ddk_test.cpp
156
ret = g_hidDdk->
DestroyDevice
(deviceId);
in HWTEST_F()
163
int32_t ret = g_hidDdk->
DestroyDevice
(deviceId);
in HWTEST_F()
/drivers/peripheral/input/ddk_service/include/emit_event_manager/
H
A
D
emit_event_manager.h
32
int32_t
DestroyDevice
(uint32_t deviceId);
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H
A
D
emit_event_manager.cpp
77
int32_t EmitEventManager::
DestroyDevice
(uint32_t deviceId)
in DestroyDevice()
function in OHOS::ExternalDeviceManager::EmitEventManager
/drivers/peripheral/input/test/benchmarktest/
H
A
D
hid_ddk_benchmark_test.cpp
75
* @tc.desc: Benchmarktest for interface CreateDevice and
DestroyDevice
.
98
ret = g_hidDdk->
DestroyDevice
(deviceId);
in BENCHMARK_F()
/drivers/external_device_manager/frameworks/ddk/hid/
H
A
D
input_emit_event.cpp
310
auto ret = g_ddk->
DestroyDevice
(GetRealDeviceId(deviceId));
in OH_Hid_DestroyDevice()
Completed in 2 milliseconds