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:sender_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
cooperate_context.cpp
41
explicit BoardObserver(Channel<CooperateEvent>::Sender sender) :
sender_
(sender) {}
in BoardObserver()
48
auto ret =
sender_
.Send(CooperateEvent(
61
auto ret =
sender_
.Send(CooperateEvent(
72
Channel<CooperateEvent>::Sender
sender_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
77
explicit HotplugObserver(Channel<CooperateEvent>::Sender sender) :
sender_
(sender) {}
in HotplugObserver()
84
Channel<CooperateEvent>::Sender
sender_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
90
auto ret =
sender_
.Send(CooperateEvent(
in OnDeviceAdded()
105
auto ret =
sender_
.Send(CooperateEvent(
in OnDeviceRemoved()
124
sender_
= sender;
in AttachSender()
172
boardObserver_ = std::make_shared<BoardObserver>(
sender_
);
in EnableDDM()
[all...]
H
A
D
dsoftbus_handler.cpp
91
sender_
= sender;
in AttachSender()
245
auto ret =
sender_
.Send(event);
in SendEvent()
H
A
D
state_machine.cpp
42
:
sender_
(sender), clientPid_(clientPid) {}
in AppStateObserver()
48
auto ret =
sender_
.Send(CooperateEvent(
in OnProcessDied()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H
A
D
input_event_interceptor.h
50
Channel<CooperateEvent>::Sender
sender_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H
A
D
cooperate_context.h
116
Channel<CooperateEvent>::Sender
sender_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
134
return
sender_
;
in Sender()
H
A
D
dsoftbus_handler.h
104
Channel<CooperateEvent>::Sender
sender_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
H
A
D
state_machine.h
50
Channel<CooperateEvent>::Sender
sender_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final::final
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_interceptor.cpp
60
sender_
= context.Sender();
in Enable()
147
auto ret =
sender_
.Send(CooperateEvent(
in ReportPointerEvent()
Completed in 5 milliseconds