/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_uuid.h | 4 * you may not use this file except in compliance with the License. 214 * @return Returns <b>true</b> if this UUID is the same as compared UUID; 215 * returns <b>false</b> if this UUID is not the same as compared UUID. 224 * @return Returns <b>true</b> if this UUID is different as compared UUID; 225 * returns <b>false</b> if this UUID is not different as compared UUID. 237 return *this != uuid; in operator <() 243 * @return Returns a String object representing this UUID. 257 for (auto it = this->uuid_.begin(); it != this->uuid_.end(); ++it) { in ToString()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | locking.h | 4 * you may not use this file except in compliance with the License. 54 return *this; 105 return *this; 151 return *this;
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/ |
H A D | session_processor.h | 4 * you may not use this file except in compliance with the License. 79 loopThread_ = std::thread{[this] { this->Loop(); }}; in Start() 125 cv_.wait(lock, [this] { in Loop()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | default_value_bind.h | 4 * you may not use this file except in compliance with the License. 53 return *this; in operator =() 62 return *this; in operator =() 74 token_ = source->OnChanged()->AddHandler(MakeCallback<IOnChanged>([this]() { in Bind()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 4 * you may not use this file except in compliance with the License. 46 this->type = type; in WebGLAttachment() 47 this->attachment = attachment; in WebGLAttachment() 48 this->id = id; in WebGLAttachment()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | data_packer.h | 4 * you may not use this file except in compliance with the License. 61 int32_t index; // Buffer index, -1 means this Position is invalid 67 this->index = index; 68 this->bufferOffset = bufferOffset; 69 this->mediaOffset = mediaOffset;
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/ |
H A D | dynamic_cache.h | 4 * you may not use this file except in compliance with the License. 62 lastQuerySaProxy_->RemoveDeathRecipient(this); in QueryResult() 66 res->AddDeathRecipient(this); in QueryResult() 84 lastQuerySaProxy_->RemoveDeathRecipient(this); in ClearCache()
|
/foundation/communication/netstack/utils/common_utils/include/ |
H A D | thread_pool.h | 4 * you may not use this file except in compliance with the License.
60 std::thread([this] { RunTask(); }).detach();
in ThreadPool() 85 std::thread([this] { RunTask(); }).detach();
in Push() 107 // if run to this line, means that taskQueue_ is not empty
in GetTask() 144 * if wake up, this thread is not idle:
in Sleep() 145 * 1 this thread should return
in Sleep() 146 * 2 this thread should run task
in Sleep() 147 * 3 this thread should go to next loop
in Sleep() 153 [this] { return !needRun_ || !IsQueueEmpty(); });
in Sleep()
|
/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | concurrent_map.h | 4 * you may not use this file except in compliance with the License. 50 if (this == &other) { 51 return *this; 56 return *this; 66 if (this == &other) { 67 return *this; 72 return *this;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.h | 4 * you may not use this file except in compliance with the License. 702 std::unique_ptr<StateMachine::State> idl = std::make_unique<A2dpStateIdle>(A2DP_PROFILE_IDLE, *this); in A2dpStateMachine() 704 std::make_unique<A2dpStateConfigure>(A2DP_PROFILE_CONFIG, *this); in A2dpStateMachine() 705 std::unique_ptr<StateMachine::State> opening = std::make_unique<A2dpStateOpening>(A2DP_PROFILE_OPENING, *this); in A2dpStateMachine() 706 std::unique_ptr<StateMachine::State> open = std::make_unique<A2dpStateOpen>(A2DP_PROFILE_OPEN, *this); in A2dpStateMachine() 708 std::make_unique<A2dpStateStreaming>(A2DP_PROFILE_STREAMING, *this); in A2dpStateMachine() 709 std::unique_ptr<StateMachine::State> closing = std::make_unique<A2dpStateClosing>(A2DP_PROFILE_CLOSING, *this); in A2dpStateMachine()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | ser_nodes.h | 4 * you may not use this file except in compliance with the License. 39 v.Visit(*this); 70 v.Visit(*this); 94 v.Visit(*this); 154 v.Visit(*this); 181 v.Visit(*this); 210 v.Visit(*this);
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | concurrent_map.h | 4 * you may not use this file except in compliance with the License. 50 if (this == &other) { 51 return *this; 56 return *this; 66 if (this == &other) { 67 return *this; 72 return *this;
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/ |
H A D | concurrent_map.h | 4 * you may not use this file except in compliance with the License. 45 if (this == &other) { 46 return *this; 51 return *this; 61 if (this == &other) { 62 return *this; 67 return *this;
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | concurrent_map.h | 4 * you may not use this file except in compliance with the License. 50 if (this == &other) { 51 return *this; 56 return *this; 66 if (this == &other) { 67 return *this; 72 return *this;
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
H A D | distributed_input_source_manager.h | 4 * you may not use this file except in compliance with the License. 313 return this->devId.compare(info.devId) < 0; in operator <() 318 return this->devId == info.devId; in operator ==() 328 return this->devId.compare(info.devId) < 0; in operator <() 333 return this->devId == info.devId; in operator ==() 364 return this->srcId.compare(info.srcId) < 0 || in operator <() 365 (this->srcId.compare(info.srcId) == 0 && this->sinkId.compare(info.sinkId) < 0); in operator <() 370 return this->srcId == info.srcId && this in operator ==() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.h | 4 * you may not use this file except in compliance with the License. 52 *this = std::move(proxy); 56 *this = proxy; in Asset() 90 *this = std::move(proxy); 94 *this = proxy; in Assets() 118 *this = std::move(value); 145 *this = std::move(values); 169 *this = std::move(bucket); 194 *this = std::move(buckets);
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | concurrent_map.h | 4 * you may not use this file except in compliance with the License. 57 return *this; 61 return *this; 66 if (this == &other) { 67 return *this; 72 return *this; 82 if (this == &other) { 83 return *this; 88 return *this;
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utils.h | 4 * you may not use this file except in compliance with the License. 86 *this = other; \ 92 if (&other != this) { \ 95 return *this; \ 101 if (&other == this) { \
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.h | 4 * you may not use this file except in compliance with the License. 54 width_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { 60 height_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { 66 backgroundColor_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { 72 clickedColor_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_event_hub.h | 4 * you may not use this file except in compliance with the License. 104 pipeline->AddAfterLayoutTask([weak = WeakClaim(this), currentIndex]() { in FireChangeEvent() 175 delayCallback_ = [weak = WeakClaim(this), index, info]() { in FireAnimationEndEvent() 198 delayCallback_ = [weak = WeakClaim(this), index, info]() { in FireAnimationEndOnForceEvent() 211 context->AddBuildFinishCallBack([this, index, info]() { in FireAnimationEndOnForceEvent()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | block_queue.h | 4 * you may not use this file except in compliance with the License. 64 condFull_.wait(lock, [this] { return !isActive_ || que_.size() < capacity_; }); in Push() 87 condEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Pop() 111 condEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Front() 134 condEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Back()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_xml_config.h | 4 * you may not use this file except in compliance with the License. 90 *this = value; in ConfigItem() 121 return *this; in operator =() 125 *this = std::move(value); 160 return *this;
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | if_system_ability_manager.h | 4 * you may not use this file except in compliance with the License. 145 this->isDistributed = isDistributed; in SAExtraProp() 146 this->dumpFlags = dumpFlags; in SAExtraProp() 147 this->capability = capability; in SAExtraProp() 148 this->permission = permission; in SAExtraProp()
|
/foundation/window/window_manager/utils/include/ |
H A D | xml_config_base.h | 4 * you may not use this file except in compliance with the License. 90 *this = value; in ConfigItem() 121 return *this; in operator =() 125 *this = std::move(value); 160 return *this;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_property.h | 4 * you may not use this file except in compliance with the License. 52 paintProperty->UpdatePaintProperty(this); 60 paintProperty->SetHost(this->GetHost());
|