Home
last modified time | relevance | path

Searched refs:ConvertChannelID2Int (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/ipc/ipc/native/src/core/source/
Ddbinder_session_object.cpp114 return IPCProcessSkeleton::ConvertChannelID2Int(session_->GetChannelId()); in GetSessionHandle()
Dipc_process_skeleton.cpp467 uint32_t IPCProcessSkeleton::ConvertChannelID2Int(int64_t databusChannelId) in ConvertChannelID2Int() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
595 uint32_t sessionHandle = IPCProcessSkeleton::ConvertChannelID2Int(session->GetChannelId()); in QueryProxyBySessionHandle()
/foundation/communication/ipc/ipc/native/src/mock/source/
Ddbinder_databus_invoker.cpp206 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()
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h88 static uint32_t ConvertChannelID2Int(int64_t databusChannelId);
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_binder_databus_invoker_unittest.cpp621 ASSERT_TRUE(IPCProcessSkeleton::ConvertChannelID2Int(sessionMock->GetChannelId()) == 0);
653 auto handle = IPCProcessSkeleton::ConvertChannelID2Int(sessionMock->GetChannelId());