Home
last modified time | relevance | path

Searched refs:PutMultiple (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp214 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "btn_xxx", "xxx", true);
216 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
274 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "btn_xxx", "xxx", true);
276 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
320 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "btn_xxx", "xxx", true);
322 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
373 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "btn_xxx", "xxx", true);
375 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
430 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "btn_xxx", "xxx", true);
432 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.h68 …bool PutMultiple(const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name…
70 …bool PutMultiple(const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name…
72 …bool PutMultiple(const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name,
H A Dnode_data_cache.cpp143 bool NodeDataCache::PutMultiple( in PutMultiple() function in OHOS::Ace::Recorder::NodeDataCache
152 bool NodeDataCache::PutMultiple( in PutMultiple() function in OHOS::Ace::Recorder::NodeDataCache
161 bool NodeDataCache::PutMultiple(const RefPtr<NG::FrameNode>& node, const std::string& id, const std… in PutMultiple() function in OHOS::Ace::Recorder::NodeDataCache
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_event_hub.h56 Recorder::NodeDataCache::Get().PutMultiple(host, id, value_, check); in UpdateChangeEvent()
H A Dradio_pattern.cpp262 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, eventHub->GetValue(), preCheck_); in OnAfterModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_event_hub.h58 Recorder::NodeDataCache::Get().PutMultiple(host, id, name_, select); in UpdateChangeEvent()
H A Dcheckbox_pattern.cpp183 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, eventHub->GetName(), lastSelect_); in OnAfterModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_event_hub.h62 … Recorder::NodeDataCache::Get().PutMultiple(host, id, groupname_, groupRet->GetNameList()); in UpdateChangeEvent()
H A Dcheckboxgroup_pattern.cpp369 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, eventHub->GetGroupName(), vec); in OnAfterModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp148 Recorder::NodeDataCache::Get().PutMultiple(tabsNode, inspectorId, tabBarText, index); in RecordChangeEvent()
312 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, tabBarText, index); in OnAfterModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp84 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, value, index); in RecordChange()
141 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, selectValue_, selected_); in OnAfterModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp224 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, content, isSelected_); in OnAfterModifyDone()
245 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, content, isSelected_); in RecordChangeEvent()