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:Ddk
(Results
1 - 24
of
24
) sorted by relevance
/drivers/external_device_manager/frameworks/ddk/hid/
H
A
D
input_emit_event.cpp
30
static OHOS::sptr<OHOS::HDI::Input::
Ddk
::V1_0::IHidDdk> g_ddk = nullptr;
48
OHOS::HDI::Input::
Ddk
::V1_0::Hid_Device tempDevice;
49
OHOS::HDI::Input::
Ddk
::V1_0::Hid_EventProperties tempProperties;
63
sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<OHOS::HDI::Input::
Ddk
::V1_0::IHidDdk>(g_ddk);
in OnRemoteDied()
84
g_ddk = OHOS::HDI::Input::
Ddk
::V1_0::IHidDdk::Get();
in Connect()
95
sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<OHOS::HDI::Input::
Ddk
::V1_0::IHidDdk>(g_ddk);
in Connect()
104
static OHOS::HDI::Input::
Ddk
::V1_0::Hid_Device ParseHidDevice(Hid_Device *hidDevice)
in ParseHidDevice()
106
OHOS::HDI::Input::
Ddk
::V1_0::Hid_Device tempDevice = {
in ParseHidDevice()
117
return static_cast<OHOS::HDI::Input::
Ddk
::V1_0::Hid_DeviceProp>(n);
in ParseHidDevice()
124
static OHOS::HDI::Input::
Ddk
[all...]
/drivers/external_device_manager/frameworks/ddk/usb/
H
A
D
usb_ddk_api.cpp
32
OHOS::sptr<OHOS::HDI::Usb::
Ddk
::V1_0::IUsbDdk> g_ddk = nullptr;
37
g_ddk = OHOS::HDI::Usb::
Ddk
::V1_0::IUsbDdk::Get();
in OH_Usb_Init()
67
auto tmpDesc = reinterpret_cast<OHOS::HDI::Usb::
Ddk
::V1_0::UsbDeviceDescriptor *>(desc);
in OH_Usb_GetDeviceDescriptor()
164
auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::
Ddk
::V1_0::UsbControlRequestSetup *>(setup);
in OH_Usb_SendControlReadRequest()
198
auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::
Ddk
::V1_0::UsbControlRequestSetup *>(setup);
in OH_Usb_SendControlWriteRequest()
215
auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::
Ddk
::V1_0::UsbRequestPipe *>(pipe);
in OH_Usb_SendPipeRequest()
232
auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::
Ddk
::V1_0::UsbRequestPipe *>(pipe);
in OH_Usb_SendPipeRequestWithAshmem()
234
OHOS::HDI::Usb::
Ddk
::V1_0::UsbAshmem usbAshmem = {ashmem->ashmemFd, address, ashmem->size, 0, ashmem->size, 0};
in OH_Usb_SendPipeRequestWithAshmem()
/drivers/peripheral/input/ddk_service/src/
H
A
D
hid_ddk_driver.cpp
25
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
72
auto serviceImpl = OHOS::HDI::Input::
Ddk
::V1_0::IHidDdk::Get(true);
in HdfHidDdkDriverBind()
80
OHOS::HDI::Input::
Ddk
::V1_0::IHidDdk::GetDescriptor());
in HdfHidDdkDriverBind()
H
A
D
hid_ddk_permission.cpp
24
namespace
Ddk
{
namespace
36
} // namespace
Ddk
H
A
D
hid_ddk_service.cpp
27
namespace
Ddk
{
namespace
79
} //
Ddk
/drivers/peripheral/usb/ddk_service/src/
H
A
D
usb_ddk_driver.cpp
25
using namespace OHOS::HDI::Usb::
Ddk
::V1_0;
72
auto serviceImpl = OHOS::HDI::Usb::
Ddk
::V1_0::IUsbDdk::Get(true);
in HdfUsbDdkDriverBind()
80
serviceImpl, OHOS::HDI::Usb::
Ddk
::V1_0::IUsbDdk::GetDescriptor());
in HdfUsbDdkDriverBind()
H
A
D
usb_ddk_permission.cpp
26
namespace
Ddk
{
namespace
84
} // namespace
Ddk
H
A
D
usb_ddk_service.cpp
32
namespace
Ddk
{
namespace
510
} // namespace
Ddk
/drivers/peripheral/input/ddk_service/include/
H
A
D
hid_ddk_permission.h
24
namespace
Ddk
{
namespace
31
} // namespace
Ddk
H
A
D
hid_ddk_service.h
24
namespace
Ddk
{
namespace
38
} //
Ddk
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H
A
D
usb_ddk_service_mock.cpp
21
using namespace OHOS::HDI::Usb::
Ddk
::V1_0;
/drivers/peripheral/usb/ddk_service/include/
H
A
D
usb_ddk_permission.h
24
namespace
Ddk
{
namespace
32
} // namespace
Ddk
H
A
D
usb_ddk_service.h
24
namespace
Ddk
{
namespace
62
} // namespace
Ddk
/drivers/peripheral/input/ddk_service/include/emit_event_manager/
H
A
D
inject_thread.h
30
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
H
A
D
virtual_device_inject.h
27
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
H
A
D
emit_event_manager.h
25
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
H
A
D
virtual_device.h
29
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/usb/
H
A
D
usb_dev_subscriber.h
27
using namespace OHOS::HDI::Usb::
Ddk
::V1_0;
H
A
D
usb_bus_extension.h
31
using namespace OHOS::HDI::Usb::
Ddk
::V1_0;
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H
A
D
usb_ddk_service_mock.h
25
using namespace OHOS::HDI::Usb::
Ddk
::V1_0;
/drivers/peripheral/input/test/fuzztest/hidddk_fuzzer/
H
A
D
hidddk_fuzzer.cpp
23
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/
H
A
D
usbddk_fuzzer.cpp
23
using namespace OHOS::HDI::Usb::
Ddk
::V1_0;
/drivers/peripheral/input/test/benchmarktest/
H
A
D
hid_ddk_benchmark_test.cpp
26
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
/drivers/peripheral/input/test/unittest/ddk/
H
A
D
hid_ddk_test.cpp
24
using namespace OHOS::HDI::Input::
Ddk
::V1_0;
Completed in 6 milliseconds