Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h158 bool QueryCommAuthInfo(int pid, int uid, uint32_t &tokenId, const std::string &deviceId);
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp1587 bool ret = skeleton->QueryCommAuthInfo(pid, uid, tokenId, deviceId);
1613 bool ret = skeleton->QueryCommAuthInfo(0, uid, tokenId, deviceId);
/foundation/communication/ipc/ipc/native/src/mock/source/
Ddbinder_databus_invoker.cpp217 if (!current->QueryCommAuthInfo(session->GetPeerPid(), session->GetPeerUid(), peerTokenId, in OnReceiveNewConnection()
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_process_skeleton.cpp1309 bool IPCProcessSkeleton::QueryCommAuthInfo(int pid, int uid, uint32_t &tokenId, const std::string &… in QueryCommAuthInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton