Home
last modified time | relevance | path

Searched refs:resultPtr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dtest_observer_proxy.cpp121 ShellCommandResult* resultPtr = reply.ReadParcelable<ShellCommandResult>(); in ExecuteShellCommand() local
122 if (!resultPtr) { in ExecuteShellCommand()
126 result = *resultPtr; in ExecuteShellCommand()
127 if (resultPtr != nullptr) { in ExecuteShellCommand()
128 delete resultPtr; in ExecuteShellCommand()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_callback_stub.cpp42 std::shared_ptr<AAFwk::Want> resultPtr(data.ReadParcelable<AAFwk::Want>()); in OnRemoteRequest() local
43 if (resultPtr == nullptr) { in OnRemoteRequest()
48 OnResult(resultCode, *resultPtr); in OnRemoteRequest()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp320 auto resultPtr = event->GetSharedObject<OpenLogicalChannelResponse>(); in ProcessOpenLogicalChannelDone() local
321 if (resultPtr == nullptr) { in ProcessOpenLogicalChannelDone()
325 state_->currentChannelId = resultPtr->channelId; in ProcessOpenLogicalChannelDone()
345 auto resultPtr = event->GetSharedObject<IccIoResultInfo>(); in ProcessTransmitLogicalChannelDone() local
347 if (resultPtr == nullptr) { in ProcessTransmitLogicalChannelDone()
359 state_->currData += resultPtr->response; in ProcessTransmitLogicalChannelDone()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_container_ut_test.cpp332 std::shared_ptr<LocalCallRecord> resultPtr = nullptr; variable
333 …EXPECT_TRUE(localCallContainer->GetCallLocalRecord(elementName, resultPtr, localCallRecord->GetUse…
334 EXPECT_EQ(resultPtr, localCallRecord);
407 std::shared_ptr<LocalCallRecord> resultPtr = nullptr; variable
408 …EXPECT_TRUE(localCallContainer->GetCallLocalRecord(elementName, resultPtr, localCallRecord->GetUse…
409 EXPECT_EQ(resultPtr, localCallRecord);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp105 auto resultPtr = std::make_shared<OpenLogicalChannelResponse>(); variable
106 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));
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp178 std::shared_ptr<ResultSet> resultPtr = std::shared_ptr<ResultSet>(resultPtrTmp); variable
180 resultPtr->GetRowCount(count);