Searched refs:AbortIdType (Results 1 – 2 of 2) sorted by relevance
162 AbortCalls(AbortIdType::kChannel, channel_id); in CloseChannel()169 void Endpoint::AbortCalls(AbortIdType type, uint32_t id) { in AbortCalls()174 if (id == (type == AbortIdType::kChannel ? current->channel_id_locked() in AbortCalls()
140 AbortCalls(AbortIdType::kService, UnwrapServiceId(service.service_id())); in AbortCallsForService()171 enum class AbortIdType : bool { kChannel, kService }; enum175 void AbortCalls(AbortIdType type, uint32_t id)