Home
last modified time | relevance | path

Searched refs:ImeSystemCmdChannel (Results 1 - 6 of 6) sorted by relevance

/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp35 ImeSystemCmdChannel::GetInstance()->GetSmartMenuCfg(); in FuzzGetSmartMenuCfg()
45 ImeSystemCmdChannel::GetInstance()->SetSystemCmdListener(listener); in FuzzConnectSystemCmd()
46 ImeSystemCmdChannel::GetInstance()->GetSystemCmdListener(); in FuzzConnectSystemCmd()
47 ImeSystemCmdChannel::GetInstance()->ConnectSystemCmd(listener); in FuzzConnectSystemCmd()
48 ImeSystemCmdChannel::GetInstance()->RunConnectSystemCmd(); in FuzzConnectSystemCmd()
53 ImeSystemCmdChannel::GetInstance()->GetSystemCmdAgent(); in FuzzSystemCmdAgent()
54 ImeSystemCmdChannel::GetInstance()->ClearSystemCmdAgent(); in FuzzSystemCmdAgent()
64 ImeSystemCmdChannel::GetInstance()->OnConnectCmdReady(remoteObject); in FuzzOnSystemCmdAgent()
65 ImeSystemCmdChannel::GetInstance()->OnSystemCmdAgentDied(remoteObject); in FuzzOnSystemCmdAgent()
80 ImeSystemCmdChannel in FuzzPrivateCommand()
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp29 std::mutex ImeSystemCmdChannel::instanceLock_;
30 sptr<ImeSystemCmdChannel> ImeSystemCmdChannel::instance_;
31 ImeSystemCmdChannel::ImeSystemCmdChannel() in ImeSystemCmdChannel() function in OHOS::MiscServices::ImeSystemCmdChannel
35 ImeSystemCmdChannel::~ImeSystemCmdChannel() in ~ImeSystemCmdChannel()
39 sptr<ImeSystemCmdChannel> ImeSystemCmdChannel::GetInstance() in GetInstance()
45 instance_ = new (std::nothrow) ImeSystemCmdChannel(); in GetInstance()
[all...]
H A Dsystem_cmd_channel_stub.cpp39 return ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommand()
54 return ImeSystemCmdChannel::GetInstance()->NotifyPanelStatus(sysPanelStatus); in NotifyPanelStatus()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h42 class ImeSystemCmdChannel : public RefBase, public PrivateCommandInterface { class
45 * @brief Get the instance of ImeSystemCmdChannel.
47 * This function is used to get the instance of ImeSystemCmdChannel.
49 * @return The instance of ImeSystemCmdChannel.
52 IMF_API static sptr<ImeSystemCmdChannel> GetInstance();
92 ImeSystemCmdChannel();
93 ~ImeSystemCmdChannel();
105 static sptr<ImeSystemCmdChannel> instance_;
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_system_channel_test.cpp42 static sptr<ImeSystemCmdChannel> imeSystemChannel_;
46 sptr<ImeSystemCmdChannel> ImeSystemChannelTest::imeSystemChannel_;
53 imeSystemChannel_ = ImeSystemCmdChannel::GetInstance(); in SetUpTestCase()
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp80 auto ret = ImeSystemCmdChannel::GetInstance()->ConnectSystemCmd(manager); in ConnectSystemCmd()
197 ctxt->smartMenu = ImeSystemCmdChannel::GetInstance()->GetSmartMenuCfg(); in GetSmartMenuCfg()
224 int32_t code = ImeSystemCmdChannel::GetInstance()->SendPrivateCommand(ctxt->privateCommand); in SendPrivateCommand()
241 int32_t ret = ImeSystemCmdChannel::GetInstance()->GetDefaultImeCfg(property); in GetDefaultInputMethod()

Completed in 3 milliseconds