Searched refs:ConvertChannelID2Int (Results 1 – 5 of 5) sorted by relevance
114 return IPCProcessSkeleton::ConvertChannelID2Int(session_->GetChannelId()); in GetSessionHandle()
467 uint32_t IPCProcessSkeleton::ConvertChannelID2Int(int64_t databusChannelId) in ConvertChannelID2Int() function in OHOS::IPC_SINGLE::IPCProcessSkeleton595 uint32_t sessionHandle = IPCProcessSkeleton::ConvertChannelID2Int(session->GetChannelId()); in QueryProxyBySessionHandle()
206 uint32_t handle = IPCProcessSkeleton::ConvertChannelID2Int(session->GetChannelId()); in OnReceiveNewConnection()277 … if (!current->AttachRawData(IPCProcessSkeleton::ConvertChannelID2Int(session->GetChannelId()), in OnRawDataAvailable()311 uint32_t handle = IPCProcessSkeleton::ConvertChannelID2Int(session->GetChannelId()); in OnMessageAvailable()566 …bool ret = current->StubDetachDBinderSession(IPCProcessSkeleton::ConvertChannelID2Int(channelId), … in OnDatabusSessionServerSideClosed()569 tokenId, session->GetPeerDeviceId(), IPCProcessSkeleton::ConvertChannelID2Int(channelId)); in OnDatabusSessionServerSideClosed()598 …if (!current->QueryProxyBySessionHandle(IPCProcessSkeleton::ConvertChannelID2Int(channelId), proxy… in OnDatabusSessionClientSideClosed()
88 static uint32_t ConvertChannelID2Int(int64_t databusChannelId);
621 ASSERT_TRUE(IPCProcessSkeleton::ConvertChannelID2Int(sessionMock->GetChannelId()) == 0);653 auto handle = IPCProcessSkeleton::ConvertChannelID2Int(sessionMock->GetChannelId());