Home
last modified time | relevance | path

Searched refs:recipients_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp532 object->recipients_.clear();
535 EXPECT_EQ(object->recipients_.empty(), true);
550 object->recipients_.clear();
569 object->recipients_.push_back(deathInfo);
570 object->recipients_.push_back(deathInfo2);
589 object->recipients_.push_back(deathInfo);
608 object->recipients_.push_back(deathInfo);
614 object->recipients_.clear();
626 object->recipients_.clear();
645 object->recipients_.push_back(deathInfo);
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp108 if (!recipients_.empty()) { in ~IPCObjectProxy()
109 recipients_.clear(); in ~IPCObjectProxy()
466 recipients_.push_back(info); in AddDeathRecipient()
467 if (recipients_.size() > 1 || handle_ >= IPCProcessSkeleton::DBINDER_HANDLE_BASE) { in AddDeathRecipient()
475 recipients_.pop_back(); in AddDeathRecipient()
500 for (auto iter = recipients_.begin(); iter != recipients_.end(); iter++) { in RemoveDeathRecipient()
502 recipients_.erase(iter); in RemoveDeathRecipient()
513 if (recipientErased && recipients_.empty() && !UnRegisterBinderDeathRecipient()) { in RemoveDeathRecipient()
543 toBeReport.swap(recipients_); in SendObituary()
571 if (recipients_.empty()) { in ClearDeathRecipients()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h56 if (recipients_.empty()) { in IsSubscribeDeathNotice()
111 std::vector<sptr<DeathRecipient>> recipients_; variable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h140 if (recipients_.empty()) { in IsSubscribeDeathNotice()
378 std::vector<sptr<DeathRecipientAddrInfo>> recipients_; variable