Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h286 std::vector<IRemoteObject *> decStrongRefs_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp679 decStrongRefs_.push_back(obj); in OnReleaseObject()
1753 for (size_t idx = 0; idx < decStrongRefs_.size(); ++idx) { in ProcDeferredDecRefs()
1754 auto &obj = decStrongRefs_[idx]; in ProcDeferredDecRefs()
1764 decStrongRefs_.clear(); in ProcDeferredDecRefs()