Home
last modified time | relevance | path

Searched refs:GetSeqNumber (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c378 static uint32_t GetSeqNumber(void) in GetSeqNumber() function
821 ret = InvokerRemoteDBinder(dBinderServiceStub, GetSeqNumber()); in MakeRemoteBinder()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h364 uint32_t GetSeqNumber();
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h155 uint64_t GetSeqNumber();
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h235 return current->GetSeqNumber(); in GetUniqueSeqNumber()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp711 current->GetSeqNumber(); in GetSeqNumberTest()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp567 * @tc.desc: Verify the GetSeqNumber function
576 uint64_t num = skeleton->GetSeqNumber(); in HWTEST_F()
582 * @tc.desc: Verify the GetSeqNumber function
591 uint64_t num = skeleton->GetSeqNumber(); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp159 uint32_t DBinderService::GetSeqNumber() in GetSeqNumber() function in OHOS::DBinderService
347 ret = InvokerRemoteDBinder(dBinderServiceStub, GetSeqNumber(), pid, uid); in MakeRemoteBinder()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp853 uint64_t IPCProcessSkeleton::GetSeqNumber() in GetSeqNumber() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp413 * @tc.desc: Verify the GetSeqNumber function
421 uint32_t ret = dBinderService->GetSeqNumber(); in HWTEST_F()

Completed in 16 milliseconds