Home
last modified time | relevance | path

Searched refs:StartDeviceId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_context.h60 int32_t StartDeviceId() const;
152 inline int32_t Context::StartDeviceId() const in StartDeviceId() function
H A Di_cooperate_state.h77 int32_t StartDeviceId() const;
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_context.h60 int32_t StartDeviceId() const;
164 inline int32_t Context::StartDeviceId() const in StartDeviceId() function
H A Di_cooperate_state.h80 int32_t StartDeviceId() const;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp92 int32_t ICooperateState::Process::StartDeviceId() const in StartDeviceId() function in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState::Process
H A Dcooperate_out.cpp267 if (notice.deviceId != context.StartDeviceId()) { in OnHotplug()
287 (notice.deviceId == context.StartDeviceId())) { in OnPointerEvent()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp92 int32_t ICooperateState::Process::StartDeviceId() const in StartDeviceId() function in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState::Process
H A Dcooperate_out.cpp268 if (notice.deviceId != context.StartDeviceId()) { in OnHotplug()
288 (notice.deviceId == context.StartDeviceId()) || in OnPointerEvent()
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp2222 int32_t startDeviceId = stateIn.process_.StartDeviceId();