Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h182 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 Dipcprocessskeleton_fuzzer.cpp44 current->QueryAppInfoToStubIndex(pid, uid, tokenId, deviceId, stubIndex, listenFd); in AttachToDetachAppInfoToStubIndexTest001()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1172 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 Ddbinder_databus_invoker.cpp782 if (current->QueryAppInfoToStubIndex(appAuthInfo) == false) { in CheckAndSetCallerInfo()