Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/bpf/bpf_loader/
H A Dbpf_loader.h47 static constexpr const char *SECTION_NAMES[] = { member
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp62 // There is no limit to the size of SECTION_NAMES.
66 } SECTION_NAMES[] = { member
226 auto size = sizeof(SECTION_NAMES) / sizeof(SectionName); in MatchSecName()
227 return std::any_of(SECTION_NAMES, SECTION_NAMES + size, matchFunc); in MatchSecName()

Completed in 3 milliseconds