Home
last modified time | relevance | path

Searched refs:GetCallerRealPid (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h68 virtual pid_t GetCallerRealPid() const = 0;
H A Ddbinder_databus_invoker.h43 pid_t GetCallerRealPid() const override;
H A Dbinder_invoker.h109 pid_t GetCallerRealPid() const override;
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmock_iremote_invoker.h54 MOCK_CONST_METHOD0(GetCallerRealPid, pid_t());
H A Dbinder_invoker_unittest.cpp506 EXPECT_EQ(binderInvoker.GetCallerRealPid(), 1);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp119 return invoker->GetCallerRealPid(); in GetCallingRealPid()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp113 invoker->GetCallerRealPid(); in GetCallerInfoTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp685 pid_t DBinderDatabusInvoker::GetCallerRealPid() const in GetCallerRealPid() function in OHOS::DBinderDatabusInvoker
H A Dbinder_invoker.cpp1397 pid_t BinderInvoker::GetCallerRealPid() const in GetCallerRealPid() function in OHOS::IPC_SINGLE::BinderInvoker