Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_define.h138 static constexpr int32_t REPLY_RETRY_WAIT_MS = 10; variable
H A Ddbinder_base_invoker_process.h139 std::this_thread::sleep_for(std::chrono::milliseconds(REPLY_RETRY_WAIT_MS)); in ProcessReply()