Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp835 current->AttachCommAuthInfo(stub, pid, uid, tokenId, deviceId); in DetachCommAuthInfoBySocketIdTest()
859 current->AttachCommAuthInfo(stub, pid, uid, tokenId, deviceId); in DetachCommAuthInfoByStubTest()
881 current->AttachCommAuthInfo(stub, pid, uid, tokenId, deviceId); in DetachCommAuthInfoTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h170 …bool AttachCommAuthInfo(IRemoteObject *stub, int pid, int uid, uint32_t tokenId, const std::string…
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp1520 bool ret = skeleton->AttachCommAuthInfo(stubObject.GetRefPtr(), pid, uid, tokenId, deviceId);
1542 bool ret = skeleton->AttachCommAuthInfo(stubObject.GetRefPtr(), pid, uid, tokenId, deviceId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1326 bool IPCProcessSkeleton::AttachCommAuthInfo(IRemoteObject *stub, int pid, int uid, uint32_t tokenId, in AttachCommAuthInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton