Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Ddump_handler.cpp84 auto extraAttrs = json(); in AddExtraAttrs() local
91 extraAttrs["BackgroundColor"] = backgroundColor; in AddExtraAttrs()
94 extraAttrs["Content"] = move(content); in AddExtraAttrs()
97 extraAttrs["FontColor"] = move(fontColor); in AddExtraAttrs()
100 extraAttrs["FontSize"] = move(fontSize); in AddExtraAttrs()
102 if (!extraAttrs.empty()) { in AddExtraAttrs()
103 root["extraAttrs"] = extraAttrs; in AddExtraAttrs()