Home
last modified time | relevance | path

Searched refs:RpcP2pSetWpsConfigMethods (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.h94 int RpcP2pSetWpsConfigMethods(RpcServer *server, Context *context);
H A Dwifi_hal_crpc_server.c214 ret += PushRpcFunc("P2pSetWpsConfigMethods", RpcP2pSetWpsConfigMethods); in InitRpcFuncMapP2p()
H A Dwifi_hal_crpc_p2p.c129 int RpcP2pSetWpsConfigMethods(RpcServer *server, Context *context) in RpcP2pSetWpsConfigMethods() function
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_server_add_test.cpp154 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(nullptr, nullptr) < 0);
155 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(mServer, nullptr) < 0);
160 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(mServer, mContext) < 0);
165 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(mServer, mContext) == 0);