Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dsyslog.rs28 fn SetLogLevelForTag(tag: *const c_char, level: u8); in SetLogLevelForTag() function
44 SetLogLevelForTag(cstr.as_ptr(), level.to_u8().unwrap_or(DEFAULT_LEVEL)); in set_log_level_for_tag()
/packages/modules/Bluetooth/system/log/src/
Dvlog_syslog.cc105 void SetLogLevelForTag(char const* tag, uint8_t level) { in SetLogLevelForTag() function