Searched refs:PushP2pGroupConfigInt (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client.h | 770 int PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) const;
|
H A D | wifi_hdi_wpa_client.cpp | 1391 num += PushP2pGroupConfigInt(conf + num, GROUP_CONFIG_MODE, config.mode); in ReqP2pSetGroupConfig() 1392 num += PushP2pGroupConfigInt(conf + num, GROUP_CONFIG_DISABLED, config.disabled); in ReqP2pSetGroupConfig() 1414 int WifiHdiWpaClient::PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i… in PushP2pGroupConfigInt() function in OHOS::Wifi::WifiHdiWpaClient
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/ |
H A D | wifi_idl_client.h | 1120 int PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) const;
|
H A D | wifi_idl_client.cpp | 1768 int WifiIdlClient::PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) c… in PushP2pGroupConfigInt() function in OHOS::Wifi::WifiIdlClient 1799 num += PushP2pGroupConfigInt(conf + num, GROUP_CONFIG_MODE, config.mode); in ReqP2pSetGroupConfig() 1800 num += PushP2pGroupConfigInt(conf + num, GROUP_CONFIG_DISABLED, config.disabled); in ReqP2pSetGroupConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client_test.cpp | 1351 … int result = wifiHdiWpaClient->PushP2pGroupConfigInt(&pConfig, GROUP_CONFIG_MODE, expectedValue);
|