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:currentImeCfg
(Results
1 - 3
of
3
) sorted by relevance
/base/inputmethod/imf/services/src/
H
A
D
ime_info_inquirer.cpp
209
auto
currentImeCfg
= ImeCfgManager::GetInstance().GetCurrentImeCfg(userId);
in GetDumpInfo()
local
220
std::string isCurrentIme =
currentImeCfg
->imeId == imeId ? "true" : "false";
in GetDumpInfo()
415
auto
currentImeCfg
= ImeCfgManager::GetInstance().GetCurrentImeCfg(userId);
in ListCurrentInputMethodSubtype()
local
416
IMSA_HILOGD("currentIme: %{public}s.",
currentImeCfg
->imeId.c_str());
in ListCurrentInputMethodSubtype()
417
return ListInputMethodSubtype(userId,
currentImeCfg
->bundleName, subProps);
in ListCurrentInputMethodSubtype()
677
auto
currentImeCfg
= ImeCfgManager::GetInstance().GetCurrentImeCfg(userId);
in GetCurrentInputMethod()
local
678
IMSA_HILOGD("currentIme: %{public}s.",
currentImeCfg
->imeId.c_str());
in GetCurrentInputMethod()
681
[&
currentImeCfg
](const FullImeInfo &info) { return info.prop.name ==
currentImeCfg
->bundleName; });
in GetCurrentInputMethod()
684
prop->id =
currentImeCfg
in GetCurrentInputMethod()
749
auto
currentImeCfg
= ImeCfgManager::GetInstance().GetCurrentImeCfg(userId);
GetImeToStart()
local
[all...]
H
A
D
input_method_system_ability.cpp
665
auto
currentImeCfg
= ImeCfgManager::GetInstance().GetCurrentImeCfg(userId);
in SwitchInputMethod()
local
666
if (switchInfo.subName.empty() && switchInfo.bundleName ==
currentImeCfg
->bundleName) {
in SwitchInputMethod()
667
switchInfo.subName =
currentImeCfg
->subName;
in SwitchInputMethod()
782
auto
currentImeCfg
= ImeCfgManager::GetInstance().GetCurrentImeCfg(userId);
in IsNeedSwitch()
local
784
currentImeCfg
->bundleName.c_str(),
currentImeCfg
->subName.c_str(), bundleName.c_str(), subName.c_str());
in IsNeedSwitch()
785
if ((subName.empty() && bundleName ==
currentImeCfg
->bundleName) ||
in IsNeedSwitch()
786
(!subName.empty() && subName ==
currentImeCfg
->subName &&
currentImeCfg
->bundleName == bundleName)) {
in IsNeedSwitch()
1824
auto
currentImeCfg
[all...]
H
A
D
peruser_session.cpp
1030
auto
currentImeCfg
= ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_);
in GetCurrentUsingImeId()
local
1031
if (
currentImeCfg
== nullptr) {
in GetCurrentUsingImeId()
1032
IMSA_HILOGE("
currentImeCfg
is nullptr!");
in GetCurrentUsingImeId()
1035
imeId.bundleName =
currentImeCfg
->bundleName;
in GetCurrentUsingImeId()
1036
imeId.subName =
currentImeCfg
->extName;
in GetCurrentUsingImeId()
Completed in 7 milliseconds