Home
last modified time | relevance | path

Searched refs:nextId (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/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()
87 focusedId, nextId); in FocusCheckProcess()
88 ReportFocusException("invalid id", focusedId, nextId, nullptr); in FocusCheckProcess()
106 …yDetection::ReportFocusException(const std::string& errorReason, int32_t focusedId, int32_t nextId, in ReportFocusException() argument
116 oss << " nextId: " << nextId << ";"; in ReportFocusException()
H A Dscene_session_manager.cpp5380 int32_t nextId = INVALID_SESSION_ID; in ShiftFocus() local
5386 nextId = nextSession->GetPersistentId(); in ShiftFocus()
5390 shiftFocusFunc_(nextId); in ShiftFocus()
5404 focusedId, nextId, reason); in ShiftFocus()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/partial_update/
H A Dmock_viewstack_processor.ts69 return ViewStackProcessor.nextId++
72 private static nextId : number = 1;
/ohos5.0/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,
/ohos5.0/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 }; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_paint_method.cpp61 auto nextId = child.first - info.lanes; in UpdateDividerList() local
62 nextIsPressed = nextId < 0 ? child.second.isPressed : itemPosition_[nextId].isPressed; in UpdateDividerList()
H A Dlist_paint_method.cpp110 auto nextId = child.first - lanes; in UpdateDividerList() local
111 nextIsPressed = nextId < 0 || lastIsItemGroup || child.second.isGroup ? in UpdateDividerList()
112 false : itemPosition_[nextId].isPressed; in UpdateDividerList()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelog-@Prop.md33 let nextId = 0;
40 this.id = nextId++;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelog-@Prop.md39 let nextId = 0;
46 this.id = nextId++;
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock_manager.h77 static std::atomic<uint32_t> nextId; variable
H A Dasync_lock_manager.cpp37 std::atomic<uint32_t> AsyncLockManager::nextId = 1; member in Commonlibrary::Concurrent::LocksModule::AsyncLockManager
179 uint32_t lockId = nextId++; in Constructor()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-observedV2-and-trace.md527 let nextId: number = 0;
535 this.id = nextId++;
631 let nextId: number = 0;
648 this.id = nextId++;
H A Darkts-observed-and-objectlink.md1301 let nextId = 1;
1324 this.id = nextId++;
1418 let nextId = 1;
1448 this.id = nextId++;
1530 let nextId = 1;
1560 this.id = nextId++;
1685 let nextId = 1;
1710 this.id = nextId++;
H A Darkts-prop.md424 let nextId: number = 1;
434 this.id = nextId++;
539 this.id = nextId++;
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-observedV2-and-trace.md524 let nextId: number = 0;
532 this.id = nextId++;
628 let nextId: number = 0;
645 this.id = nextId++;
H A Darkts-observed-and-objectlink.md1302 let nextId = 1;
1325 this.id = nextId++;
1419 let nextId = 1;
1449 this.id = nextId++;
1531 let nextId = 1;
1561 this.id = nextId++;
1686 let nextId = 1;
1711 this.id = nextId++;
H A Darkts-prop.md421 let nextId: number = 1;
431 this.id = nextId++;
536 this.id = nextId++;
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1183 static uint16_t nextId = 0; in AllocateConnectionIdUnsafe() local
1184 uint32_t connectionId = (CONNECT_BLE << CONNECT_TYPE_SHIFT) + (++nextId); in AllocateConnectionIdUnsafe()