Home
last modified time | relevance | path

Searched refs:GetRemoteSocketId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dcomm_auth_info.h33 int32_t GetRemoteSocketId() const;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dcomm_auth_info.cpp55 int32_t CommAuthInfo::GetRemoteSocketId() const in GetRemoteSocketId() function in OHOS::CommAuthInfo
H A Dipc_process_skeleton.cpp1370 return (auth != nullptr) && (auth->GetRemoteSocketId() == socketId); in DetachCommAuthInfoBySocketId()
1530 return (auth != nullptr) && (auth->GetRemoteSocketId() == socketId); in DetachAppAuthInfoBySocketId()