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:agentObject
(Results
1 - 7
of
7
) sorted by relevance
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H
A
D
perusersession_fuzzer.cpp
103
sptr<IRemoteObject>
agentObject
= nullptr;
in FuzzPerUserSession()
local
105
userSessions->OnStartInput(clientInfo,
agentObject
);
in FuzzPerUserSession()
107
userSessions->OnStartInput(clientInfo,
agentObject
);
in FuzzPerUserSession()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H
A
D
ime_system_channel.cpp
143
void ImeSystemCmdChannel::OnConnectCmdReady(const sptr<IRemoteObject> &
agentObject
)
in OnConnectCmdReady()
argument
145
if (
agentObject
== nullptr) {
in OnConnectCmdReady()
146
IMSA_HILOGE("
agentObject
is nullptr!");
in OnConnectCmdReady()
155
systemAgent_ = new (std::nothrow) InputMethodAgentProxy(
agentObject
);
in OnConnectCmdReady()
165
if (!
agentObject
->AddDeathRecipient(agentDeathRecipient_)) {
in OnConnectCmdReady()
H
A
D
input_method_controller.cpp
997
void InputMethodController::OnInputReady(sptr<IRemoteObject>
agentObject
)
in OnInputReady()
argument
1002
if (
agentObject
== nullptr) {
in OnInputReady()
1003
IMSA_HILOGE("
agentObject
is nullptr!");
in OnInputReady()
1006
SetAgent(
agentObject
);
in OnInputReady()
1319
void InputMethodController::SetAgent(sptr<IRemoteObject> &
agentObject
)
in SetAgent()
argument
1322
if (agent_ != nullptr && agentObject_.GetRefPtr() ==
agentObject
.GetRefPtr()) {
in SetAgent()
1326
agent_ = std::make_shared<InputMethodAgentProxy>(
agentObject
);
in SetAgent()
1327
agentObject_ =
agentObject
;
in SetAgent()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H
A
D
ime_system_channel.h
88
void OnConnectCmdReady(const sptr<IRemoteObject> &
agentObject
);
H
A
D
input_method_controller.h
528
void OnInputReady(sptr<IRemoteObject>
agentObject
);
846
void SetAgent(sptr<IRemoteObject> &
agentObject
);
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability_stub.cpp
160
auto
agentObject
= data.ReadRemoteObject();
in SetCoreAndAgentOnRemote()
local
161
if (
agentObject
== nullptr) {
in SetCoreAndAgentOnRemote()
162
IMSA_HILOGE("
agentObject
is nullptr!");
in SetCoreAndAgentOnRemote()
165
int32_t ret = SetCoreAndAgent(iface_cast<IInputMethodCore>(coreObject),
agentObject
);
in SetCoreAndAgentOnRemote()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_controller_test.cpp
1584
sptr<IRemoteObject>
agentObject
= nullptr;
in HWTEST_F()
local
1585
inputMethodController_->OnInputReady(
agentObject
);
in HWTEST_F()
Completed in 8 milliseconds