Searched refs:mAssociatedDisplayUniqueIdByDescriptor (Results 1 – 2 of 2) sorted by relevance
134 if (mAssociatedDisplayUniqueIdByDescriptor) { in dump()135 dump += StringPrintf("%s\n", mAssociatedDisplayUniqueIdByDescriptor->c_str()); in dump()301 mAssociatedDisplayUniqueIdByDescriptor = in configureInternal()334 } else if (mAssociatedDisplayUniqueIdByDescriptor != std::nullopt) { in configureInternal()336 *mAssociatedDisplayUniqueIdByDescriptor); in configureInternal()340 getName().c_str(), mAssociatedDisplayUniqueIdByDescriptor->c_str()); in configureInternal()
70 return mAssociatedDisplayUniqueIdByDescriptor; in getAssociatedDisplayUniqueIdByDescriptor()206 std::optional<std::string> mAssociatedDisplayUniqueIdByDescriptor; variable