Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_sta.h363 int RpcGetNetworkList(RpcServer *server, Context *context);
H A Dwifi_hal_crpc_server.c168 ret += PushRpcFunc("GetNetworkList", RpcGetNetworkList); in InitRpcFuncMapSta()
H A Dwifi_hal_crpc_sta.c886 int RpcGetNetworkList(RpcServer *server, Context *context) in RpcGetNetworkList() function
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_server_test.cpp786 EXPECT_TRUE(RpcGetNetworkList(nullptr, nullptr) < 0);
787 EXPECT_TRUE(RpcGetNetworkList(mServer, nullptr) < 0);
792 EXPECT_TRUE(RpcGetNetworkList(mServer, mContext) < 0);
797 EXPECT_TRUE(RpcGetNetworkList(mServer, mContext) == 0);