Home
last modified time | relevance | path

Searched refs:SendEntryToRemote (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c222 static int32_t SendEntryToRemote(DBinderServiceStub *stub, const uint32_t seqNumber) in SendEntryToRemote() function
342 ret = SendEntryToRemote(dBinderServiceStub, seqNumber); in InvokerRemoteDBinder()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h330 bool SendEntryToRemote(const sptr<DBinderServiceStub> stub, uint32_t seqNumber, uint32_t pid, uint32_t uid);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp417 bool DBinderService::SendEntryToRemote(const sptr<DBinderServiceStub> stub, uint32_t seqNumber, uint32_t pid, in SendEntryToRemote() function in OHOS::DBinderService
466 bool result = SendEntryToRemote(stub, seqNumber, pid, uid); in InvokerRemoteDBinder()
468 DBINDER_LOGE(LOG_LABEL, "SendEntryToRemote fail, seq:%{public}u", seqNumber); in InvokerRemoteDBinder()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp569 * @tc.desc: Verify the SendEntryToRemote function
584 bool res = dBinderService->SendEntryToRemote(stub, seqNumber, pid, uid); in HWTEST_F()
1274 * @tc.desc: Verify the SendEntryToRemote function
1289 bool res = dBinderService->SendEntryToRemote(stub, seqNumber, pid, uid); in HWTEST_F()

Completed in 7 milliseconds