/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_channel_client.cpp | 47 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 D | proxy_negotiate_channel.h | 55 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 D | proxy_negotiate_channel.cpp | 77 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 D | proxy_negotiate_channel.h | 47 int32_t channelId_; member in OHOS::SoftBus::CoCProxyNegotiateChannel
|
/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessible_ability_channel_client.h | 32 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 D | stream_adaptor.cpp | 54 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 D | wakeup_engine_impl.cpp | 449 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 D | wakeup_engine_impl.h | 94 uint32_t channelId_ = 0; member in OHOS::IntellVoiceEngine::WakeupEngineImpl
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor.h | 61 int64_t channelId_ = -1; member in OHOS::StreamAdaptor
|