OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveRequest
(Results
1 - 7
of
7
) sorted by null
/system/extras/libperfmgr/include/perfmgr/
RequestGroup.h
54
bool
RemoveRequest
(const std::string& hint_type);
Node.h
58
bool
RemoveRequest
(const std::string& hint_type);
/system/extras/libperfmgr/
RequestGroup.cc
36
bool RequestGroup::
RemoveRequest
(const std::string& hint_type) {
Node.cc
60
bool Node::
RemoveRequest
(const std::string& hint_type) {
64
ret = value.
RemoveRequest
(hint_type) || ret;
NodeLooperThread.cc
84
nodes_[a.node_index]->
RemoveRequest
(hint_type);
/system/extras/libperfmgr/tests/
NodeTest.cc
174
t.
RemoveRequest
("LAUNCH");
180
t.
RemoveRequest
("INTERACTION");
217
t.
RemoveRequest
("LAUNCH");
223
t.
RemoveRequest
("INTERACTION");
RequestGroupTest.cc
130
// Test
RemoveRequest
()
136
bool ret = req.
RemoveRequest
("INTERACTION");
143
ret = req.
RemoveRequest
("INTERACTION");
147
// Test multiple
RemoveRequest
() with different hint_type
155
req.
RemoveRequest
("INTERACTION");
Completed in 456 milliseconds