Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H A Dmodule_test_dump_util.h86 … string GetBy(const string& key, const string& value, const string& args, const str_vec& dumpInfo);
H A Dmodule_test_dump_util.cpp135 string MTDumpUtil::GetBy(const string& key, const string& value, const string& args, const str_vec&… in GetBy() function in OHOS::MTUtil::MTDumpUtil
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h288 const std::string& GetBy() const in GetBy() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp542 } else if (!svgAnimate->GetBy().empty()) { in PrepareWeightAnimate()
544 valueVector.emplace_back(svgAnimate->GetBy()); in PrepareWeightAnimate()