Home
last modified time | relevance | path

Searched defs:pConfig (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_p2p_interface_test.cpp333 P2pGroupConfig pConfig; variable
342 P2pGroupConfig pConfig; variable
/ohos5.0/base/security/access_token/services/common/config_policy/include/
H A Dconfig_policy_loader.h48 PrivacyServiceConfig pConfig; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp527 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString()
540 int WifiHdiWpaClient::PushDeviceConfigInt(SetNetworkConfig *pConfig, DeviceConfigType type, int i) … in PushDeviceConfigInt()
550 SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int alg) const in PushDeviceConfigAuthAlgorithm()
572 SetNetworkConfig *pConfig, DeviceConfigType type, in PushDeviceConfigParseMask()
1401 P2pGroupConfig *pConfig, P2pGroupConfigType type, const std::string &str) const in PushP2pGroupConfigString()
1414 int WifiHdiWpaClient::PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i… in PushP2pGroupConfigInt()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp456 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString()
469 int WifiIdlClient::PushDeviceConfigInt(SetNetworkConfig *pConfig, DeviceConfigType type, int i) con… in PushDeviceConfigInt()
479 SetNetworkConfig *pConfig, DeviceConfigType type, unsigned int alg) const in PushDeviceConfigAuthAlgorithm()
501 SetNetworkConfig *pConfig, DeviceConfigType type, in PushDeviceConfigParseMask()
1755 P2pGroupConfig *pConfig, P2pGroupConfigType type, const std::string &str) const in PushP2pGroupConfigString()
1768 int WifiIdlClient::PushP2pGroupConfigInt(P2pGroupConfig *pConfig, P2pGroupConfigType type, int i) c… in PushP2pGroupConfigInt()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl_test.cpp210 P2pGroupConfig pConfig; variable
/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.cpp1349 P2pGroupConfig pConfig; variable
1457 SetNetworkConfig pConfig; variable
1478 SetNetworkConfig pConfig; variable
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_p2p_interface.c1033 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size)
1063 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size)
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h370 cJSON* pConfig = cJSON_Parse(cfg.getJsonString().c_str()); in getJsonString() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dmock_wifi_hal_service.c742 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pSetGroupConfig()
747 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pGetGroupConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_p2p_iface.c1055 WifiErrorNo P2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pSetGroupConfig()
1082 WifiErrorNo P2pGetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in P2pGetGroupConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl.c832 WifiErrorNo HdiP2pSetGroupConfig(int networkId, P2pGroupConfig *pConfig, int size) in HdiP2pSetGroupConfig()