/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/ |
H A D | _meas_channel_param_v10.md | 20 | int [channelId](#channelid) | 信道号。 |
|
H A D | _meas_channel_param_v11.md | 20 | int [channelId](#channelid) | 信道号 |
|
H A D | _meas_channel_result_v10.md | 20 | int [channelId](#channelid) | 信道号。 |
|
H A D | _meas_channel_result_v11.md | 20 | int [channelId](#channelid) | 信道号 |
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/ |
H A D | wifihotspotstub_fuzzer.cpp | 376 int channelid = static_cast<int32_t >(data[0]); in WifiHotspotServiceImplFuzzTest() local 392 config.SetBandWidth(channelid); in WifiHotspotServiceImplFuzzTest() 393 config.SetChannel(channelid); in WifiHotspotServiceImplFuzzTest() 394 config.SetMaxConn(channelid); in WifiHotspotServiceImplFuzzTest()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _open_logical_channel_response_v10.md | 22 | int [channelId](#channelid) | 打开的逻辑通道ID |
|
H A D | _open_logical_channel_response_v11.md | 22 | int [channelId](#channelid) | 打开的逻辑通道ID |
|
H A D | _apdu_sim_i_o_request_info_v10.md | 21 | int [channelId](#channelid) | 通道ID |
|
H A D | _apdu_sim_i_o_request_info_v11.md | 21 | int [channelId](#channelid) | 通道ID |
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_interface.cpp | 256 ErrCode P2pInterface::DiscoverPeers(int32_t channelid) in DiscoverPeers() argument 258 return p2pService.DiscoverPeers(channelid); in DiscoverPeers()
|
H A D | p2p_enabled_state.cpp | 635 static int AddScanChannelInTimeout(uint32_t channelid, uint32_t timeout) in AddScanChannelInTimeout() argument 637 int ret = (channelid << CHANNEL_INDEX_OF_DISCOVER) + (timeout & TIMEOUT_MASK_OF_DISCOVER); in AddScanChannelInTimeout() 645 const int channelid = msg->GetParam1(); in ProcessCmdDiscoverPeers() local 648 int ret = AddScanChannelInTimeout(channelid, DISCOVER_TIMEOUT_S); in ProcessCmdDiscoverPeers()
|
H A D | ip2p_service.h | 314 virtual ErrCode DiscoverPeers(int32_t channelid) = 0;
|
H A D | wifi_p2p_service.cpp | 447 ErrCode WifiP2pService::DiscoverPeers(int32_t channelid) in DiscoverPeers() argument 449 …2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_DISCOVER_PEERS), channelid); in DiscoverPeers()
|
H A D | p2p_interface.h | 332 virtual ErrCode DiscoverPeers(int32_t channelid) override;
|
H A D | wifi_p2p_service.h | 298 virtual ErrCode DiscoverPeers(int32_t channelid) override;
|
/ohos5.0/base/customization/config_policy/frameworks/config_policy/etc/ |
H A D | customization.para.dac | 15 const.channelid.="root:root:775"
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_p2p.h | 225 WifiErrorCode DiscoverPeers(int32_t channelid);
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_p2p.h | 278 virtual ErrCode DiscoverPeers(int32_t channelid) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/ |
H A D | wifip2pserver_fuzzer.cpp | 225 int channelid = static_cast<int32_t >(data[0]); in P2pServerFuzzTest() local 232 pP2pInterface->DiscoverPeers(channelid); in P2pServerFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | wifi_p2p_service_test.cpp | 337 int32_t channelid = 0; variable 338 EXPECT_EQ(pWifiP2pService->DiscoverPeers(channelid), ErrCode::WIFI_OPT_SUCCESS);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/ |
H A D | mock_p2p_interface.cpp | 216 ErrCode P2pInterface::DiscoverPeers(int32_t channelid) in DiscoverPeers() argument
|
H A D | mock_p2p_interface.h | 66 virtual ErrCode DiscoverPeers(int32_t channelid) override;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_p2p.h | 384 virtual ErrCode DiscoverPeers(int32_t channelid) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_impl.h | 399 ErrCode DiscoverPeers(int32_t channelid) override;
|
H A D | wifi_p2p_impl.cpp | 395 ErrCode WifiP2pImpl::DiscoverPeers(int32_t channelid) in DiscoverPeers() argument 399 return client_->DiscoverPeers(channelid); in DiscoverPeers()
|