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:IDriverExtMgr
(Results
1 - 11
of
11
) sorted by relevance
/drivers/external_device_manager/interfaces/innerkits/
H
A
D
idriver_ext_mgr.h
29
class
IDriverExtMgr
: public IRemoteBroker {
class
31
DECLARE_INTERFACE_DESCRIPTOR(u"ohos.driver.
IDriverExtMgr
");
32
~
IDriverExtMgr
() = default;
H
A
D
driver_ext_mgr_client.h
53
sptr<
IDriverExtMgr
> proxy_ {nullptr};
/drivers/external_device_manager/services/zidl/include/
H
A
D
driver_ext_mgr_proxy.h
24
class DriverExtMgrProxy : public IRemoteProxy<
IDriverExtMgr
> {
26
explicit DriverExtMgrProxy(const sptr<IRemoteObject> &remote) : IRemoteProxy<
IDriverExtMgr
>(remote) {}
in DriverExtMgrProxy()
H
A
D
driver_ext_mgr_stub.h
26
class DriverExtMgrStub : public IRemoteStub<
IDriverExtMgr
> {
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/binddevice_fuzzer/
H
A
D
binddevice_fuzzer.cpp
24
if (!data.WriteInterfaceToken(
IDriverExtMgr
::GetDescriptor())) {
in BindDeviceFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydeviceinfo_fuzzer/
H
A
D
querydeviceinfo_fuzzer.cpp
29
if (!data.WriteInterfaceToken(
IDriverExtMgr
::GetDescriptor())) {
in QueryDeviceInfoFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydriverinfo_fuzzer/
H
A
D
querydriverinfo_fuzzer.cpp
29
if (!data.WriteInterfaceToken(
IDriverExtMgr
::GetDescriptor())) {
in QueryDriverInfoFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydevice_fuzzer/
H
A
D
querydevice_fuzzer.cpp
24
if (!data.WriteInterfaceToken(
IDriverExtMgr
::GetDescriptor())) {
in QueryDeviceFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/unbinddevice_fuzzer/
H
A
D
unbinddevice_fuzzer.cpp
24
if (!data.WriteInterfaceToken(
IDriverExtMgr
::GetDescriptor())) {
in UnBindDeviceFuzzTest()
/drivers/external_device_manager/frameworks/native/
H
A
D
driver_ext_mgr_client.cpp
66
proxy_ = iface_cast<
IDriverExtMgr
>(remote);
in Connect()
/drivers/external_device_manager/test/unittest/driver_extension_manager_client_test/
H
A
D
driver_extension_manager_client_test.cpp
251
ASSERT_TRUE(data.WriteInterfaceToken(
IDriverExtMgr
::GetDescriptor()));
in HWTEST_F()
Completed in 3 milliseconds