Searched refs:databusChannelId (Results 1 – 2 of 2) sorted by relevance
102 static uint32_t ConvertChannelID2Int(int64_t databusChannelId);
480 uint32_t IPCProcessSkeleton::ConvertChannelID2Int(int64_t databusChannelId) in ConvertChannelID2Int() argument482 if (databusChannelId < 0) { in ConvertChannelID2Int()485 uint64_t databusChannel = static_cast<uint64_t>(databusChannelId); in ConvertChannelID2Int()