Home
last modified time | relevance | path

Searched refs:channelid (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_meas_channel_param_v10.md20 | int [channelId](#channelid) | 信道号。 |
H A D_meas_channel_param_v11.md20 | int [channelId](#channelid) | 信道号 |
H A D_meas_channel_result_v10.md20 | int [channelId](#channelid) | 信道号。 |
H A D_meas_channel_result_v11.md20 | int [channelId](#channelid) | 信道号 |
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
H A Dwifihotspotstub_fuzzer.cpp376 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.md22 | int [channelId](#channelid) | 打开的逻辑通道ID |
H A D_open_logical_channel_response_v11.md22 | int [channelId](#channelid) | 打开的逻辑通道ID |
H A D_apdu_sim_i_o_request_info_v10.md21 | int [channelId](#channelid) | 通道ID |
H A D_apdu_sim_i_o_request_info_v11.md21 | int [channelId](#channelid) | 通道ID |
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_interface.cpp256 ErrCode P2pInterface::DiscoverPeers(int32_t channelid) in DiscoverPeers() argument
258 return p2pService.DiscoverPeers(channelid); in DiscoverPeers()
H A Dp2p_enabled_state.cpp635 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 Dip2p_service.h314 virtual ErrCode DiscoverPeers(int32_t channelid) = 0;
H A Dwifi_p2p_service.cpp447 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 Dp2p_interface.h332 virtual ErrCode DiscoverPeers(int32_t channelid) override;
H A Dwifi_p2p_service.h298 virtual ErrCode DiscoverPeers(int32_t channelid) override;
/ohos5.0/base/customization/config_policy/frameworks/config_policy/etc/
H A Dcustomization.para.dac15 const.channelid.="root:root:775"
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p.h225 WifiErrorCode DiscoverPeers(int32_t channelid);
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p.h278 virtual ErrCode DiscoverPeers(int32_t channelid) = 0;
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp225 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 Dwifi_p2p_service_test.cpp337 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 Dmock_p2p_interface.cpp216 ErrCode P2pInterface::DiscoverPeers(int32_t channelid) in DiscoverPeers() argument
H A Dmock_p2p_interface.h66 virtual ErrCode DiscoverPeers(int32_t channelid) override;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_p2p.h384 virtual ErrCode DiscoverPeers(int32_t channelid) = 0;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.h399 ErrCode DiscoverPeers(int32_t channelid) override;
H A Dwifi_p2p_impl.cpp395 ErrCode WifiP2pImpl::DiscoverPeers(int32_t channelid) in DiscoverPeers() argument
399 return client_->DiscoverPeers(channelid); in DiscoverPeers()

12