Home
last modified time | relevance | path

Searched refs:GetNetworkConfig (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hal_struct.h142 typedef struct GetNetworkConfig { struct
146 } GetNetworkConfig; argument
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_struct.h144 typedef struct GetNetworkConfig { struct
148 } GetNetworkConfig; argument
H A Dwifi_hal_sta_interface.h359 WifiErrorNo WpaGetNetWork(GetNetworkConfig *conf);
H A Dwifi_hal_sta_interface.c800 WifiErrorNo WpaGetNetWork(GetNetworkConfig *conf) in WpaGetNetWork()
H A Dwifi_hal_crpc_sta.c844 GetNetworkConfig conf = {0}; in RpcWpaGetNetwork()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_struct.h187 typedef struct GetNetworkConfig { struct
191 } GetNetworkConfig; typedef
H A Di_wifi_sta_iface.h176 WifiErrorNo WpaGetNetwork(GetNetworkConfig *confs);
H A Di_wifi_sta_iface.c368 WifiErrorNo WpaGetNetwork(GetNetworkConfig *confs) in WpaGetNetwork()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/
H A Dconfig_factory.h28 API_EXPORT NetworkConfig *GetNetworkConfig();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp56 NetworkConfig *ConfigFactory::GetNetworkConfig() in GetNetworkConfig() function in OHOS::DistributedData::ConfigFactory
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dconfig_factory_test.cpp100 auto *networks = ConfigFactory::GetInstance().GetNetworkConfig();
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_sta_interface_test.cpp160 GetNetworkConfig conf;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dmock_wifi_hal_service.c277 WifiErrorNo WpaGetNetWork(GetNetworkConfig *conf) in WpaGetNetWork()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp439 GetNetworkConfig conf; in GetDeviceConfig()