Home
last modified time | relevance | path

Searched defs:ThreadSnapshotService (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_thread/
H A Dthread_snapshot_service_test.cc79 TEST(ThreadSnapshotService, DecodeSingleThreadInfoObject) { in TEST() argument
97 TEST(ThreadSnapshotService, DecodeMultipleThreadInfoObjects) { in TEST() argument
134 TEST(ThreadSnapshotService, DefaultBufferSize) { in TEST() argument
153 TEST(ThreadSnapshotService, FailedPrecondition) { in TEST() argument
178 TEST(ThreadSnapshotService, Unimplemented) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_thread/pw_thread_protos/
H A Dthread_snapshot_service.proto29 service ThreadSnapshotService { service
31 rpc GetPeakStackUsage(ThreadRequest) returns (stream SnapshotThreadInfo) {}