Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/stationary/server/src/
H A Dstationary_server.cpp30 #define LOG_TAG "StationaryServer"
36 StationaryServer::StationaryServer() in StationaryServer() function in OHOS::Msdp::DeviceStatus::StationaryServer
41 int32_t StationaryServer::Enable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Enable()
47 int32_t StationaryServer::Disable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Disable()
53 int32_t StationaryServer::Start(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Start()
59 int32_t StationaryServer::Stop(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Stop()
65 int32_t StationaryServer::AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in AddWatch()
81 int32_t StationaryServer::RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch()
97 int32_t StationaryServer
[all...]
/foundation/multimodalinput/input/intention/stationary/server/include/
H A Dstationary_server.h27 class StationaryServer final : public IPlugin {
29 StationaryServer();
30 ~StationaryServer() = default;
31 DISALLOW_COPY_AND_MOVE(StationaryServer);
/foundation/multimodalinput/input/intention/services/intention_service/include/
H A Dintention_service.h53 StationaryServer stationary_;
/foundation/multimodalinput/input/intention/stationary/test/unittest/src/
H A Dstationary_server_test.cpp35 StationaryServer stationary_;

Completed in 2 milliseconds