Searched refs:mediaKey (Results 1 – 1 of 1) sorted by relevance
64 ConfigMapper(std::string mediaKey, C2String c2struct, C2String c2field) in ConfigMapper()65 : mDomain(Domain::ALL), mMediaKey(mediaKey), mStruct(c2struct), mField(c2field) { } in ConfigMapper()166 std::string mediaKey() const { return mMediaKey; } in mediaKey() function253 auto it = mConfigMappers.find(cm.mediaKey()); in add()264 cm.mediaKey().c_str(), cm.path().c_str()); in add()267 mConfigMappers.emplace(cm.mediaKey(), eqs); in add()