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:AddDevice
(Results
1 - 17
of
17
) sorted by relevance
/base/msdp/device_status/intention/services/device_manager/src/
H
A
D
enumerator.cpp
64
AddDevice
(devNode);
in ScanAndAddDevices()
70
void Enumerator::
AddDevice
(const std::string &devNode) const
in AddDevice()
function in OHOS::Msdp::DeviceStatus::Enumerator
74
devMgr_->
AddDevice
(devNode);
in AddDevice()
H
A
D
monitor.cpp
150
AddDevice
(devNode);
in HandleInotifyEvent()
156
void Monitor::
AddDevice
(const std::string &devNode) const
in AddDevice()
function in OHOS::Msdp::DeviceStatus::Monitor
160
devMgr_->
AddDevice
(devNode);
in AddDevice()
H
A
D
device_manager.cpp
51
void DeviceManager::HotplugHandler::
AddDevice
(const std::string &devNode)
in AddDevice()
function in OHOS::Msdp::DeviceStatus::DeviceManager::HotplugHandler
53
devMgr_.
AddDevice
(devNode);
in AddDevice()
174
std::shared_ptr<IDevice> DeviceManager::
AddDevice
(const std::string &devNode)
in AddDevice()
function in OHOS::Msdp::DeviceStatus::DeviceManager
/base/msdp/device_status/test/unittest/intention/services/src/
H
A
D
enumerator_test.cpp
62
void
AddDevice
(const std::string &devNode) override
64
devMgr_.DeviceManager::
AddDevice
(devNode);
76
* @tc.desc: test SetDeviceMgr and
AddDevice
86
ASSERT_NO_FATAL_FAILURE(enumerator.
AddDevice
(TEST_DEV_NODE));
in HWTEST_F()
H
A
D
monitor_test.cpp
62
void
AddDevice
(const std::string &devNode) override
64
devMgr_.DeviceManager::
AddDevice
(devNode);
123
* @tc.desc: test
AddDevice
and RemoveDevice
130
ASSERT_NO_FATAL_FAILURE(monitor.
AddDevice
(TEST_DEV_NODE));
in HWTEST_F()
H
A
D
device_manager_test.cpp
438
* @tc.desc: Test the founction
AddDevice
448
auto ret = env->devMgr_.
AddDevice
(TEST_DEV_NODE);
in HWTEST_F()
529
env->devMgr_.
AddDevice
(TEST_DEV_NODE);
in HWTEST_F()
561
auto ret = env->devMgr_.
AddDevice
(TEST_DEV_NODE);
in HWTEST_F()
/base/msdp/device_status/intention/services/device_manager/include/
H
A
D
i_device_mgr.h
24
virtual void
AddDevice
(const std::string &devNode) = 0;
H
A
D
enumerator.h
39
void
AddDevice
(const std::string &devNode) const;
H
A
D
device_manager.h
64
void
AddDevice
(const std::string &devNode) override;
84
std::shared_ptr<IDevice>
AddDevice
(const std::string &devNode);
H
A
D
monitor.h
50
void
AddDevice
(const std::string &devNode) const;
/base/usb/usb_manager/services/native/include/
H
A
D
usb_host_manager.h
46
bool
AddDevice
(UsbDevice *dev);
H
A
D
usb_service.h
108
bool
AddDevice
(uint8_t busNum, uint8_t devAddr);
/base/usb/usb_manager/services/native/src/
H
A
D
usb_service_subscriber.cpp
89
pms->
AddDevice
(busNum, devAddr);
in DeviceEvent()
H
A
D
usb_host_manager.cpp
135
bool UsbHostManager::
AddDevice
(UsbDevice *dev)
in AddDevice()
function in OHOS::USB::UsbHostManager
H
A
D
usb_service.cpp
1597
bool UsbService::
AddDevice
(uint8_t busNum, uint8_t devAddr)
in AddDevice()
function in OHOS::USB::UsbService
1626
usbHostManager_->
AddDevice
(devInfo);
in AddDevice()
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H
A
D
msdpdevicemanager_fuzzer.cpp
474
env->devMgr_.
AddDevice
(devStr);
in MsdpDeviceManagerFuzzTest()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
cooperate_plugin_test.cpp
847
auto dev = g_devMgr.
AddDevice
(TEST_DEV_NODE);
in HWTEST_F()
863
auto dev = g_devMgr.
AddDevice
(TEST_DEV_NODE);
in HWTEST_F()
1839
auto dev = g_devMgr.
AddDevice
(TEST_DEV_NODE);
in HWTEST_F()
2666
env->devMgr_.
AddDevice
(TEST_DEV_NODE);
in HWTEST_F()
Completed in 16 milliseconds