Searched refs:pointer_ (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | shared_ptr.h | 68 this->pointer_ = p.pointer_; in BASE_BEGIN_NAMESPACE() 78 this->pointer_ = p.pointer_; in BASE_BEGIN_NAMESPACE() 89 this->pointer_ = p.pointer_; in BASE_BEGIN_NAMESPACE() 314 this->pointer_ = o.pointer_; 326 this->pointer_ = o.pointer_; 334 auto tp = p.pointer_; in swap() 336 p.pointer_ = this->pointer_; in swap() 338 this->pointer_ = tp; in swap() 344 return this->pointer_; in get() 358 this->pointer_ = ptr; in ConstructBlock() [all …]
|
H A D | shared_ptr_internals.h | 103 return static_cast<const void*>(pointer_) == static_cast<const void*>(p.pointer_); in BASE_BEGIN_NAMESPACE() 123 pointer_ = nullptr; in BASE_BEGIN_NAMESPACE() 127 Type* pointer_ {}; in BASE_BEGIN_NAMESPACE()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_base.cpp | 100 if (telRilRequest == nullptr || telRilRequest->pointer_ == nullptr) { in DfxWriteCallFaultEvent() 104 uint32_t eventId = telRilRequest->pointer_->GetInnerEventId(); in DfxWriteCallFaultEvent() 131 if (telRilRequest != nullptr && telRilRequest->pointer_ != nullptr) { in ErrorResponse() 132 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in ErrorResponse() 137 uint32_t eventId = telRilRequest->pointer_->GetInnerEventId(); in ErrorResponse() 140 respInfo->flag = telRilRequest->pointer_->GetParam(); in ErrorResponse()
|
H A D | tel_ril_call.cpp | 117 …telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), callWaitInfoResul… in GetCallWaitingResponse() 148 cFQueryInfoList->result.index = telRilRequest->pointer_->GetParam(); in GetCallTransferInfoResponse() 150 … telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), cFQueryInfoList); in GetCallTransferInfoResponse() 172 clipResult->result.index = telRilRequest->pointer_->GetParam(); in GetClipResponse() 174 … telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), clipResult); in GetClipResponse() 201 result->result.index = telRilRequest->pointer_->GetParam(); in GetClirResponse() 203 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), result); in GetClirResponse() 232 …telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), callRestrictionRe… in GetCallRestrictionResponse() 250 radioResponseInfo->flag = telRilRequest->pointer_->GetParam(); in SendDtmfResponse() 730 resultInfo->index = telRilRequest->pointer_->GetParam(); in ResponseSupplement() [all …]
|
H A D | tel_ril_sim.cpp | 86 if (telRilRequest != nullptr && telRilRequest->pointer_ != nullptr) { in ErrorIccIoResponse() 87 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in ErrorIccIoResponse() 94 respInfo->flag = telRilRequest->pointer_->GetParam(); in ErrorIccIoResponse() 96 uint32_t eventId = telRilRequest->pointer_->GetInnerEventId(); in ErrorIccIoResponse() 98 telRilRequest->pointer_->GetUniqueObject<Telephony::IccToRilMsg>(); in ErrorIccIoResponse() 122 if (telRilRequest->pointer_ == nullptr) { in ProcessIccIoInfo() 126 if (telRilRequest->pointer_->GetOwner() == nullptr || iccIoResult == nullptr) { in ProcessIccIoInfo() 130 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in ProcessIccIoInfo() 131 uint32_t eventId = telRilRequest->pointer_->GetInnerEventId(); in ProcessIccIoInfo() 132 …std::unique_ptr<Telephony::IccToRilMsg> toMsg = telRilRequest->pointer_->GetUniqueObject<Telephony… in ProcessIccIoInfo() [all …]
|
H A D | tel_ril_modem.cpp | 34 radioState->flag = telRilRequest->pointer_->GetParam(); in SetRadioStateResponse() 45 radioState->flag = telRilRequest->pointer_->GetParam(); in GetRadioStateResponse()
|
H A D | tel_ril_network.cpp | 228 regStatusInfo->flag = telRilRequest->pointer_->GetParam(); in GetCsRegStatusResponse() 240 regStatusInfo->flag = telRilRequest->pointer_->GetParam(); in GetPsRegStatusResponse() 252 operatorResult->flag = telRilRequest->pointer_->GetParam(); in GetOperatorInfoResponse() 264 availableNetworkInfos->flag = telRilRequest->pointer_->GetParam(); in GetNetworkSearchInformationResponse() 276 networkModeInfo->flag = telRilRequest->pointer_->GetParam(); in GetNetworkSelectionModeResponse() 338 preferredTypeInfo->flag = telRilRequest->pointer_->GetParam(); in GetPreferredNetworkResponse() 350 channelConfigList->flag = telRilRequest->pointer_->GetParam(); in GetPhysicalChannelConfigResponse() 381 nrModeInfo->flag = telRilRequest->pointer_->GetParam(); in GetNrOptionModeResponse()
|
H A D | tel_ril_data.cpp | 72 setupDataCallResultInfo->flag = telRilRequest->pointer_->GetParam(); in ActivatePdpContextResponse() 94 int32_t param = telRilRequest->pointer_->GetParam(); in GetPdpContextListResponse()
|
H A D | tel_ril_sms.cpp | 432 sendSmsResultInfo->flag = telRilRequest->pointer_->GetParam(); in ResponseSendSms()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_base.h | 41 AppExecFwk::InnerEvent::Pointer &pointer_ = nullptr_; member 46 pointer_ = std::move(const_cast<AppExecFwk::InnerEvent::Pointer &>(pointer)); in TelRilRequest() 129 result->flag = telRilRequest->pointer_->GetParam(); in Response() 170 if (telRilRequest == nullptr || telRilRequest->pointer_ == nullptr) { in Response() 184 auto handler = telRilRequest->pointer_->GetOwner(); in SendHandlerEvent() 190 …return SendEventData<T>(funcName, telRilRequest->pointer_->GetInnerEventId(), handler, getDataFunc… in SendHandlerEvent() 242 if (telRilRequest == nullptr || telRilRequest->pointer_ == nullptr) { in ConfirmSupplementOfTelRilRequestInfo() 246 auto handler = telRilRequest->pointer_->GetOwner(); in ConfirmSupplementOfTelRilRequestInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | cache_data.h | 105 return memcmp(pointer_, rValue.pointer_, size_) < 0; 112 return pointer_; in GetData() 122 const void *pointer_; variable
|
H A D | cache_data.cpp | 462 : pointer_(nullptr), in DataPointer() 467 pointer_ = malloc(size); in DataPointer() 469 pointer_ = data; in DataPointer() 473 if (memcpy_s(const_cast<void *>(pointer_), size, data, size)) { in DataPointer() 483 free(const_cast<void *>(pointer_)); in ~DataPointer() 484 pointer_ = nullptr; in ~DataPointer()
|