OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REMOTE_CALL_TIMEOUT_MS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/incidentd/src/
Section.h
34
const int64_t
REMOTE_CALL_TIMEOUT_MS
= 30 * 1000; // 30 seconds
45
Section(int id, int64_t timeoutMs =
REMOTE_CALL_TIMEOUT_MS
);
87
WorkerThreadSection(int id, int64_t timeoutMs =
REMOTE_CALL_TIMEOUT_MS
);
Section.cpp
441
: WorkerThreadSection(id,
REMOTE_CALL_TIMEOUT_MS
), mService(service) {
Completed in 99 milliseconds