/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 214 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 D | node_data_cache.h | 68 …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 D | node_data_cache.cpp | 143 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 D | radio_event_hub.h | 56 Recorder::NodeDataCache::Get().PutMultiple(host, id, value_, check); in UpdateChangeEvent()
|
H A D | radio_pattern.cpp | 262 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 D | checkbox_event_hub.h | 58 Recorder::NodeDataCache::Get().PutMultiple(host, id, name_, select); in UpdateChangeEvent()
|
H A D | checkbox_pattern.cpp | 183 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 D | checkboxgroup_event_hub.h | 62 … Recorder::NodeDataCache::Get().PutMultiple(host, id, groupname_, groupRet->GetNameList()); in UpdateChangeEvent()
|
H A D | checkboxgroup_pattern.cpp | 369 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 D | tabs_pattern.cpp | 148 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 D | select_pattern.cpp | 84 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 D | menu_item_pattern.cpp | 224 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, content, isSelected_); in OnAfterModifyDone() 245 Recorder::NodeDataCache::Get().PutMultiple(host, inspectorId, content, isSelected_); in RecordChangeEvent()
|