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:Attach
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/interfaces/inner_api/host/shared/
H
A
D
hdf_device.h
45
int (*
Attach
)(struct IHdfDevice *device, struct HdfDeviceNode *deviceNode);
member
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H
A
D
intell_voice_engine_adapter_impl.h
51
int32_t
Attach
(const IntellVoiceEngineAdapterInfo &info) override;
H
A
D
intell_voice_engine_adapter_impl.cpp
61
int32_t IntellVoiceEngineAdapterImpl::
Attach
(const IntellVoiceEngineAdapterInfo &info)
in Attach()
function in OHOS::IntelligentVoice::Engine::IntellVoiceEngineAdapterImpl
63
INTELLIGENT_VOICE_LOGD("
Attach
enter");
in Attach()
/drivers/hdf_core/framework/core/host/src/
H
A
D
devhost_service.c
78
if (device == NULL || device->super.
Attach
== NULL) {
in DevHostServiceAddDevice()
79
HDF_LOGE("failed to add device, device or
Attach
func is null");
in DevHostServiceAddDevice()
104
ret = device->super.
Attach
(&device->super, devNode);
in DevHostServiceAddDevice()
H
A
D
hdf_device.c
156
device->super.
Attach
= HdfDeviceAttach;
in HdfDeviceConstruct()
H
A
D
hdf_device_object.c
249
ret = devNode->device->super.
Attach
(&devNode->device->super, devNode);
in HdfDeviceObjectRegister()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H
A
D
devhost_test.cpp
380
device->
Attach
(device, devNode);
in HWTEST_F()
381
int32_t ret = device->
Attach
(device, nullptr);
in HWTEST_F()
383
ret = device->
Attach
(nullptr, nullptr);
in HWTEST_F()
Completed in 4 milliseconds