Home
last modified time | relevance | path

Searched defs:cfgType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_hid2d_test.cpp114 SelfCfgType cfgType = SelfCfgType::TYPE_OF_GET_SELF_CONFIG; variable
122 PeerCfgType cfgType = PeerCfgType::TYPE_OF_SET_PEER_CONFIG; variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp161 NO_SANITIZE("cfi") WifiErrorCode Hid2dGetSelfWifiCfgInfo(SelfCfgType cfgType, in Hid2dGetSelfWifiCfgInfo()
170 NO_SANITIZE("cfi") WifiErrorCode Hid2dSetPeerWifiCfgInfo(PeerCfgType cfgType, in Hid2dSetPeerWifiCfgInfo()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp183 SelfCfgType cfgType = TYPE_OF_GET_SELF_CONFIG; in Hid2dGetSelfWifiCfgInfoTest() local
197 PeerCfgType cfgType = TYPE_OF_SET_PEER_CONFIG; in Hid2dSetPeerWifiCfgInfoTest() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.cpp369 ErrCode WifiP2pImpl::Hid2dGetSelfWifiCfgInfo(SelfCfgType cfgType, char cfgData[CFG_DATA_MAX_BYTES],… in Hid2dGetSelfWifiCfgInfo()
376 ErrCode WifiP2pImpl::Hid2dSetPeerWifiCfgInfo(PeerCfgType cfgType, char cfgData[CFG_DATA_MAX_BYTES],… in Hid2dSetPeerWifiCfgInfo()
H A Dwifi_p2p_callback_stub.cpp345 CfgType cfgType = static_cast<CfgType>(data.ReadInt32()); in RemoteOnConfigChanged() local
H A Dwifi_p2p_proxy.cpp1563 ErrCode WifiP2pProxy::Hid2dGetSelfWifiCfgInfo(SelfCfgType cfgType, in Hid2dGetSelfWifiCfgInfo()
1615 ErrCode WifiP2pProxy::Hid2dSetPeerWifiCfgInfo(PeerCfgType cfgType, in Hid2dSetPeerWifiCfgInfo()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp1339 ErrCode WifiP2pServiceImpl::Hid2dGetSelfWifiCfgInfo(SelfCfgType cfgType, in Hid2dGetSelfWifiCfgInfo()
1371 ErrCode WifiP2pServiceImpl::Hid2dSetPeerWifiCfgInfo(PeerCfgType cfgType, in Hid2dSetPeerWifiCfgInfo()
H A Dwifi_p2p_stub.cpp965 int cfgType = data.ReadInt32(); in OnHid2dGetSelfWifiCfgInfo() local
989 int cfgType = data.ReadInt32(); in OnHid2dSetPeerWifiCfgInfo() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp192 WifiErrorCode Hid2dGetSelfWifiCfgInfo(SelfCfgType cfgType, char cfgData[CFG_DATA_MAX_BYTES], int *g… in Hid2dGetSelfWifiCfgInfo()
202 WifiErrorCode Hid2dSetPeerWifiCfgInfo(PeerCfgType cfgType, char cfgData[CFG_DATA_MAX_BYTES], int se… in Hid2dSetPeerWifiCfgInfo()