/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/ |
H A D | inputmethodsystemability_fuzzer.cpp | 46 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->isScbEnable_ = false; in FuzzOnUser() 47 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->userId_ = MSG_ID_USER_ONE; in FuzzOnUser() 50 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->OnUserStarted(msg.get()); in FuzzOnUser() 56 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->OnUserRemoved(msg1.get()); in FuzzOnUser() 61 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->userId_ = MSG_ID_USER_TWO; in FuzzOnUser() 65 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->HandlePackageEvent(msg2.get()); in FuzzOnUser() 68 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->userId_ = userId; in FuzzOnUser() 69 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->OnPackageRemoved(userId, bundleName); in FuzzOnUser()
|
/base/inputmethod/imf/test/fuzztest/systemabilitystubfuzztest/common/ |
H A D | imf_sa_stub_fuzz_util.cpp | 72 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->OnRemoteRequest(static_cast<int32_t>(code), datas, in FuzzInputMethodSystemAbility() 83 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->Initialize(); in Initialize() 84 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->InitServiceHandler(); in Initialize() 85 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->state_ = ServiceRunningState::STATE_RUNNING; in Initialize() 87 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->SubscribeCommonEvent(); in Initialize() 88 int32_t ret = DelayedSingleton<InputMethodSystemAbility>::GetInstance()->InitKeyEventMonitor(); in Initialize() 90 ret = DelayedSingleton<InputMethodSystemAbility>::GetInstance()->InitWmsMonitor(); in Initialize()
|
/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 55 REGISTER_SYSTEM_ABILITY_BY_ID(InputMethodSystemAbility, INPUT_METHOD_SYSTEM_ABILITY_ID, true); 59 std::shared_ptr<AppExecFwk::EventHandler> InputMethodSystemAbility::serviceHandler_; 61 InputMethodSystemAbility::InputMethodSystemAbility(int32_t systemAbilityId, bool runOnCreate) in InputMethodSystemAbility() function in OHOS::MiscServices::InputMethodSystemAbility 66 InputMethodSystemAbility::InputMethodSystemAbility() : state_(ServiceRunningState::STATE_NOT_START) in InputMethodSystemAbility() function in OHOS::MiscServices::InputMethodSystemAbility 70 InputMethodSystemAbility::~InputMethodSystemAbility() in ~InputMethodSystemAbility() 80 void InputMethodSystemAbility::OnStart() in OnStart() 82 IMSA_HILOGI("InputMethodSystemAbility in OnStart() [all...] |
/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/ |
H A D | systemabilitystub_fuzzer.cpp | 86 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->Initialize(); in FuzzInputMethodSystemAbility() 100 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->OnRemoteRequest(code, datas, reply, option); in FuzzInputMethodSystemAbility() 109 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->Dump(static_cast<int32_t>(size), args); in TestDump() 110 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->DumpAllMethod(static_cast<int32_t>(size)); in TestDump()
|
/base/inputmethod/imf/services/include/ |
H A D | input_method_system_ability.h | 44 class InputMethodSystemAbility : public SystemAbility, public InputMethodSystemAbilityStub { class 45 DECLARE_SYSTEM_ABILITY(InputMethodSystemAbility); 48 DISALLOW_COPY_AND_MOVE(InputMethodSystemAbility); 49 InputMethodSystemAbility(int32_t systemAbilityId, bool runOnCreate); 50 InputMethodSystemAbility(); 51 ~InputMethodSystemAbility();
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | security_mode_parser_test.cpp | 42 static sptr<InputMethodSystemAbility> service_; 47 sptr<InputMethodSystemAbility> SecurityModeParserTest::service_{ nullptr }; 58 service_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase()
|
H A D | input_method_dfx_test.cpp | 154 static sptr<InputMethodSystemAbility> imsa_; 160 sptr<InputMethodSystemAbility> InputMethodDfxTest::imsa_; 212 imsa_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase()
|
H A D | identity_checker_test.cpp | 84 static sptr<InputMethodSystemAbility> service_; 98 service_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase() 127 sptr<InputMethodSystemAbility> IdentityCheckerTest::service_;
|
H A D | input_method_editor_test.cpp | 123 static sptr<InputMethodSystemAbility> imsa_; 131 sptr<InputMethodSystemAbility> InputMethodEditorTest::imsa_; 138 imsa_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase()
|
H A D | input_method_attach_test.cpp | 49 static sptr<InputMethodSystemAbility> imsa_; 59 imsa_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase() 124 sptr<InputMethodSystemAbility> InputMethodAttachTest::imsa_;
|
H A D | input_method_private_member_test.cpp | 57 static sptr<InputMethodSystemAbility> service_; 63 service_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase() 90 sptr<InputMethodSystemAbility> InputMethodPrivateMemberTest::service_; 100 InputMethodSystemAbility ability; in HWTEST_F()
|
H A D | input_method_ability_test.cpp | 68 static sptr<InputMethodSystemAbility> imsa_; 122 imsa_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase() 244 sptr<InputMethodSystemAbility> InputMethodAbilityTest::imsa_;
|
H A D | input_method_controller_test.cpp | 129 static sptr<InputMethodSystemAbility> imsa_; 237 sptr<InputMethodSystemAbility> InputMethodControllerTest::imsa_; 272 imsa_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase()
|
H A D | input_method_panel_test.cpp | 116 static sptr<InputMethodSystemAbility> imsa_; 189 sptr<InputMethodSystemAbility> InputMethodPanelTest::imsa_{ nullptr }; 215 imsa_ = new (std::nothrow) InputMethodSystemAbility(); in SetUpTestCase()
|