mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-12-18 20:40:11 +00:00
rx liste refact
Signed-off-by: wujun <2019125625@qq.com>
This commit is contained in:
commit
259f83aa68
@ -48,7 +48,7 @@ void RxListenArbitration::OnForegroundAppChanged(const AppExecFwk::AppStateData
|
||||
{
|
||||
if (appStateData.state == static_cast<int>(AppExecFwk::ApplicationState::APP_STATE_FOREGROUND) &&
|
||||
appStateData.isFocused) {
|
||||
WIFI_LOGD("%{public}s enter rx_listen arbitration, appName: %{public}s", __FUNCTION__,
|
||||
WIFI_LOGD("%{public}s enter rx_listen arbitration, app name: %{public}s", __FUNCTION__,
|
||||
appStateData.bundleName.c_str());
|
||||
if (AppParser::GetInstance().IsLowLatencyApp(appStateData.bundleName)) {
|
||||
// game scene: set m_arbitrationCond to zero to enable rx_listen
|
||||
|
Loading…
Reference in New Issue
Block a user