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:dInputSinkProxy_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H
A
D
mock_samanager.cpp
78
if (
dInputSinkProxy_
== nullptr) {
in GetDInputSinkProxy()
79
dInputSinkProxy_
= new DistributedInputSinkManager(saId, runOnCreate);
in GetDInputSinkProxy()
82
return
dInputSinkProxy_
!= nullptr;
in GetDInputSinkProxy()
87
return
dInputSinkProxy_
!= nullptr;
in HasDInputSinkProxy()
92
dInputSinkProxy_
= iface_cast<IDistributedSinkInput>(remoteObject);
in SetDInputSinkProxy()
94
if ((!
dInputSinkProxy_
) || (!
dInputSinkProxy_
->AsObject())) {
in SetDInputSinkProxy()
/foundation/distributedhardware/distributed_input/sinkhandler/src/
H
A
D
distributed_input_sink_handler.cpp
82
dInputSinkProxy_
= iface_cast<IDistributedSinkInput>(remoteObject);
in FinishStartSA()
84
if ((
dInputSinkProxy_
== nullptr) || (
dInputSinkProxy_
->AsObject() == nullptr)) {
in FinishStartSA()
135
if (
dInputSinkProxy_
== nullptr) {
in OnRemoteSinkSvrDied()
136
DHLOGE("
dInputSinkProxy_
is nullptr.");
in OnRemoteSinkSvrDied()
139
if (
dInputSinkProxy_
->AsObject() == nullptr) {
in OnRemoteSinkSvrDied()
149
if (
dInputSinkProxy_
->AsObject() != remoteObject) {
in OnRemoteSinkSvrDied()
153
dInputSinkProxy_
->AsObject()->RemoveDeathRecipient(sinkSvrRecipient_);
in OnRemoteSinkSvrDied()
154
dInputSinkProxy_
= nullptr;
in OnRemoteSinkSvrDied()
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H
A
D
dinput_sa_manager.cpp
54
DInputSAManager::GetInstance().
dInputSinkProxy_
= nullptr;
in OnRemoveSystemAbility()
232
if (dInputSinkSAOnline_.load() && !
dInputSinkProxy_
) {
in GetDInputSinkProxy()
234
if (
dInputSinkProxy_
!= nullptr) {
in GetDInputSinkProxy()
251
dInputSinkProxy_
= iface_cast<IDistributedSinkInput>(remoteObject);
in GetDInputSinkProxy()
253
if ((!
dInputSinkProxy_
) || (!
dInputSinkProxy_
->AsObject())) {
in GetDInputSinkProxy()
258
return
dInputSinkProxy_
!= nullptr;
in GetDInputSinkProxy()
264
return
dInputSinkProxy_
!= nullptr;
in HasDInputSinkProxy()
270
dInputSinkProxy_
= iface_cast<IDistributedSinkInput>(remoteObject);
in SetDInputSinkProxy()
272
if ((!
dInputSinkProxy_
) || (!dInputSinkProxy
in SetDInputSinkProxy()
[all...]
H
A
D
distributed_input_client.cpp
193
DInputSAManager::GetInstance().
dInputSinkProxy_
->RegisterSharingDhIdListener(listener);
in CheckSharingDhIdsCallback()
260
DInputSAManager::GetInstance().
dInputSinkProxy_
->RegisterGetSinkScreenInfosCallback(callback);
in CheckSinkScreenInfoCallback()
286
return DInputSAManager::GetInstance().
dInputSinkProxy_
->Init();
in InitSink()
325
return DInputSAManager::GetInstance().
dInputSinkProxy_
->Release();
in ReleaseSink()
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H
A
D
dinput_sa_manager.h
83
sptr<IDistributedSinkInput>
dInputSinkProxy_
= nullptr;
member in OHOS::DistributedHardware::DistributedInput::DInputSAManager
/foundation/distributedhardware/distributed_input/sinkhandler/include/
H
A
D
distributed_input_sink_handler.h
80
sptr<IDistributedSinkInput>
dInputSinkProxy_
= nullptr;
member in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkHandler
Completed in 4 milliseconds