Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_broadcast_subscriber.cpp34 static constexpr int16_t PUBLISH_MISSCALL_EVENT_DELAY_TIME = 2000; variable
163 std::this_thread::sleep_for(std::chrono::milliseconds(PUBLISH_MISSCALL_EVENT_DELAY_TIME)); in ScreenUnlockedBroadcast()