Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/
H A Ddscreen_sink_handler.cpp88 … auto waitStatus = proxyConVar_.wait_for(lock, std::chrono::milliseconds(SCREEN_LOADSA_TIMEOUT_MS), in InitSink()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_handler.cpp83 … auto waitStatus = proxyConVar_.wait_for(lock, std::chrono::milliseconds(SCREEN_LOADSA_TIMEOUT_MS), in InitSource()
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h219 constexpr int32_t SCREEN_LOADSA_TIMEOUT_MS = 10000; variable