Home
last modified time | relevance | path

Searched refs:channelId_ (Results 1 - 9 of 9) sorted by relevance

/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_channel_client.cpp47 HILOG_INFO("[channelId:%{public}d]", channelId_); in SetOnKeyPressEventResult()
51 HILOG_ERROR("Failed to connect to aams [channelId:%{public}d]", channelId_); in SetOnKeyPressEventResult()
58 HILOG_DEBUG("[channelId:%{public}d]", channelId_); in FindFocusedElementInfo()
64 channelId_); in FindFocusedElementInfo()
91 channelId_, windowId, elementId, focusType); in FindFocusedElementInfo()
113 HILOG_INFO("[channelId:%{public}d]", channelId_); in SendSimulateGesture()
117 HILOG_ERROR("Failed to connect to aams [channelId:%{public}d]", channelId_); in SendSimulateGesture()
130 channelId_); in GetCursorPosition()
168 HILOG_ERROR("ExecuteAction Failed to connect to aams [channelId:%{public}d]", channelId_); in ExecuteAction()
219 HILOG_INFO("[channelId:%{public}d]", channelId_); in EnableScreenCurtain()
[all...]
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/channel/
H A Dproxy_negotiate_channel.h55 channelId_ = channelId; in CoCProxyNegotiateChannel()
66 return channelId_ == other.channelId_; in operator ==()
71 return WifiDirectInterfaceMock::GetMock()->ProxyNegotiateChannelSendMessage(channelId_, msg);
76 return WifiDirectInterfaceMock::GetMock()->ProxyNegotiateChannelGetRemoteDeviceId(channelId_);
80 int32_t channelId_; member in OHOS::SoftBus::CoCProxyNegotiateChannel
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dproxy_negotiate_channel.cpp77 CoCProxyNegotiateChannel::CoCProxyNegotiateChannel(int32_t channelId) : channelId_(channelId) in CoCProxyNegotiateChannel()
95 return channelId_ == other.channelId_; in operator ==()
112 channelId_, output.data(), static_cast<uint32_t>(output.size()), MSG_TYPE_P2P_NEGO); in SendMessage()
H A Dproxy_negotiate_channel.h47 int32_t channelId_; member in OHOS::SoftBus::CoCProxyNegotiateChannel
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_channel_client.h32 const sptr<IAccessibleAbilityChannel> &channel) : channelId_(channelId), proxy_(channel) {} in AccessibleAbilityChannelClient()
183 int32_t channelId_ = INVALID_CHANNEL_ID; member in OHOS::Accessibility::AccessibleAbilityChannelClient
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dstream_adaptor.cpp54 return channelId_; in GetChannelId()
100 channelId_ = channelId; in InitAdaptor()
108 channelId_ = -1; in ReleaseAdaptor()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp449 channelId_ = CHANNEL_ID_1; in HandleStart()
452 channelId_ = CHANNEL_ID_0; in HandleStart()
455 INTELL_VOICE_LOG_INFO("enter, channel id is %{public}d", channelId_); in HandleStart()
681 (channelId_ >= audioData.size())) { in ReadBufferCallback()
682 INTELL_VOICE_LOG_ERROR("failed to deinterleave, ret:%{public}d, id:%{public}d", ret, channelId_); in ReadBufferCallback()
686 if (channelId_ == CHANNEL_ID_1) { // whisper wakeup, need to write channel0 and channel1 data in ReadBufferCallback()
691 adapter_->WriteAudio(audioData[channelId_]); in ReadBufferCallback()
H A Dwakeup_engine_impl.h94 uint32_t channelId_ = 0; member in OHOS::IntellVoiceEngine::WakeupEngineImpl
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor.h61 int64_t channelId_ = -1; member in OHOS::StreamAdaptor

Completed in 5 milliseconds