Home
last modified time | relevance | path

Searched refs:AbortIdType (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_rpc/
Dendpoint.cc162 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()
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dendpoint.h140 AbortCalls(AbortIdType::kService, UnwrapServiceId(service.service_id())); in AbortCallsForService()
171 enum class AbortIdType : bool { kChannel, kService }; enum
175 void AbortCalls(AbortIdType type, uint32_t id)