Searched refs:newMap (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/src/ |
H A D | modifier_utilities.ts | 61 newMap: Map<Symbol, AttributeModifierWithKey>): Map<Symbol, AttributeModifierWithKey> { 62 newMap.forEach((value, key) => { 94 newMap: Map<Symbol, AttributeModifierWithKey>): void { 95 newMap.forEach((value, key) => { 102 newMap: Map<Symbol, AttributeModifierWithKey>, 104 newMap.forEach((value, key) => {
|
H A D | image_animator_modifier.ts | 46 newMap: Map<Symbol, AttributeModifierWithKey>): Map<Symbol, AttributeModifierWithKey> { 47 newMap.forEach((value, key) => {
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | sa_store.c | 124 … PidHandle *newMap = (PidHandle *)SAMGR_Malloc(sizeof(PidHandle) * (saStore->mapSize + GROW_STEP)); in SASTORA_SaveHandleByPid() local 125 if (newMap == NULL) { in SASTORA_SaveHandleByPid() 130 (void)memcpy_s(newMap, sizeof(PidHandle) * (saStore->mapSize + GROW_STEP), in SASTORA_SaveHandleByPid() 134 saStore->maps = newMap; in SASTORA_SaveHandleByPid()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkModifier.js | 45 function mergeMaps(stageMap, newMap) { argument 46 newMap.forEach((value, key) => { 59 static mergeMaps(stageMap, newMap) { argument 60 newMap.forEach((value, key) => { 64 static mergeMapsEmplace(stageMap, newMap, componentOverrideMap) { argument 65 newMap.forEach((value, key) => { 473 function mergeImageAnimatorMaps(stageMap, newMap) { argument 474 newMap.forEach((value, key) => {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_visitor_test.cpp | 1060 std::map<NodeId, RectI> newMap; variable 1061 newMap[0] = rect; 1062 visitor.curDirtyManager_->dirtyCanvasNodeInfo_.push_back(newMap); 1063 visitor.curDirtyManager_->dirtySurfaceNodeInfo_.push_back(newMap);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-hashmap.md | 246 newHashMap.set("newMap", 99);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-hashmap.md | 246 newHashMap.set("newMap", 99);
|