OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHints
(Results
1 - 4
of
4
) sorted by null
/system/extras/libperfmgr/include/perfmgr/
HintManager.h
65
std::vector<std::string>
GetHints
() const;
/system/extras/libperfmgr/tools/
ConfigVerifier.cc
105
std::vector<std::string> hints = hm->
GetHints
();
/system/extras/libperfmgr/
HintManager.cc
76
std::vector<std::string> HintManager::
GetHints
() const {
/system/extras/libperfmgr/tests/
HintManagerTest.cc
162
// Test
GetHints
165
std::vector<std::string> hints = hm.
GetHints
();
Completed in 100 milliseconds