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:devMgr_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
device_manager_test.cpp
60
return
devMgr_
;
in GetDeviceManager()
133
int32_t ret =
devMgr_
.Init(this);
in InitDevMgr()
292
devMgr_
.Dispatch(ev);
in OnDeviceMgr()
302
int32_t ret =
devMgr_
.Enable();
in EnableDevMgr()
316
AddEpoll(EPOLL_EVENT_DEVICE_MGR,
devMgr_
.GetFd());
in EnableDevMgr()
326
DelEpoll(EPOLL_EVENT_DEVICE_MGR,
devMgr_
.GetFd());
in DisableDevMgr()
327
devMgr_
.Disable();
in DisableDevMgr()
439
env->
devMgr_
.RemoveDevice(TEST_DEV_NODE);
in HWTEST_F()
440
env->
devMgr_
.FindDevice(TEST_DEV_NODE);
in HWTEST_F()
441
auto ret = env->
devMgr_
in HWTEST_F()
[all...]
H
A
D
enumerator_test.cpp
64
devMgr_
.DeviceManager::AddDevice(devNode);
68
devMgr_
.DeviceManager::RemoveDevice(devNode);
71
DeviceManager
devMgr_
;
member in OHOS::Msdp::DeviceStatus::TestDeviceMgr
H
A
D
monitor_test.cpp
64
devMgr_
.DeviceManager::AddDevice(devNode);
68
devMgr_
.DeviceManager::RemoveDevice(devNode);
71
DeviceManager
devMgr_
;
member in OHOS::Msdp::DeviceStatus::TestDeviceMgr
/foundation/multimodalinput/input/intention/services/device_manager/src/
H
A
D
enumerator.cpp
37
devMgr_
= devMgr;
in SetDeviceMgr()
73
CHKPV(
devMgr_
);
in AddDevice()
74
devMgr_
->AddDevice(devNode);
in AddDevice()
H
A
D
monitor.cpp
54
devMgr_
= devMgr;
in SetDeviceMgr()
159
CHKPV(
devMgr_
);
in AddDevice()
160
devMgr_
->AddDevice(devNode);
in AddDevice()
166
CHKPV(
devMgr_
);
in RemoveDevice()
167
devMgr_
->RemoveDevice(devNode);
in RemoveDevice()
H
A
D
device_manager.cpp
47
:
devMgr_
(devMgr)
in HotplugHandler()
52
devMgr_
.AddDevice(devNode);
in AddDevice()
57
devMgr_
.RemoveDevice(devNode);
in RemoveDevice()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H
A
D
enumerator.h
42
IDeviceMgr *
devMgr_
{ nullptr };
H
A
D
monitor.h
56
IDeviceMgr *
devMgr_
{ nullptr };
H
A
D
device_manager.h
68
DeviceManager &
devMgr_
;
member in OHOS::Msdp::DeviceStatus::final::final
/foundation/multimodalinput/input/intention/cooperate/test/src/
H
A
D
test_context.cpp
147
return
devMgr_
;
in GetDeviceManager()
/foundation/multimodalinput/input/intention/cooperate/test/include/
H
A
D
test_context.h
88
DeviceManager
devMgr_
;
member in OHOS::Msdp::DeviceStatus::final
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H
A
D
device_manager_test.h
95
DeviceManager
devMgr_
;
member in OHOS::Msdp::DeviceStatus::final
Completed in 4 milliseconds