Lines Matching refs:intention
35 // Request to enable the service identified by [`intention`].
36 int32_t Enable(Intention intention, ParamBase &data, ParamBase &reply) override;
37 // Request to disable the service identified by [`intention`].
38 int32_t Disable(Intention intention, ParamBase &data, ParamBase &reply) override;
39 // Request to start the service identified by [`intention`].
40 int32_t Start(Intention intention, ParamBase &data, ParamBase &reply) override;
41 // Request to stop the service identified by [`intention`].
42 int32_t Stop(Intention intention, ParamBase &data, ParamBase &reply) override;
44 // [`intention`], the state to watch identified by [`id`], parameters packed in
46 int32_t AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;
48 int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;
50 // [`intention`], the parameter identified by [`id`], and values packed in
52 int32_t SetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;
54 // [`intention`], the parameter identified by [`id`].
55 int32_t GetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;
56 // Request to interact with service identified by [`intention`] for general purpose.
59 int32_t Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;