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 D | input_method_ability_utils.cpp | 39 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetImsaProxy()
|
H A D | input_method_ability.cpp | 90 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetImsaProxy()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | freeze_manager.cpp | 101 { "saId", std::to_string(INPUT_METHOD_SYSTEM_ABILITY_ID) }, in ReportRss()
|
H A D | peruser_session.cpp | 394 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 D | input_method_system_ability.cpp | 57 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 D | system_ability_definition.h | 241 INPUT_METHOD_SYSTEM_ABILITY_ID = 3703, enumerator
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | ime_system_channel.cpp | 68 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetSystemAbilityProxy()
|
H A D | input_method_controller.cpp | 151 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 D | settings_data_utils.cpp | 210 auto remoteObj = samgr->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID); in GetToken()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 232 pub const INPUT_METHOD_SYSTEM_ABILITY_ID: i32 = 3703; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 137 { INPUT_METHOD_SYSTEM_ABILITY_ID, "InputMethodService" },
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
H A D | tdd_util.cpp | 214 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 D | input_method_controller_test.cpp | 336 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, "");
|