Lines Matching defs:meta
26 #include "meta/any.h"
360 std::shared_ptr<Meta> meta = std::make_shared<Meta>();
361 std::pair<uint64_t, std::shared_ptr<Meta>> metaAppIdPair(instanceId, meta);
379 int32_t AppendMediaInfo(const std::shared_ptr<Meta>& meta, uint64_t instanceId)
382 if (meta == nullptr || meta->Empty()) {
383 MEDIA_LOG_I("Insert meta is empty.");
389 MEDIA_LOG_I("Not found instanceId when append meta, instanceId is : %{public}" PRIu64, instanceId);
396 MEDIA_LOG_I("Not found calltype when append meta, calltype is : %{public}d", static_cast<CallType>(ct));
401 MEDIA_LOG_I("Not found uid when append meta, uid is : %{public}" PRId32, uid);
407 auto arg = meta->begin();
408 while (arg != meta->end()) {