Home
last modified time | relevance | path

Searched refs:StationaryRequestID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/stationary/client/src/
H A Dstationary_client.cpp35 …int32_t ret = tunnel.AddWatch(Intention::STATIONARY, StationaryRequestID::SUBSCRIBE_STATIONARY, pa… in SubscribeCallback()
48 …int32_t ret = tunnel.RemoveWatch(Intention::STATIONARY, StationaryRequestID::UNSUBSCRIBE_STATIONAR… in UnsubscribeCallback()
60 …int32_t ret = tunnel.GetParam(Intention::STATIONARY, StationaryRequestID::GET_STATIONARY_DATA, par… in GetDeviceStatusData()
/ohos5.0/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp35 …int32_t ret = tunnel.AddWatch(Intention::STATIONARY, StationaryRequestID::SUBSCRIBE_STATIONARY, pa… in SubscribeCallback()
48 …int32_t ret = tunnel.RemoveWatch(Intention::STATIONARY, StationaryRequestID::UNSUBSCRIBE_STATIONAR… in UnsubscribeCallback()
60 …int32_t ret = tunnel.GetParam(Intention::STATIONARY, StationaryRequestID::GET_STATIONARY_DATA, par… in GetDeviceStatusData()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/src/
H A Dstationary_server.cpp65 if (id != StationaryRequestID::SUBSCRIBE_STATIONARY) { in AddWatch()
81 if (id != StationaryRequestID::UNSUBSCRIBE_STATIONARY) { in RemoveWatch()
103 if (id != StationaryRequestID::GET_STATIONARY_DATA) { in GetParam()
/ohos5.0/base/msdp/device_status/intention/stationary/server/src/
H A Dstationary_server.cpp65 if (id != StationaryRequestID::SUBSCRIBE_STATIONARY) { in AddWatch()
81 if (id != StationaryRequestID::UNSUBSCRIBE_STATIONARY) { in RemoveWatch()
103 if (id != StationaryRequestID::GET_STATIONARY_DATA) { in GetParam()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/data/include/
H A Dstationary_params.h25 enum StationaryRequestID : uint32_t { enum
/ohos5.0/base/msdp/device_status/intention/stationary/data/include/
H A Dstationary_params.h25 enum StationaryRequestID : uint32_t { enum