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:AncoAddChannel
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimodalinput/input/test/facility/mock/include/
H
A
D
input_windows_manager_mock.h
121
MOCK_METHOD(int32_t,
AncoAddChannel
, (sptr<IAncoChannel>));
/foundation/multimodalinput/input/service/window_manager/include/
H
A
D
i_input_windows_manager.h
154
virtual int32_t
AncoAddChannel
(sptr<IAncoChannel> channel) = 0;
H
A
D
input_windows_manager.h
181
int32_t
AncoAddChannel
(sptr<IAncoChannel> channel);
/foundation/multimodalinput/input/service/connect_manager/include/
H
A
D
multimodal_input_connect_manager.h
159
int32_t
AncoAddChannel
(sptr<IAncoChannel> channel);
H
A
D
i_multimodal_input_connect.h
166
virtual int32_t
AncoAddChannel
(sptr<IAncoChannel> channel) = 0;
H
A
D
multimodal_input_connect_proxy.h
152
int32_t
AncoAddChannel
(sptr<IAncoChannel> channel) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H
A
D
input_manager_impl.h
225
int32_t
AncoAddChannel
(std::shared_ptr<IAncoConsumer> consumer);
/foundation/multimodalinput/input/service/connect_manager/src/
H
A
D
multimodal_input_connect_manager.cpp
894
int32_t MultimodalInputConnectManager::
AncoAddChannel
(sptr<IAncoChannel> channel)
in AncoAddChannel()
function in OHOS::MMI::MultimodalInputConnectManager
898
return multimodalInputConnectService_->
AncoAddChannel
(channel);
in AncoAddChannel()
H
A
D
multimodal_input_connect_stub.cpp
2790
int32_t ret =
AncoAddChannel
(channel);
in StubAncoAddChannel()
2792
MMI_HILOGE("
AncoAddChannel
fail, error:%{public}d", ret);
in StubAncoAddChannel()
H
A
D
multimodal_input_connect_proxy.cpp
2418
int32_t MultimodalInputConnectProxy::
AncoAddChannel
(sptr<IAncoChannel> channel)
in AncoAddChannel()
function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
input_manager.cpp
656
return InputMgrImpl.
AncoAddChannel
(consumer);
in AncoAddConsumer()
/foundation/multimodalinput/input/service/module_loader/include/
H
A
D
mmi_service.h
180
int32_t
AncoAddChannel
(sptr<IAncoChannel> channel) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
input_manager_impl.cpp
2459
int32_t InputManagerImpl::
AncoAddChannel
(std::shared_ptr<IAncoConsumer> consumer)
in AncoAddChannel()
function in OHOS::MMI::InputManagerImpl
2467
int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->
AncoAddChannel
(tChannel);
in AncoAddChannel()
2469
MMI_HILOGE("
AncoAddChannel
fail, error:%{public}d", ret);
in AncoAddChannel()
2475
MMI_HILOGI("
AncoAddChannel
function does not support");
in AncoAddChannel()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
3597
int32_t MMIService::
AncoAddChannel
(sptr<IAncoChannel> channel)
in AncoAddChannel()
function in OHOS::MMI::MMIService
3600
return WIN_MGR->
AncoAddChannel
(channel);
in AncoAddChannel()
3603
MMI_HILOGE("
AncoAddChannel
fail, error:%{public}d", ret);
in AncoAddChannel()
/foundation/multimodalinput/input/service/connect_manager/test/
H
A
D
multimodal_input_connect_stub_ex_test.cpp
294
int32_t
AncoAddChannel
(sptr<IAncoChannel> channel) override { return retChannel_; }
Completed in 36 milliseconds