Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator.h68 static std::string CombineStrUint(const char* fileName, int line) in CombineStrUint() function
82 … return AceType::MakeRefPtr<Animator>(context, CombineStrUint(fileName, line).c_str());
84 … return AceType::MakeRefPtr<Animator>(context, (CombineStrUint(fileName, line) + name).c_str());
95 return AceType::MakeRefPtr<Animator>(CombineStrUint(fileName, line).c_str());
97 … return AceType::MakeRefPtr<Animator>((CombineStrUint(fileName, line) + name).c_str());