Searched refs:channelId_ (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_channel_client.cpp | 45 HILOG_INFO("[channelId:%{public}d]", channelId_); in SetOnKeyPressEventResult() 56 HILOG_DEBUG("[channelId:%{public}d]", channelId_); in FindFocusedElementInfo() 60 channelId_); in FindFocusedElementInfo() 87 channelId_, windowId, elementId, focusType); in FindFocusedElementInfo() 110 HILOG_INFO("[channelId:%{public}d]", channelId_); in SendSimulateGesture() 125 channelId_); in GetCursorPosition() 214 HILOG_INFO("[channelId:%{public}d]", channelId_); in EnableScreenCurtain() 232 channelId_); in SearchElementInfosByAccessibilityId() 291 HILOG_DEBUG("[channelId:%{public}d]", channelId_); in GetWindows() 321 channelId_); in SearchElementInfosByText() [all …]
|
/ohos5.0/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_; 71 … return WifiDirectInterfaceMock::GetMock()->ProxyNegotiateChannelSendMessage(channelId_, msg); in SendMessage() 76 … return WifiDirectInterfaceMock::GetMock()->ProxyNegotiateChannelGetRemoteDeviceId(channelId_); in GetRemoteDeviceId() 80 int32_t channelId_;
|
/ohos5.0/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_; variable
|
/ohos5.0/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()
|
/ohos5.0/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; variable
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine_impl.cpp | 267 (channelId_ >= audioData.size())) { in StartAudioSource() 268 … INTELL_VOICE_LOG_ERROR("failed to deinterleave, ret:%{public}d, id:%{public}d", ret, channelId_); in StartAudioSource() 272 adapter_->WriteAudio(audioData[channelId_]); in StartAudioSource() 444 channelId_ = CHANNEL_ID_1; in HandleStart() 447 channelId_ = CHANNEL_ID_0; in HandleStart() 450 INTELL_VOICE_LOG_INFO("enter, channel id is %{public}d", channelId_); in HandleStart()
|
H A D | wakeup_engine_impl.h | 93 uint32_t channelId_ = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor.h | 61 int64_t channelId_ = -1;
|