Home
last modified time | relevance | path

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 Dmodifier_utilities.ts61 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 Dimage_animator_modifier.ts46 newMap: Map<Symbol, AttributeModifierWithKey>): Map<Symbol, AttributeModifierWithKey> {
47 newMap.forEach((value, key) => {
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c124 … 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 DarkModifier.js45 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 Drs_render_thread_visitor_test.cpp1060 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 Djs-apis-hashmap.md246 newHashMap.set("newMap", 99);
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-hashmap.md246 newHashMap.set("newMap", 99);