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 - 25
of
28
) sorted by relevance
1
2
/base/msdp/device_status/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()
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_context.h
51
virtual IDSoftbusAdapter&
GetDSoftbus
() = 0;
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H
A
D
input_event_interceptor_test.h
52
IDSoftbusAdapter&
GetDSoftbus
() override;
H
A
D
input_event_builder_test.h
52
IDSoftbusAdapter&
GetDSoftbus
() override;
H
A
D
cooperate_test.h
55
IDSoftbusAdapter&
GetDSoftbus
() override;
H
A
D
cooperate_plugin_test.h
56
IDSoftbusAdapter&
GetDSoftbus
() override;
H
A
D
test_context.h
85
IDSoftbusAdapter&
GetDSoftbus
() override;
/base/msdp/device_status/test/unittest/intention/drag/include/
H
A
D
drag_server_test.h
47
IDSoftbusAdapter&
GetDSoftbus
() override;
/base/msdp/device_status/test/unittest/intention/services/include/
H
A
D
intention_service_test.h
56
IDSoftbusAdapter&
GetDSoftbus
() override;
H
A
D
device_manager_test.h
71
IDSoftbusAdapter&
GetDSoftbus
() override;
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_interceptor.cpp
128
env_->
GetDSoftbus
().SendPacket(remoteNetworkId_, packet);
in OnPointerEvent()
168
env_->
GetDSoftbus
().SendPacket(remoteNetworkId_, packet);
in OnKeyEvent()
H
A
D
input_event_builder.cpp
74
env_->
GetDSoftbus
().AddObserver(observer_);
in Enable()
85
env_->
GetDSoftbus
().RemoveObserver(observer_);
in Disable()
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H
A
D
timer_manager_test.h
69
IDSoftbusAdapter&
GetDSoftbus
() override;
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H
A
D
msdpdevicemanager_fuzzer.h
71
IDSoftbusAdapter&
GetDSoftbus
() override;
H
A
D
msdpdevicemanager_fuzzer.cpp
104
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
test_context.cpp
182
IDSoftbusAdapter& TestContext::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::TestContext
H
A
D
input_event_interceptor_test.cpp
95
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
H
A
D
cooperate_test.cpp
107
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::ContextService
H
A
D
input_event_builder_test.cpp
96
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
/base/msdp/device_status/services/native/include/
H
A
D
devicestatus_service.h
64
IDSoftbusAdapter&
GetDSoftbus
() override;
/base/msdp/device_status/test/unittest/intention/services/src/
H
A
D
device_manager_test.cpp
106
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::ContextService
H
A
D
intention_service_test.cpp
138
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H
A
D
timer_manager_test.cpp
110
IDSoftbusAdapter& ContextService::
GetDSoftbus
()
in GetDSoftbus()
function in OHOS::Msdp::DeviceStatus::ContextService
Completed in 14 milliseconds
1
2