Searched refs:getCString (Results 1 – 4 of 4) sorted by relevance
161 return item->getCString(attr, value); in mediametrics_getCString()
146 item.getCString(key.c_str(), &s); in invokeItemManipulation()
299 ASSERT_TRUE(item.getCString("name", &s)); in TEST()303 ASSERT_TRUE(item.getCString("mother", &s)); in TEST()
1052 bool getCString(const char *key, char **value) const { in getCString() function