Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp202 void RefCounter::SetCanPromote(const CanPromote &canPromote) in SetCanPromote()
404 refs_->SetCanPromote([this] { return this->CanPromote(); }); in RefBase()
415 refs_->SetCanPromote([this] { return this->CanPromote(); }); in RefBase()
421 bool RefBase::CanPromote() in CanPromote() function in OHOS::RefBase
450 refs_->SetCanPromote([this] { return this->CanPromote(); }); in operator =()
H A Drefbase.h244 using CanPromote = std::function<bool()>; variable
246 void SetCanPromote(const CanPromote& canPromote);
261 CanPromote canPromote_ = nullptr;
607 virtual bool CanPromote();
/ohos5.0/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 =()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drefbase.h244 using CanPromote = std::function<bool()>; variable
246 void SetCanPromote(const CanPromote& canPromote);
271 CanPromote canPromote_ = nullptr;
599 virtual bool CanPromote();
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h244 bool CanPromote() override;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp635 bool IPCObjectProxy::CanPromote() in CanPromote() function in OHOS::IPCObjectProxy