Home
last modified time | relevance | path

Searched refs:kCborEncoding (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/platform/base/
Derror_unittest.cc162 const ErrorOr<int> e7(Error::Code::kCborEncoding); in TEST()
163 const ErrorOr<int> e8(Error::Code::kCborEncoding); in TEST()
Derror.h33 kCborEncoding, enumerator
Derror.cc57 case Error::Code::kCborEncoding: in operator <<()
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.cc248 return Error::Code::kCborEncoding; in SendRequest()