Searched refs:resultPtr (Results 1 – 6 of 6) sorted by relevance
121 ShellCommandResult* resultPtr = reply.ReadParcelable<ShellCommandResult>(); in ExecuteShellCommand() local122 if (!resultPtr) { in ExecuteShellCommand()126 result = *resultPtr; in ExecuteShellCommand()127 if (resultPtr != nullptr) { in ExecuteShellCommand()128 delete resultPtr; in ExecuteShellCommand()
42 std::shared_ptr<AAFwk::Want> resultPtr(data.ReadParcelable<AAFwk::Want>()); in OnRemoteRequest() local43 if (resultPtr == nullptr) { in OnRemoteRequest()48 OnResult(resultCode, *resultPtr); in OnRemoteRequest()
320 auto resultPtr = event->GetSharedObject<OpenLogicalChannelResponse>(); in ProcessOpenLogicalChannelDone() local321 if (resultPtr == nullptr) { in ProcessOpenLogicalChannelDone()325 state_->currentChannelId = resultPtr->channelId; in ProcessOpenLogicalChannelDone()345 auto resultPtr = event->GetSharedObject<IccIoResultInfo>(); in ProcessTransmitLogicalChannelDone() local347 if (resultPtr == nullptr) { in ProcessTransmitLogicalChannelDone()359 state_->currData += resultPtr->response; in ProcessTransmitLogicalChannelDone()
332 std::shared_ptr<LocalCallRecord> resultPtr = nullptr; variable333 …EXPECT_TRUE(localCallContainer->GetCallLocalRecord(elementName, resultPtr, localCallRecord->GetUse…334 EXPECT_EQ(resultPtr, localCallRecord);407 std::shared_ptr<LocalCallRecord> resultPtr = nullptr; variable408 …EXPECT_TRUE(localCallContainer->GetCallLocalRecord(elementName, resultPtr, localCallRecord->GetUse…409 EXPECT_EQ(resultPtr, localCallRecord);
105 auto resultPtr = std::make_shared<OpenLogicalChannelResponse>(); variable106 resultPtr->channelId = 0;108 …xecFwk::InnerEvent::Get(IccOperatorPrivilegeController::MSG_OPEN_LOGICAL_CHANNEL_DONE, resultPtr));109 resultPtr->channelId = 1;111 …xecFwk::InnerEvent::Get(IccOperatorPrivilegeController::MSG_OPEN_LOGICAL_CHANNEL_DONE, resultPtr));
178 std::shared_ptr<ResultSet> resultPtr = std::shared_ptr<ResultSet>(resultPtrTmp); variable180 resultPtr->GetRowCount(count);