Searched refs:reqResult (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service_skeleton.cpp | 574 int reqResult = replyParcel.ReadInt32(); in OnReceivedObject() local 575 DBINDER_LOGI(LOG_LABEL, "%{public}s:TRANSOBJECT: result=%{public}d", __func__, reqResult); in OnReceivedObject() 577 if (!reply.WriteInt32(reqResult)) { in OnReceivedObject() 650 int reqResult = replyParcel.ReadInt32(); in OnReceivedObjectTransAgain() local 651 DBINDER_LOGI(LOG_LABEL, "%{public}s:OnReceivedObjectTransAgain-3: result=%{public}d", __func__, reqResult); in OnReceivedObjectTransAgain() 653 if (!reply.WriteInt32(reqResult)) { in OnReceivedObjectTransAgain() 657 DBINDER_LOGI(LOG_LABEL, "%{public}s:OnReceivedObjectTransAgain-4: result=%{public}d", __func__, reqResult); in OnReceivedObjectTransAgain() 662 DBINDER_LOGI(LOG_LABEL, "%{public}s:OnReceivedObjectTransAgain-5: result=%{public}d", __func__, reqResult); in OnReceivedObjectTransAgain() 687 int reqResult = replyParcel.ReadInt32(); in OnReceivedStubObject() local 688 if (!reply.WriteInt32(reqResult)) { in OnReceivedStubObject() [all...] |
Completed in 2 milliseconds