/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/ |
H A D | wfd_demo.cpp | 175 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 D | insight_intent_execute_manager.cpp | 126 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 D | dataobs_mgr_proxy.cpp | 225 "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 D | appfreeze_manager_test.cpp | 178 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 D | app_exit_reason_helper_test.cpp | 210 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 D | cast_stream_manager_server.cpp | 186 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 D | ability_thread.cpp | 164 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 D | indexer_component.h | 46 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 D | image_model_ng.h | 49 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 D | image_decoder.cpp | 41 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 D | navigation_stack.h | 88 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 D | list_item_group_element.cpp | 138 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 D | picker_time_component.cpp | 258 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 D | list_paint_method.cpp | 47 float size = paintWrapper->GetGeometryNode()->GetMarginFrameSize().Width();
in UpdateContentModifier() local 84 .mainSize = size };
in UpdateContentModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | render_track.cpp | 104 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 D | menu_item_group_layout_algorithm.cpp | 76 // 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 D | image_model_impl.cpp | 139 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 D | ark_js_runtime.h | 73 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 D | render_checkbox.cpp | 286 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 D | dimension.cpp | 159 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 D | arkts_native_symbol_span_bridge.cpp | 56 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 D | js_foreach.cpp | 188 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 D | js_backend_timer_module.cpp | 83 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 D | page_url_checker_ohos.cpp | 217 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 D | log_wrapper.h | 258 str.erase(pos, prefix.size()); in StripFormatString() 265 str.replace(pos, prefix.size(), replace); in ReplaceFormatString()
|