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:usbd_
(Results
1 - 6
of
6
) sorted by relevance
/base/usb/usb_manager/services/native/src/
H
A
D
usb_service.cpp
97
usbd_
= OHOS::HDI::Usb::V1_1::IUsbInterface::Get();
in UsbService()
98
if (
usbd_
== nullptr) {
in UsbService()
112
usbd_
= usbd;
in SetUsbd()
151
sptr<OHOS::HDI::Usb::V1_1::IUsbInterface>
usbd_
= OHOS::HDI::Usb::V1_1::IUsbInterface::Get();
in OnRemoveSystemAbility()
local
152
if (
usbd_
!= nullptr) {
in OnRemoveSystemAbility()
153
usbd_
->UnbindUsbdSubscriber(usbdSubscriber_);
in OnRemoveSystemAbility()
250
usbd_
= OHOS::HDI::Usb::V1_1::IUsbInterface::Get();
in InitUsbd()
251
if (
usbd_
== nullptr) {
in InitUsbd()
252
USB_HILOGE(MODULE_USB_SERVICE, " get
usbd_
is nullptr");
in InitUsbd()
262
sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<HDI::Usb::V1_0::IUsbInterface>(
usbd_
);
in InitUsbd()
[all...]
H
A
D
usb_device_manager.cpp
53
usbd_
= IUsbInterface::Get();
in UsbDeviceManager()
54
if (
usbd_
== nullptr) {
in UsbDeviceManager()
80
usbd_
= usbd;
in SetUsbd()
161
if (
usbd_
== nullptr) {
in HandleEvent()
162
USB_HILOGE(MODULE_USB_SERVICE, "UsbDeviceManager::
usbd_
is nullptr");
in HandleEvent()
185
usbd_
->GetCurrentFunctions(currentFunctions_);
in HandleEvent()
283
if (
usbd_
== nullptr) {
in DumpSetFunc()
284
USB_HILOGE(MODULE_USB_SERVICE, "UsbDeviceManager::DumpSetFunc
usbd_
is nullptr");
in DumpSetFunc()
288
ret =
usbd_
->GetCurrentFunctions(currentFunction);
in DumpSetFunc()
302
ret =
usbd_
in DumpSetFunc()
[all...]
H
A
D
usb_port_manager.cpp
59
if (
usbd_
== nullptr) {
in GetIUsbInterface()
61
usbd_
= IUsbInterface::Get();
in GetIUsbInterface()
62
if (
usbd_
== nullptr) {
in GetIUsbInterface()
78
usbd_
= usbd;
in SetUsbd()
125
if (
usbd_
== nullptr) {
in QueryPort()
126
USB_HILOGE(MODULE_USB_SERVICE, "UsbPortManager::
usbd_
is nullptr");
in QueryPort()
129
int32_t ret =
usbd_
->QueryPort(portId, powerRole, dataRole, mode);
in QueryPort()
243
if (
usbd_
== nullptr) {
in DumpSetPortRoles()
244
USB_HILOGE(MODULE_USB_SERVICE, "UsbPortManager::DumpSetPortRoles
usbd_
is nullptr");
in DumpSetPortRoles()
255
usbd_
in DumpSetPortRoles()
[all...]
/base/usb/usb_manager/services/native/include/
H
A
D
usb_port_manager.h
57
sptr<HDI::Usb::V1_0::IUsbInterface>
usbd_
= nullptr;
member in OHOS::USB::UsbPortManager
H
A
D
usb_device_manager.h
62
sptr<HDI::Usb::V1_0::IUsbInterface>
usbd_
= nullptr;
member in OHOS::USB::UsbDeviceManager
H
A
D
usb_service.h
199
sptr<HDI::Usb::V1_1::IUsbInterface>
usbd_
= nullptr;
member in OHOS::USB::UsbService
Completed in 5 milliseconds