Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h288 std::vector<RefCounter *> decWeakRefs_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp682 decWeakRefs_.push_back(refs); in OnReleaseObject()
1740 for (size_t idx = 0; idx < decWeakRefs_.size(); ++idx) { in ProcDeferredDecRefs()
1741 auto &ref = decWeakRefs_[idx]; in ProcDeferredDecRefs()
1744 decWeakRefs_.clear(); in ProcDeferredDecRefs()