/base/hiviewdfx/hiview/plugins/performance/common/ |
H A D | FaultHandlerConfig.h | 4 * you may not use this file except in compliance with the License. 37 this->levelA = DEFAULT_LEVEL_A; in FaultLevelThreshold() 38 this->levelB = DEFAULT_LEVEL_B; in FaultLevelThreshold() 39 this->levelC = DEFAULT_LEVEL_C; in FaultLevelThreshold() 40 this->comment = DEFAULT_COMMENT; in FaultLevelThreshold() 41 this->dumpBitmap = DEFAULT_DUMP_BITMAP; in FaultLevelThreshold() 45 this->levelA = faultLevelThreshold.levelA; in FaultLevelThreshold() 46 this->levelB = faultLevelThreshold.levelB; in FaultLevelThreshold() 47 this->levelC = faultLevelThreshold.levelC; in FaultLevelThreshold() 48 this in FaultLevelThreshold() [all...] |
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
H A D | log_timestamp.h | 4 * you may not use this file except in compliance with the License. 51 return !(*this == time); in operator !=() 62 return !(*this < time); in operator >=() 72 return !(*this > time); in operator <=() 77 if (*this <= time) { in operator -=() 79 return *this; in operator -=() 81 if (this->tv_nsec < time.tv_nsec) { in operator -=() 82 --this->tv_sec; in operator -=() 83 this->tv_nsec = NS_PER_SEC + this in operator -=() [all...] |
/base/hiviewdfx/hiview/base/include/ |
H A D | event_priority_queue.h | 4 * you may not use this file except in compliance with the License. 26 auto it = std::find_if(this->c.begin(), this->c.end(), [seq](T event) { in remove() 29 if (it != this->c.end()) { in remove() 30 this->c.erase(it); in remove() 31 std::make_heap(this->c.begin(), this->c.end(), this->comp); in remove() 40 if ((this->c.capacity() / this in ShrinkIfNeedLocked() [all...] |
/base/hiviewdfx/hiview/base/event_raw/include/encoded/ |
H A D | raw_data_builder.h | 4 * you may not use this file except in compliance with the License. 115 return *this; in UpdateType() 124 return *this; in UpdateUid() 133 return *this; in UpdateLog() 142 return *this; in UpdatePid() 151 return *this; in UpdateTid() 163 return *this; in UpdateId() 185 return *this; in UpdateTraceId() 199 return *this; in UpdateSpanId() 213 return *this; in UpdatePSpanId() [all...] |
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_hiappevent_write.h | 4 * you may not use this file except in compliance with the License.
36 this->env = env;
in HiAppEventAsyncContext() 37 this->asyncWork = nullptr;
in HiAppEventAsyncContext() 38 this->deferred = nullptr;
in HiAppEventAsyncContext() 39 this->callback = nullptr;
in HiAppEventAsyncContext() 40 this->appEventPack = nullptr;
in HiAppEventAsyncContext() 41 this->result = 0;
in HiAppEventAsyncContext() 42 this->isV9 = false;
in HiAppEventAsyncContext()
|
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_service_stub.h | 4 * you may not use this file except in compliance with the License. 72 [this](MessageParcel &data, MessageParcel &reply) { return OnIsCellularDataEnabled(data, reply); } }, 74 [this](MessageParcel &data, MessageParcel &reply) { return OnEnableCellularData(data, reply); } }, 76 [this](MessageParcel &data, MessageParcel &reply) { return OnGetCellularDataState(data, reply); } }, 78 [this](MessageParcel &data, MessageParcel &reply) { return OnIsCellularDataRoamingEnabled(data, reply); } }, 80 [this](MessageParcel &data, MessageParcel &reply) { return OnEnableCellularDataRoaming(data, reply); } }, 82 [this](MessageParcel &data, MessageParcel &reply) { return OnHandleApnChanged(data, reply); } }, 84 [this](MessageParcel &data, MessageParcel &reply) { return OnGetDefaultCellularDataSlotId(data, reply); } }, 86 [this](MessageParcel &data, MessageParcel &reply) { return OnGetDefaultCellularDataSimId(data, reply); } }, 88 [this](MessageParce [all...] |
H A D | cellular_data_handler.h | 4 * you may not use this file except in compliance with the License. 204 [this](const AppExecFwk::InnerEvent::Pointer &event) { RadioPsConnectionAttached(event); } }, 206 [this](const AppExecFwk::InnerEvent::Pointer &event) { RadioPsConnectionDetached(event); } }, 208 [this](const AppExecFwk::InnerEvent::Pointer &event) { RoamingStateOn(event); } }, 210 [this](const AppExecFwk::InnerEvent::Pointer &event) { RoamingStateOff(event); } }, 212 [this](const AppExecFwk::InnerEvent::Pointer &event) { PsRadioEmergencyStateOpen(event); } }, 214 [this](const AppExecFwk::InnerEvent::Pointer &event) { PsRadioEmergencyStateClose(event); } }, 216 [this](const AppExecFwk::InnerEvent::Pointer &event) { EstablishDataConnectionComplete(event); } }, 218 [this](const AppExecFwk::InnerEvent::Pointer &event) { DisconnectDataComplete(event); } }, 220 [this](cons [all...] |
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_ring_buffer_block.h | 4 * you may not use this file except in compliance with the License. 43 this->start_ = start; in SetStart() 52 this->length_ = length; in SetLength() 61 return this->start_; in Start() 69 return this->length_; in Length() 78 if (this->start_ == nullptr) { in At() 81 return this->start_[index]; in At()
|
/base/telephony/cellular_data/services/include/state_machine/ |
H A D | active.h | 4 * you may not use this file except in compliance with the License. 59 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessConnectDone(data); } }, 61 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDisconnectDone(data); } }, 63 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDisconnectAllDone(data); } }, 65 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessLostConnection(data); } }, 67 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessLinkCapabilityChanged(data); } }, 69 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDataConnectionRoamOn(data); } }, 71 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDataConnectionRoamOff(data); } }, 73 [this](const AppExecFwk::InnerEvent::Pointer &data) { 77 [this](cons [all...] |
H A D | default.h | 4 * you may not use this file except in compliance with the License. 51 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessConnectDone(data); } }, 53 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDisconnectDone(data); } }, 55 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDisconnectAllDone(data); } }, 57 [this]( 60 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDataConnectionRoamOn(data); } }, 62 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDataConnectionRoamOff(data); } }, 64 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessUpdateNetworkInfo(data); }},
|
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_device.h | 4 * you may not use this file except in compliance with the License. 36 this->name_ = name; in UsbDevice() 37 this->manufacturerName_ = manufacturerName; in UsbDevice() 38 this->productName_ = productName; in UsbDevice() 39 this->version_ = version; in UsbDevice() 40 this->devAddr_ = devAddr; in UsbDevice() 41 this->busNum_ = busNum; in UsbDevice() 42 this->vendorId_ = vendorId; in UsbDevice() 43 this->productId_ = productId; in UsbDevice() 44 this in UsbDevice() [all...] |
H A D | usb_config.h | 4 * you may not use this file except in compliance with the License. 35 this->id_ = static_cast<int32_t>(id); in USBConfig() 36 this->attributes_ = attributes; in USBConfig() 37 this->maxPower_ = static_cast<int32_t>(maxPower); in USBConfig() 38 this->name_ = name; in USBConfig() 39 this->interfaces_ = interfaces; in USBConfig() 137 this->interfaces_ = interfaces; in SetInterfaces() 147 this->id_ = id; in SetId() 152 this->attributes_ = attributes; in SetAttribute() 157 this in SetMaxPower() [all...] |
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | update_contexts.h | 4 * you may not use this file except in compliance with the License. 37 return *this; in operator =() 46 return *this; in operator =() 55 return *this; in operator =() 68 return *this; in operator =() 77 return *this; in operator =() 88 return *this; in operator =() 97 return *this; in operator =() 106 return *this; in operator =() 115 return *this; in operator =() [all...] |
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | print_context.h | 4 * you may not use this file except in compliance with the License. 58 if (this->callback != nullptr) { in ~BaseContext() 59 napi_delete_reference(this->env, this->callback); in ~BaseContext() 60 this->callback = nullptr; in ~BaseContext() 64 if (this->deferred != nullptr) { in ~BaseContext() 65 this->deferred = nullptr; in ~BaseContext()
|
/base/telephony/core_service/services/sim/include/ |
H A D | icc_dialling_numbers_handler.h | 4 * you may not use this file except in compliance with the License. 65 this->result = result; in SetResult() 69 return this->result; in GetResult() 74 this->exception = exception; in SetException() 79 return this->exception; in GetException() 84 this->elementaryFileId = id; in SetElementaryFileId() 89 return this->elementaryFileId; in GetElementaryFileId() 94 this->extFileId = ef; in SetExEF() 99 return this->extFileId; in GetExEF() 104 this in SetIndex() [all...] |
/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algorithm.h | 4 * you may not use this file except in compliance with the License.
28 this->srcOffset = srcOffset;
in PkgContextOffset() 29 this->destOffset = destOffset;
in PkgContextOffset() 38 this->packedSize = packedSize;
in PkgContextSize() 39 this->unpackedSize = unpackedSize;
in PkgContextSize() 54 this->srcOffset = offset.srcOffset;
in PkgAlgorithmContext() 55 this->destOffset = offset.destOffset;
in PkgAlgorithmContext() 56 this->packedSize = size.packedSize;
in PkgAlgorithmContext() 57 this->unpackedSize = size.unpackedSize;
in PkgAlgorithmContext() 58 this in PkgAlgorithmContext() [all...] |
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | sim_state_type.h | 4 * you may not use this file except in compliance with the License.
367 this->simId = simCardId;
in Init() 368 this->slotIndex = slotId;
in Init() 369 this->isEsim = false;
in Init() 370 this->isActive = true;
in Init() 371 this->iccId = DEFAULT_ICC_ID;
in Init() 372 this->showName = DEFAULT_SHOW_NAME;
in Init() 373 this->showNumber = DEFAULT_SHOW_NUMBER;
in Init() 378 this->isEsim = isEsimType;
in SetIsEsim() 383 this in SetIsActive() [all...] |
/base/update/updater/services/include/package/ |
H A D | pkg_info_utils.h | 4 * you may not use this file except in compliance with the License. 154 this->buffer = nullptr; in PkgBuffer() 155 this->length = 0; in PkgBuffer() 160 this->buffer = buffer; in PkgBuffer() 161 this->length = bufferSize; in PkgBuffer() 166 this->buffer = buffer.data(); in PkgBuffer() 167 this->length = buffer.capacity(); in PkgBuffer() 173 this->buffer = data.data(); in PkgBuffer() 174 this->length = bufferSize; in PkgBuffer()
|
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/ |
H A D | timer_info.h | 4 * you may not use this file except in compliance with the License. 40 this->type = type; in SetType() 45 this->repeat = repeat; in SetRepeat() 49 this->interval = interval; in SetInterval() 53 this->wantAgent = wantAgent; in SetWantAgent()
|
/base/hiviewdfx/hiview/plugins/performance/context/ |
H A D | NormalContext.h | 4 * you may not use this file except in compliance with the License. 40 this->thr = thr; in CommonParts() 41 this->timerInfra = timerInfra; in CommonParts() 42 this->eventsPoster = eventsPoster; in CommonParts()
|
/base/web/webview/ohos_interface/ohos_glue/base/include/ |
H A D | ark_web_scoped_refptr.h | 4 * you may not use this file except in compliance with the License. 57 return *this; in operator =() 62 return *this = ark_web_scoped_refptr(p); in operator =() 68 return *this;
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 4 * you may not use this file except in compliance with the License.
278 // bind device id for this channel
315 if (this->type_.empty()) {
in IsValid() 318 if (this->id_.empty()) {
in IsValid() 321 if (this->commandName_.empty()) {
in IsValid() 324 return !(this->jsonPayload_.empty());
in IsValid() 335 json["type"] = this->type_;
in ToJson() 336 json["id"] = this->id_;
in ToJson() 337 json["commandName"] = this->commandName_;
in ToJson() 338 json["jsonPayload"] = this in ToJson() [all...] |
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_inner_type.h | 4 * you may not use this file except in compliance with the License. 424 *this = temp; in CallMediaModeInfo() 433 return *this; in operator =() 474 *this = temp; in CallSessionEvent() 481 return *this; in operator =() 517 *this = temp; in PeerDimensionsDetail() 525 return *this; in operator =() 562 *this = temp; in CameraCapabilities() 570 return *this; in operator =() 753 *this in OttCallEventInfo() [all...] |
/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | update_result.h | 4 * you may not use this file except in compliance with the License. 71 if (&updateResult == this) { in operator =() 72 return *this; in operator =() 75 static_cast<NapiResult &>(*this) = updateResult; in operator =() 76 this->type = updateResult.type; in operator =() 77 this->businessError = updateResult.businessError; in operator =() 98 return *this; in operator =()
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | matched_number_info.h | 4 * you may not use this file except in compliance with the License. 31 this->_begin = begin; in SetBegin() 41 this->_end = end; in SetEnd() 51 this->content = content; in SetContent()
|