Searched refs:StationaryServer (Results 1 - 5 of 5) sorted by relevance
/base/msdp/device_status/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 31 #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 D | stationary_server.h | 27 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 D | intention_dumper.h | 30 IntentionDumper(IContext *env, StationaryServer &stationary) : env_(env), stationary_(stationary) {} in IntentionDumper() 49 StationaryServer &stationary_;
|
H A D | intention_service.h | 56 StationaryServer stationary_;
|
/base/msdp/device_status/test/unittest/intention/stationary/src/ |
H A D | stationary_server_test.cpp | 35 StationaryServer stationary_;
|
Completed in 3 milliseconds