X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapplist.cpp;h=a5ae9f000e56bfaa13632921f04fe85d391dbb8f;hb=66318aeba09afafc5cc2a476d1db4d5765f38d58;hp=6ea0230af3e8dd36b189f910493aa86af9492ff3;hpb=bbf684fb596414141190958dbd0b0abcc0f7f6d3;p=apps%2Fagl-service-windowmanager.git diff --git a/src/applist.cpp b/src/applist.cpp index 6ea0230..a5ae9f0 100644 --- a/src/applist.cpp +++ b/src/applist.cpp @@ -111,7 +111,8 @@ void AppList::removeSurface(unsigned surface){ { ret = x.second->removeSurfaceIfExist(surface); if(ret){ - HMI_DEBUG("wm", "remove surface %d from Client %s finish", surface, x.second->appID().c_str()); + HMI_DEBUG("wm", "remove surface %d from Client %s finish", + surface, x.second->appID().c_str()); break; } } @@ -225,7 +226,7 @@ unsigned AppList::getRequestNumber(const string &appid) const * @attention If the request number is different with curent request number, * it means the previous request is not finished. */ -unsigned AppList::addAllocateRequest(WMRequest req) +unsigned AppList::addRequest(WMRequest req) { std::lock_guard lock(this->mtx); if (this->req_list.size() == 0) @@ -520,6 +521,6 @@ void AppList::reqDump() y.end_draw_finished); } } - DUMP("======= req dump end =====\n"); + DUMP("======= req dump end ====="); } -} // namespace wm \ No newline at end of file +} // namespace wm