Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/stationary/server/src/
H A Dstationary_server.cpp31 #define LOG_TAG "StationaryServer"
37 StationaryServer::StationaryServer() in StationaryServer() function in OHOS::Msdp::DeviceStatus::StationaryServer
42 int32_t StationaryServer::Enable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Enable()
48 int32_t StationaryServer::Disable(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Disable()
54 int32_t StationaryServer::Start(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Start()
60 int32_t StationaryServer::Stop(CallingContext &context, MessageParcel &data, MessageParcel &reply) in Stop()
66 int32_t StationaryServer::AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in AddWatch()
82 int32_t StationaryServer::RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch()
98 int32_t StationaryServer
[all...]
/base/msdp/device_status/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);
/base/msdp/device_status/intention/services/intention_service/include/
H A Dintention_dumper.h30 IntentionDumper(IContext *env, StationaryServer &stationary) : env_(env), stationary_(stationary) {} in IntentionDumper()
49 StationaryServer &stationary_;
H A Dintention_service.h56 StationaryServer stationary_;
/base/msdp/device_status/test/unittest/intention/stationary/src/
H A Dstationary_server_test.cpp35 StationaryServer stationary_;

Completed in 2 milliseconds