Home
last modified time | relevance | path

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 Dwifi_hdi_wpa_client.h770 int PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) const;
H A Dwifi_hdi_wpa_client.cpp1391 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 Dwifi_idl_client.h1120 int PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) const;
H A Dwifi_idl_client.cpp1768 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 Dwifi_hdi_wpa_client_test.cpp1351 … int result = wifiHdiWpaClient->PushP2pGroupConfigInt(&pConfig, GROUP_CONFIG_MODE, expectedValue);