Home
last modified time | relevance | path

Searched refs:GetSelfFirstCallerTokenID (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp168 return static_cast<uint32_t>(invoker->GetSelfFirstCallerTokenID()); in GetFirstTokenID()
181 return invoker->GetSelfFirstCallerTokenID(); in GetFirstFullTokenID()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_connector.h47 uint64_t GetSelfFirstCallerTokenID();
H A Diremote_invoker.h78 virtual uint64_t GetSelfFirstCallerTokenID() const = 0;
H A Ddbinder_databus_invoker.h48 uint64_t GetSelfFirstCallerTokenID() const override;
H A Dbinder_invoker.h119 uint64_t GetSelfFirstCallerTokenID() const override;
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmock_iremote_invoker.h59 MOCK_CONST_METHOD0(GetSelfFirstCallerTokenID, uint64_t());
H A Dipc_connector_unittest.cpp112 auto ret = binderConnector->GetSelfFirstCallerTokenID();
H A Dipc_binder_databus_invoker_unittest.cpp1090 EXPECT_CALL(*invoker, GetSelfFirstCallerTokenID())
1093 auto ret = testInvoker.GetSelfFirstCallerTokenID();
1111 auto ret = testInvoker.GetSelfFirstCallerTokenID();
H A Dipc_skeleton_unittest.cpp275 EXPECT_CALL(*invoker, GetSelfFirstCallerTokenID())
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_connector.cpp241 uint64_t BinderConnector::GetSelfFirstCallerTokenID() in GetSelfFirstCallerTokenID() function in OHOS::BinderConnector
H A Ddbinder_databus_invoker.cpp734 uint64_t DBinderDatabusInvoker::GetSelfFirstCallerTokenID() const in GetSelfFirstCallerTokenID() function in OHOS::DBinderDatabusInvoker
738 return invoker->GetSelfFirstCallerTokenID(); in GetSelfFirstCallerTokenID()
H A Dbinder_invoker.cpp1443 uint64_t BinderInvoker::GetSelfFirstCallerTokenID() const in GetSelfFirstCallerTokenID() function in OHOS::IPC_SINGLE::BinderInvoker
1448 uint64_t selfFirstCallerTokenId = binderConnector_->GetSelfFirstCallerTokenID(); in GetSelfFirstCallerTokenID()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp118 invoker->GetSelfFirstCallerTokenID(); in GetCallerInfoTest()