Home
last modified time | relevance | path

Searched refs:inputTypes_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_type_manager.cpp51 return inputTypes_.find(type) != inputTypes_.end(); in IsSupported()
71 auto iter = inputTypes_.find(type); in GetImeByInputType()
72 if (iter == inputTypes_.end()) { in GetImeByInputType()
101 return inputTypes_.find(InputType::SECURITY_INPUT) != inputTypes_.end() && in IsSecurityImeStarted()
102 inputTypes_[InputType::SECURITY_INPUT] == GetCurrentIme(); in IsSecurityImeStarted()
112 return inputTypes_.find(InputType::CAMERA_INPUT) != inputTypes_.end() && in IsCameraImeStarted()
113 inputTypes_[InputType::CAMERA_INPUT] == GetCurrentIme(); in IsCameraImeStarted()
128 return inputTypes_.find(InputType::VOICE_INPUT) != inputTypes_.end() && in IsVoiceImeStarted()
129 inputTypes_[InputType::VOICE_INPUT] == currentTypeIme_; in IsVoiceImeStarted()
162 for (const auto &cfg : inputTypes_) { in Init()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp40 isCollectingEvents_(false), isStartGetDeviceHandlerThread(false), inputTypes_(0)
174 inputTypes_ = 0; in SetSharingTypes()
177 inputTypes_ |= INPUT_DEVICE_CLASS_CURSOR; in SetSharingTypes()
180 inputTypes_ |= INPUT_DEVICE_CLASS_KEYBOARD; in SetSharingTypes()
183 inputTypes_ |= INPUT_DEVICE_CLASS_TOUCH_MT | INPUT_DEVICE_CLASS_TOUCH; in SetSharingTypes()
186 return inputHub_->SetSupportInputType(enabled, inputTypes_); in SetSharingTypes()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.h140 uint32_t inputTypes_ = 0; variable
173 uint32_t inputTypes_ = 0; variable
H A Dadd_white_list_infos_call_back_test.cpp135 inputTypes_ = inputTypes; in OnResult()
166 inputTypes_ = inputTypes; in OnResult()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_type_manager.h65 std::map<InputType, ImeIdentification> inputTypes_; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h75 uint32_t inputTypes_; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h187 DInputDeviceType inputTypes_; variable
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp51 inputTypes_(0), isStartCollectEvent_(false), isStartCollectHandler_(false)
899 DHLOGI("inputType=%{public}d", inputTypes_.load()); in MakeDevice()
1218 inputTypes_ = inputTypes; in SetSupportInputType()
1219 DHLOGI("SetSupportInputType: inputTypes=0x%x,", inputTypes_.load()); in SetSupportInputType()
1222 if (device->classes & inputTypes_) { in SetSupportInputType()
H A Dinput_hub.h241 std::atomic<uint32_t> inputTypes_; variable
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_client.h183 DInputDeviceType inputTypes_ = DInputDeviceType::NONE; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp54 inputTypes_ = DInputDeviceType::NONE; in DistributedInputSinkManager()
757 return static_cast<uint32_t>(inputTypes_); in GetInputTypes()
762 inputTypes_ = static_cast<DInputDeviceType>(inputTypes); in SetInputTypes()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp296 inputTypes_ = DInputDeviceType::NONE; in ReleaseSource()
317 inputTypes_ = DInputDeviceType::NONE; in ReleaseSink()