Searched refs:myDescriptor (Results 1 – 3 of 3) sorted by relevance
37 std::string myDescriptor = getDescriptor(iface.get()); in wrapPassthrough() local38 if (myDescriptor.empty()) { in wrapPassthrough()42 auto func = gBsConstructorMap.get(myDescriptor, nullptr); in wrapPassthrough()
58 std::string myDescriptor{}; in getDescriptor()60 myDescriptor = types.c_str(); in getDescriptor()63 return myDescriptor; in getDescriptor()
327 std::string myDescriptor = details::getDescriptor(ifacePtr); in toBinder() local328 if (myDescriptor.empty()) { in toBinder()332 auto func = details::gBnConstructorMap.get(myDescriptor, nullptr); in toBinder()