Searched refs:tokenProxyObject (Results 1 – 2 of 2) sorted by relevance
76 IPCObjectProxy *tokenProxyObject = reinterpret_cast<IPCObjectProxy *>(token_.GetRefPtr()); in PrintTokenInfo() local77 if (tokenProxyObject != nullptr) { in PrintTokenInfo()78 std::string remoteDescriptor = Str16ToStr8(tokenProxyObject->GetInterfaceDescriptor()); in PrintTokenInfo()80 tokenProxyObject->GetHandle(), remoteDescriptor.c_str()); in PrintTokenInfo()
1445 IPCObjectProxy *tokenProxyObject = reinterpret_cast<IPCObjectProxy *>(token_.GetRefPtr()); in PrintTokenInfo() local1446 if (tokenProxyObject != nullptr) { in PrintTokenInfo()1447 std::string remoteDescriptor = Str16ToStr8(tokenProxyObject->GetInterfaceDescriptor()); in PrintTokenInfo()1449 tokenProxyObject->GetHandle(), remoteDescriptor.c_str()); in PrintTokenInfo()