Home
last modified time | relevance | path

Searched refs:RpcP2pSetWpsDeviceType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_p2p.h76 int RpcP2pSetWpsDeviceType(RpcServer *server, Context *context);
H A Dwifi_hal_crpc_server.c212 ret += PushRpcFunc("P2pSetWpsDeviceType", RpcP2pSetWpsDeviceType); in InitRpcFuncMapP2p()
H A Dwifi_hal_crpc_p2p.c97 int RpcP2pSetWpsDeviceType(RpcServer *server, Context *context) in RpcP2pSetWpsDeviceType() function
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_server_add_test.cpp138 EXPECT_TRUE(RpcP2pSetWpsDeviceType(nullptr, nullptr) < 0);
139 EXPECT_TRUE(RpcP2pSetWpsDeviceType(mServer, nullptr) < 0);
144 EXPECT_TRUE(RpcP2pSetWpsDeviceType(mServer, mContext) < 0);
149 EXPECT_TRUE(RpcP2pSetWpsDeviceType(mServer, mContext) == 0);