Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp43 current->AttachAppInfoToStubIndex(pid, uid, tokenId, deviceId, stubIndex, listenFd); in AttachToDetachAppInfoToStubIndexTest001()
46 current->AttachAppInfoToStubIndex(pid, uid, tokenId, deviceId, stubIndex, listenFd); in AttachToDetachAppInfoToStubIndexTest001()
66 current->AttachAppInfoToStubIndex(pid, uid, tokenId, deviceId, listenFd); in AttachToDetachAppInfoToStubIndexTest002()
68 current->AttachAppInfoToStubIndex(pid, uid, tokenId, deviceId, listenFd); in AttachToDetachAppInfoToStubIndexTest002()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h199 …bool AttachAppInfoToStubIndex(uint32_t pid, uint32_t uid, uint32_t tokenId, const std::string &dev…
201 …bool AttachAppInfoToStubIndex(uint32_t pid, uint32_t uid, uint32_t tokenId, const std::string &dev…
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp1192 bool ret = skeleton->AttachAppInfoToStubIndex(pid, uid, tokenId, deviceId, stubIndex, listenFd);
1220 bool ret = skeleton->AttachAppInfoToStubIndex(pid, uid, tokenId, deviceId, stubIndex, listenFd);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1130 bool IPCProcessSkeleton::AttachAppInfoToStubIndex(uint32_t pid, uint32_t uid, uint32_t tokenId, in AttachAppInfoToStubIndex() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
1151 bool IPCProcessSkeleton::AttachAppInfoToStubIndex(uint32_t pid, uint32_t uid, uint32_t tokenId, in AttachAppInfoToStubIndex() function in OHOS::IPC_SINGLE::IPCProcessSkeleton