Home
last modified time | relevance | path

Searched refs:commAuth_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1334 auto it = std::find_if(commAuth_.begin(), commAuth_.end(), check); in AttachCommAuthInfo()
1357 auto it = std::find_if(commAuth_.begin(), commAuth_.end(), check); in DetachCommAuthInfo()
1374 commAuth_.erase(std::remove_if(commAuth_.begin(), commAuth_.end(), check), commAuth_.end()); in DetachCommAuthInfoBySocketId()
1385 auto it = std::find_if(commAuth_.begin(), commAuth_.end(), check); in QueryCommAuthInfo()
1408 auto it = std::find_if(commAuth_.begin(), commAuth_.end(), check); in UpdateCommAuthSocketInfo()
1448 auto iter = std::find_if(commAuth_.begin(), commAuth_.end(), check); in AttachOrUpdateAppAuthInfo()
1491 auto iter = std::find_if(commAuth_.begin(), commAuth_.end(), check); in DetachAppAuthInfo()
1510 commAuth_.erase(std::remove_if(commAuth_.begin(), commAuth_.end(), check), commAuth_.end()); in DetachAppAuthInfoByStub()
1534 commAuth_.erase(std::remove_if(commAuth_.begin(), commAuth_.end(), check), commAuth_.end()); in DetachAppAuthInfoBySocketId()
1569 auto it = std::find_if(commAuth_.begin(), commAuth_.end(), check); in QueryCommAuthInfo()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_stub_unittest.cpp870 current->commAuth_.push_back(info);
875 current->commAuth_.remove(info);
931 current->commAuth_.push_back(info);
936 current->commAuth_.remove(info);
965 current->commAuth_.push_back(info);
970 current->commAuth_.remove(info);
999 current->commAuth_.push_back(info);
1007 current->commAuth_.remove(info);
H A Dipc_process_skeleton_unittest.cpp1510 skeleton->commAuth_.clear();
1519 skeleton->commAuth_.push_back(auth);
1522 skeleton->commAuth_.clear();
1535 skeleton->commAuth_.clear();
1556 skeleton->commAuth_.clear();
1565 skeleton->commAuth_.push_back(auth);
1568 skeleton->commAuth_.clear();
1582 skeleton->commAuth_.clear();
1591 skeleton->commAuth_.push_back(auth);
1594 skeleton->commAuth_.clear();
H A Dipc_binder_databus_invoker_unittest.cpp1264 current->commAuth_.clear();
1301 current->commAuth_.clear();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h284 std::list<std::shared_ptr<CommAuthInfo>> commAuth_; variable