Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/test/
Dmain_shim_stack_dumpsys_test.cc401 CallablePostCnt operator+=(const CallablePostCnt& post_cnt) { in operator +=()
403 {success += post_cnt.success, misses += post_cnt.misses}); in operator +=()
533 CallablePostCnt post_cnt{}; in GetCallablePostCnt() local
535 post_cnt += c->GetCallablePostCnt(); in GetCallablePostCnt()
537 return post_cnt; in GetCallablePostCnt()
Dmain_shim_stack_lifecycle_test.cc363 CallablePostCnt operator+=(const CallablePostCnt& post_cnt) { in operator +=()
365 {success += post_cnt.success, misses += post_cnt.misses}); in operator +=()
491 CallablePostCnt post_cnt{}; in GetCallablePostCnt() local
493 post_cnt += c->GetCallablePostCnt(); in GetCallablePostCnt()
495 return post_cnt; in GetCallablePostCnt()