Lines Matching defs:const

56     Channel<CooperateEvent>::Sender Sender() const;
57 std::shared_ptr<AppExecFwk::EventHandler> EventHandler() const;
58 std::string Local() const;
59 std::string Peer() const;
60 int32_t StartDeviceId() const;
61 Coordinate CursorPosition() const;
62 NormalizedCoordinate NormalizedCursorPosition() const;
63 uint32_t CooperateFlag() const;
65 bool IsLocal(const std::string &networkId) const;
66 bool IsPeer(const std::string &networkId) const;
67 bool NeedHideCursor() const;
69 void EnableCooperate(const EnableCooperateEvent &event);
70 void DisableCooperate(const DisableCooperateEvent &event);
71 void StartCooperate(const StartCooperateEvent &event);
72 void RemoteStartSuccess(const DSoftbusStartCooperateFinished &event);
73 void RelayCooperate(const DSoftbusRelayCooperate &event);
74 void OnPointerEvent(const InputPointerEvent &event);
75 void UpdateCooperateFlag(const UpdateCooperateFlagEvent &event);
85 void OnRelayCooperation(const std::string &networkId, const NormalizedCoordinate &cursorPos);
87 void CloseDistributedFileConnection(const std::string &remoteNetworkId);
90 void StartTrace(const std::string &name);
91 void FinishTrace(const std::string &name);
113 void SetCursorPosition(const Coordinate &cursorPos);
132 inline Channel<CooperateEvent>::Sender Context::Sender() const
137 inline std::shared_ptr<AppExecFwk::EventHandler> Context::EventHandler() const
142 inline std::string Context::Local() const
147 inline std::string Context::Peer() const
152 inline int32_t Context::StartDeviceId() const
157 inline Coordinate Context::CursorPosition() const
162 inline uint32_t Context::CooperateFlag() const
167 inline bool Context::IsLocal(const std::string &networkId) const
172 inline bool Context::IsPeer(const std::string &networkId) const
177 inline bool Context::NeedHideCursor() const