Searched refs:SystemCmdChannelStub (Results 1 – 5 of 5) sorted by relevance
28 SystemCmdChannelStub::SystemCmdChannelStub() in SystemCmdChannelStub() function in OHOS::MiscServices::SystemCmdChannelStub32 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()
115 systemChannelStub_ = new (std::nothrow) SystemCmdChannelStub(); in RunConnectSystemCmd()
32 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,
64 sptr <SystemCmdChannelStub> stub = new SystemCmdChannelStub(); in FuzzSystemCmdChannelStub()
59 sptr<SystemCmdChannelStub> stub = new SystemCmdChannelStub(); in FuzzOnSystemCmdAgent()