Home
last modified time | relevance | path

Searched refs:size (Results 20226 - 20250 of 29216) sorted by relevance

1...<<801802803804805806807808809810>>...1169

/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp175 for (int deviceNum = 0; deviceNum < deviceInfos.size(); deviceNum++) { in OnDeviceFound()
232 for (int item = 0; item < devicesIsPlaying_.size(); item++) in DoCmd()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp126 TAG_LOGD(AAFwkTag::INTENT, "init done, records_ size: %{public}zu", records_.size()); in AddRecord()
169 TAG_LOGD(AAFwkTag::INTENT, "execute done, records_ size: %{public}zu", records_.size()); in ExecuteIntentDone()
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_proxy.cpp225 "null data:%{public}d, size:%{public}ud", in NotifyChangeExt()
226 changeInfo.changeType_, changeInfo.uris_.size(), changeInfo.data_ == nullptr, changeInfo.size_); in NotifyChangeExt()
234 "null data:%{public}d, size:%{public}ud", in NotifyChangeExt()
235 error, changeInfo.changeType_, changeInfo.uris_.size(), changeInfo.data_ == nullptr, changeInfo.size_); in NotifyChangeExt()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp178 EXPECT_EQ(pids.size(), 0); in HWTEST_F()
180 EXPECT_EQ(pids.size(), 2); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_exit_reason_helper_test/
H A Dapp_exit_reason_helper_test.cpp210 EXPECT_EQ(abilityLists.size(), 0); in HWTEST_F()
236 EXPECT_EQ(abilityLists.size(), 0); in HWTEST_F()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_server.cpp186 CLOGD("list size:%{public}zu ", list.size()); in NotifyPeerPlayRequest()
235 for (size_t i = 0; i < list.size(); i++) { in ParseMediaInfoHolder()
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_thread.cpp164 if (!appInfo.isNativeApp && (appInfo.moduleNames.size() != 1)) { in PerformAppInit()
174 if (modulePath.size() > PATH_MAX) { in PerformAppInit()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.h46 inline constexpr double INDEXER_LIST_ITEM_TEXT_SIZE = 12.0; // list mode, font size (FP)
58 inline constexpr double INDEXER_ITEM_SIZE = 16.0; // circle mode, item size (VP)
59 inline constexpr double INDEXER_ITEM_TEXT_SIZE = 12.0; // circle, mode font size (VP)
62 inline constexpr double INDEXER_CIRCLE_ITEM_SIZE = 24.0; // circle mode, item size (VP)
63 inline constexpr double INDEXER_CIRCLE_ITEM_TEXT_SIZE = 13.0; // circle, mode font size (VP)
200 void SetItemSize(const Dimension& size) in SetItemSize() argument
202 itemSize_ = size; in SetItemSize()
283 // item size
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h49 void SetImageSourceSize(const std::pair<Dimension, Dimension> &size) override;
94 static void SetImageSourceSize(FrameNode *frameNode, const std::pair<Dimension, Dimension> &size);
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp41 ImageDecoder::ImageDecoder(const RefPtr<ImageObject>& obj, const SizeF& size, bool forceResize) in ImageDecoder() argument
42 : obj_(obj), desiredSize_(size), forceResize_(forceResize) in ImageDecoder()
112 "decode to pixmap, src=%{private}s, resolutionQuality=%{public}s, desiredSize=%{public}s, pixmap size = " in MakePixmapImage()
161 // this method would succeed even if the codec doesn't support that size. in ResizeDrawingImage()
169 // If the image is larger than the target size, we will scale it down to the target size. in ResizeDrawingImage()
170 // DesiredSize might not be compatible with the codec, so we find the closest size supported by the codec in ResizeDrawingImage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.h88 return static_cast<int32_t>(navPathList_.size()); in Size()
93 return static_cast<int32_t>(preNavPathList_.size()); in PreSize()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp138 int32_t maxSize = static_cast<int32_t>(children_.size()); in RequestNextFocus()
154 int32_t childrenSize = static_cast<int32_t>(children_.size()); in GetNextFocusIndex()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_time_component.cpp258 if (vecAmPm_.size() < 2) { // size need to be 2 for AM and PM in GetPmFormatString()
325 if (value.size() == 1 && '0' <= value[0] && value[0] <= '9') { // value is number in range [0, 9] in AddZeroPrefix()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_paint_method.cpp47 float size = paintWrapper->GetGeometryNode()->GetMarginFrameSize().Width(); in UpdateContentModifier() local
84 .mainSize = size }; in UpdateContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.cpp104 Size size = Measure(); in PerformLayout() local
105 SetLayoutSize(size); in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp76 // set minimum size in Measure()
102 // set menu size in Measure()
163 auto size = layoutWrapper->GetGeometryNode()->GetFrameSize(); in LayoutFooter() local
164 auto groupHeight = size.Height(); in LayoutFooter()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.cpp139 void ImageModelImpl::SetImageSourceSize(const std::pair<Dimension, Dimension>& size) in SetImageSourceSize() argument
142 image->SetImageSourceSize(size); in SetImageSourceSize()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.h73 const uint8_t* buffer, int32_t size, const std::string& filePath = "", bool needUpdate = false) override;
106 bool ExecuteModuleBuffer(const uint8_t *data, int32_t size, const std::string &filename, bool needUpdate = false);
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp286 if (count == (int)checkboxList.size()) { in UpdateGroupStatus()
288 } else if (count > 0 && (int)checkboxList.size() > count) { in UpdateGroupStatus()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.cpp159 double Dimension::ConvertToPxWithSize(double size) const in ConvertToPxWithSize()
162 return value_ * size; in ConvertToPxWithSize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_symbol_span_bridge.cpp56 if (static_cast<uint32_t>(length) == colorArray.size() && (static_cast<uint32_t>(length) & 1)) { in SetFontColor()
62 nativeNode, colorArray.data(), colorArray.size()); in SetFontColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp188 if (removedElmtIds.size()) { in SetIdArray()
230 func->Call(JSRef<JSObject>(), params.size(), params.data()); in OnMove()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_timer_module.cpp83 args_.reserve(jsArgs_.size()); in operator ()()
96 napi_call_function(env, recv, jsFunction_->GetNapiValue(), args_.size(), args_.data(), &result); in operator ()()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp217 baseSharedBundleInfo.size() != 0) { in LoadPageUrl()
225 if (ret == ERR_OK && bundleInfo.hapModuleInfos.size() != 0) { in LoadPageUrl()
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h258 str.erase(pos, prefix.size()); in StripFormatString()
265 str.replace(pos, prefix.size(), replace); in ReplaceFormatString()

Completed in 27 milliseconds

1...<<801802803804805806807808809810>>...1169