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:GetDSoftbus
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
dsoftbus_handler.cpp
78
env_->
GetDSoftbus
().AddObserver(observer_);
in DSoftbusHandler()
84
env_->
GetDSoftbus
().RemoveObserver(observer_);
in ~DSoftbusHandler()
102
return env_->
GetDSoftbus
().OpenSession(networkId);
in OpenSession()
108
env_->
GetDSoftbus
().CloseSession(networkId);
in CloseSession()
114
env_->
GetDSoftbus
().CloseAllSessions();
in CloseAllSessions()
127
int32_t ret = env_->
GetDSoftbus
().SendPacket(networkId, packet);
in StartCooperate()
138
int32_t ret = env_->
GetDSoftbus
().SendPacket(networkId, packet);
in StopCooperate()
154
int32_t ret = env_->
GetDSoftbus
().SendPacket(networkId, packet);
in ComeBack()
170
int32_t ret = env_->
GetDSoftbus
().SendPacket(networkId, packet);
in RelayCooperate()
186
int32_t ret = env_->
GetDSoftbus
()
in RelayCooperateFinish()
[all...]
H
A
D
input_device_mgr.cpp
140
if (int32_t ret = env_->
GetDSoftbus
().SendPacket(remoteNetworkId, packet); ret != RET_OK) {
in NotifyInputDeviceToRemote()
174
if (int32_t ret = env_->
GetDSoftbus
().BroadcastPacket(packet); ret != RET_OK) {
in BroadcastHotPlugToRemote()
H
A
D
mouse_location.cpp
379
if (!context_->
GetDSoftbus
().HasSessionExisted(remoteNetworkId)) {
in SendPacket()
383
if (context_->
GetDSoftbus
().SendPacket(remoteNetworkId, packet) != RET_OK) {
in SendPacket()
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_context.h
49
virtual IDSoftbusAdapter&
GetDSoftbus
() = 0;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_interceptor.cpp
116
env_->
GetDSoftbus
().SendPacket(remoteNetworkId_, packet);
in OnPointerEvent()
136
env_->
GetDSoftbus
().SendPacket(remoteNetworkId_, packet);
in OnKeyEvent()
H
A
D
input_event_builder.cpp
61
env_->
GetDSoftbus
().AddObserver(observer_);
in Enable()
71
env_->
GetDSoftbus
().RemoveObserver(observer_);
in Disable()
/foundation/multimodalinput/input/intention/cooperate/test/src/
H
A
D
test_context.cpp
175
IDSoftbusAdapter& TestContext::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::TestContext
/foundation/multimodalinput/input/intention/cooperate/test/include/
H
A
D
test_context.h
84
IDSoftbusAdapter&
GetDSoftbus
() override;
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H
A
D
device_manager_test.h
70
IDSoftbusAdapter&
GetDSoftbus
() override;
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
device_manager_test.cpp
99
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::ContextService
Completed in 6 milliseconds