Home
last modified time | relevance | path

Searched refs:nextId (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Danomaly_detection.cpp83 void AnomalyDetection::FocusCheckProcess(int32_t focusedId, int32_t nextId) in FocusCheckProcess() argument
85 if (nextId == INVALID_SESSION_ID) { in FocusCheckProcess()
86 TLOGE(WmsLogTag::WMS_FOCUS, "FocusCheck err: invalid id, focusedId:%{public}d nextId:%{public}d", in FocusCheckProcess()
87 focusedId, nextId); in FocusCheckProcess()
88 ReportFocusException("invalid id", focusedId, nextId, nullptr); in FocusCheckProcess()
106 void AnomalyDetection::ReportFocusException(const std::string& errorReason, int32_t focusedId, int32_t nextId, in ReportFocusException() argument
116 oss << " nextId: " << nextId << ";"; in ReportFocusException() local
H A Dscene_session_manager.cpp5156 int32_t nextId = INVALID_SESSION_ID; in ShiftFocus() local
5162 nextId = nextSession->GetPersistentId(); in ShiftFocus()
5167 AnomalyDetection::FocusCheckProcess(focusedId, nextId); in ShiftFocus()
5177 TLOGI(WmsLogTag::WMS_FOCUS, "focusedId: %{public}d, nextId: %{public}d, reason: %{public}d", in ShiftFocus()
5178 focusedId, nextId, reason); in ShiftFocus()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Danomaly_detection.h26 static void FocusCheckProcess(int32_t focusedId, int32_t nextId);
30 static void ReportFocusException(const std::string& errorReason, int32_t focusedId, int32_t nextId,
/foundation/window/window_manager/utils/src/
H A Dsingleton_container.cpp59 static int32_t nextId = 0; in AddSingleton() local
60 singletonMap[nextId].value = instance; in AddSingleton()
61 singletonMap[nextId].refCount = 0; in AddSingleton()
63 stringMap[name] = nextId++; in AddSingleton()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_scene.cpp39 nextId = 0; in Clear()
47 nameToScene_[to_string(nextId++)] = arrIdx; in SetScene()
H A Drender_data_store_default_scene.h82 uint32_t nextId { 0u };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_paint_method.cpp59 auto nextId = child.first - dgInfo.lanes; in UpdateDividerList() local
60 nextIsPressed = nextId < 0 ? child.second.isPressed : itemPosition_[nextId].isPressed; in UpdateDividerList()
H A Dlist_paint_method.cpp108 auto nextId = child.first - lanes; in UpdateDividerList() local
109 nextIsPressed = nextId < 0 || lastIsItemGroup || child.second.isGroup ? false : itemPosition_[nextId].isPressed; in UpdateDividerList()
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1347 static uint16_t nextId = 0; in AllocateConnectionIdUnsafe() local
1349 uint32_t connectionId = (CONNECT_BR << CONNECT_TYPE_SHIFT) + (++nextId); in AllocateConnectionIdUnsafe()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1184 static uint16_t nextId = 0; in AllocateConnectionIdUnsafe() local
1185 uint32_t connectionId = (CONNECT_BLE << CONNECT_TYPE_SHIFT) + (++nextId); in AllocateConnectionIdUnsafe()

Completed in 27 milliseconds