Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h76 std::vector<uint16_t> GetAllLogTypes();
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp205 vector<uint16_t> vec = GetAllLogTypes();
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp667 vector<uint16_t> allTypes = GetAllLogTypes(); in HandleBufferSizeGetRqst()
690 vector<uint16_t> allTypes = GetAllLogTypes(); in HandleBufferSizeSetRqst()
760 vector<uint16_t> allTypes = GetAllLogTypes(); in HandleLogRemoveRqst()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp209 vector<uint16_t> GetAllLogTypes() in GetAllLogTypes() function