Home
last modified time | relevance | path

Searched refs:when_ (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dmessage.h41 std::chrono::system_clock::time_point when_; member in OHOS::CastEngine::CastEngineService::Message
70 return (this->when_ > msg.when_); in operator >()
75 return (this->when_ < msg.when_); in operator <()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dmessage.h41 std::chrono::system_clock::time_point when_; member in OHOS::CastEngine::CastEngineService::Message
70 return (this->when_ > msg.when_); in operator >()
75 return (this->when_ < msg.when_); in operator <()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dmessage.cpp42 when_ = std::chrono::system_clock::now() + std::chrono::milliseconds(uptimeMillis); in Message()
49 when_ = std::chrono::system_clock::now() + std::chrono::milliseconds(uptimeMillis); in SetWhen()
72 this->when_ = msg.when_; in operator =()
85 this->when_ = msg.when_; in Message()
H A Dhandler.cpp43 // send message at when_ in Handler()
45 (this->condition_.wait_until(lock, this->msgQueue_.back().when_) != std::cv_status::timeout)) { in Handler()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dmessage.cpp42 when_ = std::chrono::system_clock::now() + std::chrono::milliseconds(uptimeMillis); in Message()
49 when_ = std::chrono::system_clock::now() + std::chrono::milliseconds(uptimeMillis); in SetWhen()
72 this->when_ = msg.when_; in operator =()
85 this->when_ = msg.when_; in Message()
H A Dhandler.cpp43 // send message at when_ in Handler()
45 (this->condition_.wait_until(lock, this->msgQueue_.back().when_) != std::cv_status::timeout)) { in Handler()

Completed in 3 milliseconds