Searched refs:seatName (Results 1 – 9 of 9) sorted by relevance
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
D | display_info.h | 107 std::string seatName; member 142 std::string seatName; member
|
/foundation/graphic/standard/frameworks/wmserver/src/ |
D | screen_info.c | 52 if (seats[i]->seatName) { in FreeSeatsInfo() 53 free(seats[i]->seatName); in FreeSeatsInfo() 80 seats[index]->seatName = (char *)calloc(1, strlen(pWmsSeat->pWestonSeat->seat_name) + 1); in GetSeatsInfo() 81 if (!seats[index]->seatName) { in GetSeatsInfo() 86 if (strcpy_s(seats[index]->seatName, in GetSeatsInfo() 376 LOGI("seatName: %{public}s", seats[i]->seatName); in SeatsInfoDebugPrint()
|
D | screen_info.h | 61 char *seatName; member
|
D | wmserver.c | 1249 static struct WmsSeat *GetWmsSeat(const char *seatName) in GetWmsSeat() argument 1254 if (!strcmp(pSeat->pWestonSeat->seat_name, seatName)) { in GetWmsSeat()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
D | input_windows_manager.h | 67 char* seatName; member 134 …PhysicalDisplayInfo* FindPhysicalDisplayInfo(const std::string seatId, const std::string seatName);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
D | input_manager_impl.cpp | 185 CHKR(pkt.Write(physicalDisplays_[i].seatName), STREAM_BUF_WRITE_FAIL, RET_ERR); in PackPhysicalDisplay() 205 CHKR(pkt.Write(logicalDisplays_[i].seatName), STREAM_BUF_WRITE_FAIL, RET_ERR); in PackLogicalDisplay() 227 item.seatName.c_str(), item.logicWidth, item.logicHeight, in PrintDisplayDebugInfo() 238 item.seatId.c_str(), item.seatName.c_str(), in PrintDisplayDebugInfo()
|
/foundation/windowmanager/wmserver/src/ |
D | input_window_monitor.cpp | 97 .seatName = "default0", in UpdateDisplaysInfo() 120 .seatName = "default0", in UpdateDisplaysInfo()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
D | input_windows_manager.cpp | 146 item.seatName.c_str(), item.logicWidth, item.logicHeight, item.direction); in PrintDisplayDebugInfo() 156 item.seatId.c_str(), item.seatName.c_str(), item.focusWindowId, in PrintDisplayDebugInfo() 199 const std::string seatName) in FindPhysicalDisplayInfo() argument 202 if (it.seatId == seatId && it.seatName == seatName) { in FindPhysicalDisplayInfo() 206 …"Failed to search for Physical,seat:%{public}s,name:%{public}s", seatId.c_str(), seatName.c_str()); in FindPhysicalDisplayInfo()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
D | server_msg_handler.cpp | 203 pkt.Read(info.seatName); in OnDisplayInfo() 221 pkt.Read(info.seatName); in OnDisplayInfo()
|