Home
last modified time | relevance | path

Searched refs:log_tag (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/main/test/
Dmain_shim_stack_lifecycle_test.cc56 inline void log_tag(std::string tag) { in log_tag() function
457 log_tag("STARTING"); in Start()
464 log_tag("STARTED"); in Await()
468 log_tag("QUIESCING"); in Quiesce()
472 log_tag("QUIESCED"); in Quiesce()
479 log_tag("STOPPED"); in Stop()
640 log_tag("SHUTTING DOWN STACK"); in TEST_F()
Dmain_shim_stack_dumpsys_test.cc68 inline void log_tag(std::string tag) { in log_tag() function
496 log_tag(kLogTagStarting); in Start()
506 log_tag(kLogTagStarted); in Await()
510 log_tag(kLogTagQuiescing); in Quiesce()
514 log_tag(kLogTagQuiesced); in Quiesce()
521 log_tag(kLogTagStopped); in Stop()
/packages/modules/Bluetooth/system/common/
Dlru.h45 LegacyLruCache(const size_t& capacity, const std::string& log_tag) in LegacyLruCache() argument
49 log::fatal("{} unable to have 0 LRU Cache capacity", log_tag); in LegacyLruCache()