/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
H A D | operator_overload.cpp | 48 if (a.GetChannel() != b.GetChannel()) { in operator ==()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_renderer_options_adapter_impl.cpp | 40 int32_t ArkAudioRendererOptionsAdapterImpl::GetChannel() in GetChannel() function in OHOS::ArkWeb::ArkAudioRendererOptionsAdapterImpl 42 return (int32_t)(real_->GetChannel()); in GetChannel()
|
H A D | ark_audio_renderer_options_adapter_impl.h | 35 int32_t GetChannel() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_renderer_options_adapter_wrapper.cpp | 42 NWeb::AudioAdapterChannel ArkAudioRendererOptionsAdapterWrapper::GetChannel() in GetChannel() function in OHOS::ArkWeb::ArkAudioRendererOptionsAdapterWrapper 44 return (NWeb::AudioAdapterChannel)ctocpp_->GetChannel(); in GetChannel()
|
H A D | ark_audio_renderer_options_adapter_wrapper.h | 35 NWeb::AudioAdapterChannel GetChannel() override;
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/include/ |
H A D | fifo_cache_data.h | 38 sptr<MedicalSensorBasicDataChannel> GetChannel() const;
|
/ohos5.0/base/sensors/sensor/services/include/ |
H A D | fifo_cache_data.h | 37 sptr<SensorBasicDataChannel> GetChannel() const;
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | fifo_cache_data.cpp | 58 sptr<MedicalSensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel() function in OHOS::Sensors::FifoCacheData
|
H A D | medical_data_processer.cpp | 88 if (fifoCacheData->GetChannel() != channel) { in SendNoneFifoCacheData() 139 if (fifoData->GetChannel() != channel) { in SendFifoCacheData()
|
/ohos5.0/base/sensors/sensor/services/src/ |
H A D | fifo_cache_data.cpp | 59 sptr<SensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel() function in OHOS::Sensors::FifoCacheData
|
H A D | sensor_data_processer.cpp | 76 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 D | ap_config_use.cpp | 71 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 D | remote_command_executor.h | 35 const std::shared_ptr<RpcChannel>& GetChannel() const in GetChannel() function
|
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | test_recorder.hpp | 59 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 D | audiocreaterender_fuzzer.cpp | 44 AudioAdapterChannel GetChannel() override in GetChannel() function in MockAudioRendererOptionsAdapter
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_renderer_adapter.h | 38 virtual int32_t GetChannel() = 0;
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | remote_command_manager.cpp | 178 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 D | ap_started_state_test.cpp | 298 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 D | wifi_ap_msg.h | 137 inline int32_t GetChannel() const in GetChannel() function
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_renderer_adapter.h | 98 virtual AudioAdapterChannel GetChannel() = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_config_file_test.cpp | 170 EXPECT_TRUE(tmp.GetChannel() == ldCfg.GetChannel());
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | wifi_statistic.cpp | 100 (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 D | wifi_hotspot_service_impl.cpp | 146 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 D | wifi_hotspot_stub.cpp | 175 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 D | wifi_c_hotspot.cpp | 121 result->channelNum = hotspotConfig.GetChannel(); in GetHotspotConfigFromCpp()
|