Searched refs:prop_str (Results 1 – 1 of 1) sorted by relevance
138 const static std::string prop_str("property:"); in ParsePropertyTrigger() local139 std::string prop_name(trigger.substr(prop_str.length())); in ParsePropertyTrigger()157 const static std::string prop_str("property:"); in InitTriggers() local173 if (!args[i].compare(0, prop_str.length(), prop_str)) { in InitTriggers()