Searched refs:CanPromote (Results 1 – 6 of 6) sorted by relevance
202 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::RefBase450 refs_->SetCanPromote([this] { return this->CanPromote(); }); in operator =()
244 using CanPromote = std::function<bool()>; variable246 void SetCanPromote(const CanPromote& canPromote);261 CanPromote canPromote_ = nullptr;607 virtual bool CanPromote();
215 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::RefBase468 refs_->SetCanPromote([this] { return this->CanPromote(); }); in operator =()
244 using CanPromote = std::function<bool()>; variable246 void SetCanPromote(const CanPromote& canPromote);271 CanPromote canPromote_ = nullptr;599 virtual bool CanPromote();
244 bool CanPromote() override;
635 bool IPCObjectProxy::CanPromote() in CanPromote() function in OHOS::IPCObjectProxy