Searched refs:QueryAppInfoToStubIndex (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_process_skeleton.h | 182 bool QueryAppInfoToStubIndex(const AppAuthInfo &appAuthInfo); 203 …bool QueryAppInfoToStubIndex(uint32_t pid, uint32_t uid, uint32_t tokenId, const std::string &devi…
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/ |
H A D | ipcprocessskeleton_fuzzer.cpp | 44 current->QueryAppInfoToStubIndex(pid, uid, tokenId, deviceId, stubIndex, listenFd); in AttachToDetachAppInfoToStubIndexTest001()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_process_skeleton.cpp | 1172 bool IPCProcessSkeleton::QueryAppInfoToStubIndex(uint32_t pid, uint32_t uid, uint32_t tokenId, in QueryAppInfoToStubIndex() function in OHOS::IPC_SINGLE::IPCProcessSkeleton 1583 bool IPCProcessSkeleton::QueryAppInfoToStubIndex(const AppAuthInfo &appAuthInfo) in QueryAppInfoToStubIndex() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 782 if (current->QueryAppInfoToStubIndex(appAuthInfo) == false) { in CheckAndSetCallerInfo()
|