Home
last modified time | relevance | path

Searched refs:stationary_ (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/test/unittest/intention/stationary/src/
H A Dstationary_server_test.cpp35 StationaryServer stationary_; member
71 int32_t ret = stationary_.Enable(context_, data_, reply_); in HWTEST_F()
83 int32_t ret = stationary_.Disable(context_, data_, reply_); in HWTEST_F()
95 int32_t ret = stationary_.Start(context_, data_, reply_); in HWTEST_F()
107 int32_t ret = stationary_.Stop(context_, data_, reply_); in HWTEST_F()
119 int32_t ret = stationary_.SetParam(context_, SUBSCRIBE_STATIONARY_ONE, data_, reply_); in HWTEST_F()
131 int32_t ret = stationary_.GetParam(context_, SUBSCRIBE_STATIONARY_ONE, data_, reply_); in HWTEST_F()
133 ret = stationary_.GetParam(context_, SUBSCRIBE_STATIONARY_THREE, data_, reply_); in HWTEST_F()
145 int32_t ret = stationary_.Control(context_, SUBSCRIBE_STATIONARY_ONE, data_, reply_); in HWTEST_F()
166 int32_t ret = stationary_ in HWTEST_F()
[all...]
/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_; member in OHOS::Msdp::DeviceStatus::final
H A Dintention_service.h56 StationaryServer stationary_; member in OHOS::Msdp::DeviceStatus::final
/base/msdp/device_status/intention/services/intention_service/src/
H A Dintention_dumper.cpp118 stationary_.DumpDeviceStatusSubscriber(fd); in DumpDeviceStatusSubscriber()
131 stationary_.DumpDeviceStatusChanges(fd); in DumpDeviceStatusChanges()
144 stationary_.DumpDeviceStatusChanges(fd); in DumpCurrentDeviceStatus()
H A Dintention_service.cpp37 : context_(context), socketServer_(context), cooperate_(context), drag_(context), dumper_(context, stationary_) in IntentionService()
254 return &stationary_; in LoadPlugin()
/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp116 return stationary_.SubscribeCallback(*tunnel_, type, event, latency, callback); in SubscribeCallback()
121 return stationary_.UnsubscribeCallback(*tunnel_, type, event, callback); in UnsubscribeCallback()
126 return stationary_.GetDeviceStatusData(*tunnel_, type); in GetDeviceStatusData()
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h100 StationaryClient stationary_; member in OHOS::Msdp::DeviceStatus::IntentionManager

Completed in 4 milliseconds