Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Doperator_overload.cpp48 if (a.GetChannel() != b.GetChannel()) { in operator ==()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_renderer_options_adapter_impl.cpp40 int32_t ArkAudioRendererOptionsAdapterImpl::GetChannel() in GetChannel() function in OHOS::ArkWeb::ArkAudioRendererOptionsAdapterImpl
42 return (int32_t)(real_->GetChannel()); in GetChannel()
H A Dark_audio_renderer_options_adapter_impl.h35 int32_t GetChannel() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_renderer_options_adapter_wrapper.cpp42 NWeb::AudioAdapterChannel ArkAudioRendererOptionsAdapterWrapper::GetChannel() in GetChannel() function in OHOS::ArkWeb::ArkAudioRendererOptionsAdapterWrapper
44 return (NWeb::AudioAdapterChannel)ctocpp_->GetChannel(); in GetChannel()
H A Dark_audio_renderer_options_adapter_wrapper.h35 NWeb::AudioAdapterChannel GetChannel() override;
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dfifo_cache_data.h38 sptr<MedicalSensorBasicDataChannel> GetChannel() const;
/ohos5.0/base/sensors/sensor/services/include/
H A Dfifo_cache_data.h37 sptr<SensorBasicDataChannel> GetChannel() const;
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dfifo_cache_data.cpp58 sptr<MedicalSensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel() function in OHOS::Sensors::FifoCacheData
H A Dmedical_data_processer.cpp88 if (fifoCacheData->GetChannel() != channel) { in SendNoneFifoCacheData()
139 if (fifoData->GetChannel() != channel) { in SendFifoCacheData()
/ohos5.0/base/sensors/sensor/services/src/
H A Dfifo_cache_data.cpp59 sptr<SensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel() function in OHOS::Sensors::FifoCacheData
H A Dsensor_data_processer.cpp76 auto fifoChannel = fifoCacheData->GetChannel(); in SendNoneFifoCacheData()
126 auto fifoChannel = fifoData->GetChannel(); in SendFifoCacheData()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp71 apConfig.GetChannel()); in UpdateApChannelConfig()
92 …m_id, __func__, static_cast<int>(apConfig.GetBand()), apConfig.GetChannel(), apConfig.GetBandWidth… in GetBestChannelFor5G()
191 int apChannel = apConfig.GetChannel(); in JudgeDbacWithP2p()
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dremote_command_executor.h35 const std::shared_ptr<RpcChannel>& GetChannel() const in GetChannel() function
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dtest_recorder.hpp59 void GetChannel(int32_t& channel) const in GetChannel() function in OHOS::Media::Test::AudioRecordSource
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/
H A Daudiocreaterender_fuzzer.cpp44 AudioAdapterChannel GetChannel() override in GetChannel() function in MockAudioRendererOptionsAdapter
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_renderer_adapter.h38 virtual int32_t GetChannel() = 0;
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp178 if (executor->GetChannel() == nullptr) { in NotifyDeviceOnline()
278 return executor->GetChannel(); in GetExecutorChannel()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state_test.cpp298 msg->AddIntMessageBody(apcfg.GetChannel());
311 msg->AddIntMessageBody(apcfg.GetChannel());
324 msg->AddIntMessageBody(apcfg.GetChannel());
339 msg->AddIntMessageBody(apcfg.GetChannel());
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h137 inline int32_t GetChannel() const in GetChannel() function
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_renderer_adapter.h98 virtual AudioAdapterChannel GetChannel() = 0;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_config_file_test.cpp170 EXPECT_TRUE(tmp.GetChannel() == ldCfg.GetChannel());
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dwifi_statistic.cpp100 (void)AddNumberToJsonObject(softApJson, "channel", config.GetChannel()); in GetSoftApInfo()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp146 static_cast<int>(config.GetBand()), config.GetChannel()); in SetHotspotConfig()
754 ss << " Config.channel: " << config.GetChannel() << "\n"; in ConfigInfoDump()
853 auto it = find(channels.begin(), channels.end(), cfg.GetChannel()); in CfgCheckChannel()
H A Dwifi_hotspot_stub.cpp175 reply.WriteInt32(hotspotConfig.GetChannel()); in OnGetHotspotConfig()
235 __func__, config.GetChannel(), config.GetBandWidth(), config.GetBand()); in OnSetApConfigWifi()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hotspot.cpp121 result->channelNum = hotspotConfig.GetChannel(); in GetHotspotConfigFromCpp()

12