Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_ap.h133 int RpcGetPowerModel(RpcServer *server, Context *context);
H A Dwifi_hal_crpc_ap.c273 int RpcGetPowerModel(RpcServer *server, Context *context) in RpcGetPowerModel() function
H A Dwifi_hal_crpc_server.c188 ret += PushRpcFunc("WpaGetPowerModel", RpcGetPowerModel); in InitRpcFuncMapAp()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_server_test.cpp1418 EXPECT_TRUE(RpcGetPowerModel(nullptr, nullptr) < 0);
1419 EXPECT_TRUE(RpcGetPowerModel(mServer, nullptr) < 0);
1420 EXPECT_TRUE(RpcGetPowerModel(mServer, mContext) < 0);