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:channelProxy
(Results
1 - 4
of
4
) sorted by relevance
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H
A
D
soft_bus_channel.c
233
int32_t InitSoftBusChannelModule(ChannelProxy *
channelProxy
)
in InitSoftBusChannelModule()
argument
248
proxy.onBytesReceived =
channelProxy
->onBytesReceived;
in InitSoftBusChannelModule()
249
proxy.onChannelOpened =
channelProxy
->onChannelOpened;
in InitSoftBusChannelModule()
250
proxy.onChannelClosed =
channelProxy
->onChannelClosed;
in InitSoftBusChannelModule()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_ability.cpp
699
auto
channelProxy
= std::make_shared<InputDataChannelProxy>(object);
in SetInputDataChannel()
local
700
if (
channelProxy
== nullptr) {
in SetInputDataChannel()
705
dataChannelProxy_ =
channelProxy
;
in SetInputDataChannel()
718
std::shared_ptr<InputControlChannelProxy>
channelProxy
= std::make_shared<InputControlChannelProxy>(object);
in SetInputControlChannel()
local
719
if (
channelProxy
== nullptr) {
in SetInputControlChannel()
720
IMSA_HILOGD("
channelProxy
is nullptr!");
in SetInputControlChannel()
723
controlChannel_ =
channelProxy
;
in SetInputControlChannel()
1106
auto
channelProxy
= std::make_shared<InputDataChannelProxy>(channel);
in OnClientInactive()
local
1107
if (
channelProxy
== nullptr) {
in OnClientInactive()
1115
panels_.ForEach([this, &
channelProxy
](cons
in OnClientInactive()
1244
NotifyPanelStatusInfo( const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &
channelProxy
)
NotifyPanelStatusInfo()
argument
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_ability.h
161
void NotifyPanelStatusInfo(const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &
channelProxy
);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_ability_test.cpp
284
sptr<InputDataChannelProxy>
channelProxy
= new InputDataChannelProxy(channelObject);
in HWTEST_F()
local
Completed in 6 milliseconds