Home
last modified time | relevance | path

Searched refs:CanPromote (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Drefbase.cpp215 void RefCounter::SetCanPromote(const CanPromote &canPromote) in SetCanPromote()
422 refs_->SetCanPromote([this] { return this->CanPromote(); }); in RefBase()
433 refs_->SetCanPromote([this] { return this->CanPromote(); }); in RefBase()
439 bool RefBase::CanPromote() in CanPromote() function in OHOS::RefBase
468 refs_->SetCanPromote([this] { return this->CanPromote(); }); in operator =()
/commonlibrary/c_utils/base/include/
H A Drefbase.h244 using CanPromote = std::function<bool()>;
246 void SetCanPromote(const CanPromote& canPromote);
271 CanPromote canPromote_ = nullptr;
599 virtual bool CanPromote();

Completed in 3 milliseconds