Home
last modified time | relevance | path

Searched defs:testInf (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/dummy_values_bucket_test/
Ddummy_values_bucket_test.cpp45 const std::string testInf = "test"; variable
59 const std::string testInf = "test"; variable
75 const std::string testInf = "test"; variable
91 const std::string testInf = "test"; variable
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Ddummy_values_bucket.cpp22 ValuesBucket::ValuesBucket(const std::string &testInf) : testInf_(testInf) in ValuesBucket()