Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H A Dtimer_core.cpp107 … [this, &timer](auto& weakTimer) { return IsSameOwner(timer, weakTimer); }), timers.end()); in DeregisterTimer()
171 bool TimerCore::IsSameOwner(const std::shared_ptr<Timer>& lhs, const std::weak_ptr<Timer>& rhs) in IsSameOwner() function in OHOS::CameraStandard::DeferredProcessing::TimerCore
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/core/
H A Dtimer_core.h47 bool IsSameOwner(const std::shared_ptr<Timer>& lhs, const std::weak_ptr<Timer>& rhs);