Searched refs:ReqP2pSetGroupMaxIdle (Results 1 – 7 of 7) sorted by relevance
188 return mHdiWpaClient->ReqP2pSetGroupMaxIdle(groupInterface, time); in SetP2pGroupIdle()191 return mIdlClient->ReqP2pSetGroupMaxIdle(groupInterface, time); in SetP2pGroupIdle()
506 WifiErrorNo ReqP2pSetGroupMaxIdle(const std::string &groupInterface, size_t time) const;
1046 WifiErrorNo WifiHdiWpaClient::ReqP2pSetGroupMaxIdle(const std::string &groupInterface, size_t time)… in ReqP2pSetGroupMaxIdle() function in OHOS::Wifi::WifiHdiWpaClient
787 WifiErrorNo ReqP2pSetGroupMaxIdle(const std::string &groupInterface, size_t time) const;
1390 WifiErrorNo WifiIdlClient::ReqP2pSetGroupMaxIdle(const std::string &groupInterface, size_t time) co… in ReqP2pSetGroupMaxIdle() function in OHOS::Wifi::WifiIdlClient
1115 mClient.ReqP2pSetGroupMaxIdle(groupInterface, time);1117 EXPECT_TRUE(mClient.ReqP2pSetGroupMaxIdle(groupInterface, time) == WIFI_HAL_OPT_FAILED);
977 WifiErrorNo result = wifiHdiWpaClient->ReqP2pSetGroupMaxIdle(groupInterface, time);