Home
last modified time | relevance | path

Searched refs:INPUT_METHOD_SYSTEM_ABILITY_ID (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability_utils.cpp39 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetImsaProxy()
H A Dinput_method_ability.cpp90 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetImsaProxy()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dfreeze_manager.cpp101 { "saId", std::to_string(INPUT_METHOD_SYSTEM_ABILITY_ID) }, in ReportRss()
H A Dperuser_session.cpp394 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), true, INPUT_METHOD_SYSTEM_ABILITY_ID); in OnRequestShowInput()
528 … Memory::MemMgrClient::GetInstance().SetCritical(getpid(), false, INPUT_METHOD_SYSTEM_ABILITY_ID); in DeactivateClient()
593 … Memory::MemMgrClient::GetInstance().SetCritical(getpid(), true, INPUT_METHOD_SYSTEM_ABILITY_ID); in BindClientWithIme()
641 … Memory::MemMgrClient::GetInstance().SetCritical(getpid(), false, INPUT_METHOD_SYSTEM_ABILITY_ID); in StopImeInput()
H A Dinput_method_system_ability.cpp57 REGISTER_SYSTEM_ABILITY_BY_ID(InputMethodSystemAbility, INPUT_METHOD_SYSTEM_ABILITY_ID, true);
188 …y::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 0, INPUT_METHOD_SYSTEM_ABILITY_ID); in OnStop()
1787 …y::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 1, INPUT_METHOD_SYSTEM_ABILITY_ID); in HandleMemStarted()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h241 INPUT_METHOD_SYSTEM_ABILITY_ID = 3703, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp68 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetSystemAbilityProxy()
H A Dinput_method_controller.cpp151 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetSystemAbilityProxy()
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/common/src/
H A Dsettings_data_utils.cpp210 auto remoteObj = samgr->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID); in GetToken()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs232 pub const INPUT_METHOD_SYSTEM_ABILITY_ID: i32 = 3703; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp137 { INPUT_METHOD_SYSTEM_ABILITY_ID, "InputMethodService" },
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp214 int32_t ret = saMgr->GetSystemProcessInfo(INPUT_METHOD_SYSTEM_ABILITY_ID, info); in GetImsaPid()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp336 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in SetInputDeathRecipient()
376 … auto systemAbility = systemAbilityManager->CheckSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID); in CheckProxyObject()
587 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, "");