Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/utils/global/constant/
H A Dglobal_constant.h34 constexpr int32_t DUMP_TIMEOUT_MULTIPLE = 1500; variable
45 constexpr int32_t DUMP_TIMEOUT_MULTIPLE = 1000; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp3206 std::chrono::milliseconds timeout { DUMP_TIMEOUT_MULTIPLE }; in DumpClientInfo()