Home
last modified time | relevance | path

Searched refs:allTypes (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp210 vector<uint16_t> allTypes {0, 1, 3, 4, 5}; in HWTEST_F()
211 EXPECT_TRUE(vec == allTypes); in HWTEST_F()
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp718 vector<uint16_t> allTypes = GetAllLogTypes(); in HandleBufferSizeGetRqst() local
725 for (uint16_t t : allTypes) { in HandleBufferSizeGetRqst()
742 vector<uint16_t> allTypes = GetAllLogTypes(); in HandleBufferSizeSetRqst() local
749 for (uint16_t t : allTypes) { in HandleBufferSizeSetRqst()
813 vector<uint16_t> allTypes = GetAllLogTypes(); in HandleLogRemoveRqst() local
820 for (uint16_t t : allTypes) { in HandleLogRemoveRqst()

Completed in 3 milliseconds