Home
last modified time | relevance | path

Searched refs:runningIme_ (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp63 runningIme_ = bundleNames[0]; // one user only has one ime at present in PerUserSession()
1383 if (IsReady(MEMORY_MANAGER_SA_ID) && IsWmsReady() && runningIme_.empty()) {
1664 if (runningIme_.empty()) {
1672 [this]() -> bool { return !ImeInfoInquirer::GetInstance().IsRunningIme(userId_, runningIme_); })) {
1673 IMSA_HILOGI("[%{public}d, %{public}s] stop completely", userId_, runningIme_.c_str());
1674 runningIme_.clear();
1677 IMSA_HILOGW("[%{public}d, %{public}s] stop timeout", userId_, runningIme_.c_str());
/base/inputmethod/imf/services/include/
H A Dperuser_session.h274 std::string runningIme_; member in OHOS::MiscServices::PerUserSession

Completed in 4 milliseconds