Home
last modified time | relevance | path

Searched refs:GetP2pRpcClient (Results 1 – 3 of 3) sorted by relevance

/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.c46 RpcClient *client = GetP2pRpcClient(); in P2pStart()
64 RpcClient *client = GetP2pRpcClient(); in P2pStop()
82 RpcClient *client = GetP2pRpcClient(); in P2pSetRandomMac()
101 RpcClient *client = GetP2pRpcClient(); in P2pSetDeviceName()
120 RpcClient *client = GetP2pRpcClient(); in P2pSetSsidPostfixName()
139 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsDeviceType()
158 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsSecondaryDeviceType()
177 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsConfigMethods()
196 RpcClient *client = GetP2pRpcClient(); in P2pGetDeviceAddress()
220 RpcClient *client = GetP2pRpcClient(); in P2pFlush()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_inner_interface.h75 RpcClient *GetP2pRpcClient(void);
H A Dwifi_idl_inner_interface.cpp179 RpcClient *GetP2pRpcClient(void) in GetP2pRpcClient() function