Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h174 bool QueryCommAuthInfo(int pid, int uid, uint32_t &tokenId, const std::string &deviceId);
181 bool QueryCommAuthInfo(AppAuthInfo &appAuthInfo);
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp834 current->QueryCommAuthInfo(pid, uid, tokenId, deviceId); in DetachCommAuthInfoBySocketIdTest()
836 current->QueryCommAuthInfo(pid, uid, tokenId, deviceId); in DetachCommAuthInfoBySocketIdTest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp1566 bool ret = skeleton->QueryCommAuthInfo(pid, uid, tokenId, deviceId);
1592 bool ret = skeleton->QueryCommAuthInfo(0, uid, tokenId, deviceId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1377 bool IPCProcessSkeleton::QueryCommAuthInfo(int pid, int uid, uint32_t &tokenId, const std::string &… in QueryCommAuthInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
1561 bool IPCProcessSkeleton::QueryCommAuthInfo(AppAuthInfo &appAuthInfo) in QueryCommAuthInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp222 if (!current->QueryCommAuthInfo(appAuthInfo)) { in OnReceiveNewConnection()