Searched refs:QueryCommAuthInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_process_skeleton.h | 174 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 D | ipcprocessskeleton_fuzzer.cpp | 834 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 D | ipc_process_skeleton_unittest.cpp | 1566 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 D | ipc_process_skeleton.cpp | 1377 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 D | dbinder_databus_invoker.cpp | 222 if (!current->QueryCommAuthInfo(appAuthInfo)) { in OnReceiveNewConnection()
|