Home
last modified time | relevance | path

Searched refs:CooperateServer (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/server/src/
H A Dcooperate_server.cpp30 #define LOG_TAG "CooperateServer"
41 CooperateServer::CooperateServer(IContext *context) in CooperateServer() function in OHOS::Msdp::DeviceStatus::CooperateServer
45 int32_t CooperateServer::Enable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Enable()
67 int32_t CooperateServer::Disable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Disable()
93 int32_t CooperateServer::Start(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Start()
111 int32_t CooperateServer::Stop(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Stop()
129 int32_t CooperateServer::AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in AddWatch()
161 int32_t CooperateServer::RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch()
193 int32_t CooperateServer
[all...]
/foundation/multimodalinput/input/intention/cooperate/server/include/
H A Dcooperate_server.h27 class CooperateServer final : public IPlugin {
29 CooperateServer(IContext *context);
30 ~CooperateServer() = default;
31 DISALLOW_COPY_AND_MOVE(CooperateServer);
/foundation/multimodalinput/input/intention/services/intention_service/include/
H A Dintention_service.h54 CooperateServer cooperate_;
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_server_test.cpp58 std::shared_ptr<CooperateServer> cooperateServer_ { nullptr };
64 cooperateServer_ = std::make_shared<CooperateServer>(context_.get()); in CooperateServerTest()

Completed in 2 milliseconds