Home
last modified time | relevance | path

Searched refs:RpcP2pSetExtListen (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.h229 int RpcP2pSetExtListen(RpcServer *server, Context *context);
H A Dwifi_hal_crpc_server.c229 ret += PushRpcFunc("P2pSetExtListen", RpcP2pSetExtListen); in InitRpcFuncMapP2p()
H A Dwifi_hal_crpc_p2p.c408 int RpcP2pSetExtListen(RpcServer *server, Context *context) in RpcP2pSetExtListen() function
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_server_add_test.cpp354 EXPECT_TRUE(RpcP2pSetExtListen(nullptr, nullptr) < 0);
355 EXPECT_TRUE(RpcP2pSetExtListen(mServer, nullptr) < 0);
360 EXPECT_TRUE(RpcP2pSetExtListen(mServer, mContext) < 0);
365 EXPECT_TRUE(RpcP2pSetExtListen(mServer, mContext) == 0);