Home
last modified time | relevance | path

Searched refs:REMOTE_CALL_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DSection.h36 const int64_t REMOTE_CALL_TIMEOUT_MS = 30 * 1000; // 30 seconds variable
47 Section(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS);
89 WorkerThreadSection(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS);
DSection.cpp406 : WorkerThreadSection(id, REMOTE_CALL_TIMEOUT_MS), mService(service) { in DumpsysSection()
870 : WorkerThreadSection(id, REMOTE_CALL_TIMEOUT_MS), uid(callingUid), mCallback(callback) { in BringYourOwnSection()