Home
last modified time | relevance | path

Searched refs:SystemCmdChannelStub (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dsystem_cmd_channel_stub.cpp28 SystemCmdChannelStub::SystemCmdChannelStub() in SystemCmdChannelStub() function in OHOS::MiscServices::SystemCmdChannelStub
32 SystemCmdChannelStub::~SystemCmdChannelStub() in ~SystemCmdChannelStub()
36 int32_t SystemCmdChannelStub::SendPrivateCommand( in SendPrivateCommand()
42 int32_t SystemCmdChannelStub::SendPrivateCommandOnRemote(MessageParcel &data, MessageParcel &reply) in SendPrivateCommandOnRemote()
52 int32_t SystemCmdChannelStub::NotifyPanelStatus(const SysPanelStatus &sysPanelStatus) in NotifyPanelStatus()
57 int32_t SystemCmdChannelStub::NotifyPanelStatusOnRemote(MessageParcel &data, MessageParcel &reply) in NotifyPanelStatusOnRemote()
68 int32_t SystemCmdChannelStub::OnRemoteRequest( in OnRemoteRequest()
H A Dime_system_channel.cpp115 systemChannelStub_ = new (std::nothrow) SystemCmdChannelStub(); in RunConnectSystemCmd()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dsystem_cmd_channel_stub.h32 class SystemCmdChannelStub : public IRemoteStub<ISystemCmdChannel> {
34 DISALLOW_COPY_AND_MOVE(SystemCmdChannelStub);
36 SystemCmdChannelStub();
37 ~SystemCmdChannelStub();
44 using RequestHandler = int32_t (SystemCmdChannelStub::*)(MessageParcel &, MessageParcel &);
46 [SEND_PRIVATE_COMMAND] = &SystemCmdChannelStub::SendPrivateCommandOnRemote,
47 [SHOULD_SYSTEM_PANEL_SHOW] = &SystemCmdChannelStub::NotifyPanelStatusOnRemote,
/ohos5.0/base/inputmethod/imf/test/fuzztest/systemcmdchannelstub_fuzzer/
H A Dsystemcmdchannelstub_fuzzer.cpp64 sptr <SystemCmdChannelStub> stub = new SystemCmdChannelStub(); in FuzzSystemCmdChannelStub()
/ohos5.0/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp59 sptr<SystemCmdChannelStub> stub = new SystemCmdChannelStub(); in FuzzOnSystemCmdAgent()