/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 34 StationaryServer::StationaryServer() in StationaryServer() function in OHOS::Msdp::DeviceStatus::StationaryServer 39 int32_t StationaryServer::Enable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Enable() 45 int32_t StationaryServer::Disable(CallingContext &context, MessageParcel &data, MessageParcel &repl… in Disable() 51 int32_t StationaryServer::Start(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Start() 57 int32_t StationaryServer::Stop(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Stop() 63 int32_t StationaryServer::AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, Messa… in AddWatch() 121 int32_t StationaryServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, Messag… in Control() 127 void StationaryServer::Subscribe(CallingContext &context, Type type, ActivityEvent event, in Subscribe() 146 void StationaryServer::Unsubscribe(CallingContext &context, Type type, in Unsubscribe() 165 Data StationaryServer::GetCache(CallingContext &context, const Type &type) in GetCache() [all …]
|
/ohos5.0/base/msdp/device_status/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 34 StationaryServer::StationaryServer() in StationaryServer() function in OHOS::Msdp::DeviceStatus::StationaryServer 39 int32_t StationaryServer::Enable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Enable() 45 int32_t StationaryServer::Disable(CallingContext &context, MessageParcel &data, MessageParcel &repl… in Disable() 51 int32_t StationaryServer::Start(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Start() 57 int32_t StationaryServer::Stop(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Stop() 63 int32_t StationaryServer::AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, Messa… in AddWatch() 121 int32_t StationaryServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, Messag… in Control() 127 void StationaryServer::Subscribe(CallingContext &context, Type type, ActivityEvent event, in Subscribe() 146 void StationaryServer::Unsubscribe(CallingContext &context, Type type, in Unsubscribe() 165 Data StationaryServer::GetCache(CallingContext &context, const Type &type) in GetCache() [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/include/ |
H A D | stationary_server.h | 27 class StationaryServer final : public IPlugin { 29 StationaryServer(); 30 ~StationaryServer() = default; 31 DISALLOW_COPY_AND_MOVE(StationaryServer);
|
/ohos5.0/base/msdp/device_status/intention/stationary/server/include/ |
H A D | stationary_server.h | 27 class StationaryServer final : public IPlugin { 29 StationaryServer(); 30 ~StationaryServer() = default; 31 DISALLOW_COPY_AND_MOVE(StationaryServer);
|
/ohos5.0/foundation/multimodalinput/input/intention/services/intention_service/include/ |
H A D | intention_service.h | 53 StationaryServer stationary_;
|
/ohos5.0/base/msdp/device_status/intention/services/intention_service/include/ |
H A D | intention_service.h | 53 StationaryServer stationary_;
|
/ohos5.0/foundation/multimodalinput/input/intention/stationary/test/unittest/src/ |
H A D | stationary_server_test.cpp | 35 StationaryServer stationary_;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/stationary/src/ |
H A D | stationary_server_test.cpp | 35 StationaryServer stationary_;
|