/foundation/ability/ability_runtime/test/unittest/js_uiservice_uiext_connection_test/ |
H A D | js_uiservice_uiext_connection_test.cpp | 94 EXPECT_EQ(connection->duplicatedPendingTaskList_.size(), 0);
in HWTEST_F() 110 EXPECT_EQ(connection->duplicatedPendingTaskList_.size(), 0);
in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
H A D | audio_pcm_processor.cpp | 100 void AudioPcmProcessor::PcmLittleToBigEndian(uint8_t *data, int32_t size) in PcmLittleToBigEndian() argument 108 int32_t count = size / sampleSize; in PcmLittleToBigEndian()
|
/foundation/CastEngine/castengine_wifi_display/services/network/socket/ |
H A D | socket_utils.h | 45 static bool SetSendBuf(int32_t fd, int32_t size = SOCKET_DEFAULT_BUF_SIZE); 46 static bool SetRecvBuf(int32_t fd, int32_t size = SOCKET_DEFAULT_BUF_SIZE);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | startup_topologysort.cpp | 67 if (mainStartupCount + threadStartupCount != startupMap.size()) { in Sort() 69 mainStartupCount, threadStartupCount, startupMap.size()); in Sort()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mission_stack.cpp | 48 if (missionRecords_.size() >= MISSION_RECORD_LIST_CAPACITY) {
in PushTopMissionRecord() 145 if (missionRecords_.size() <= 0) {
in DumpMissionStack()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 136 if (formIds.size() == 1) { in NotifyWhetherVisibleForms() 247 if (formIds.size() == 0) { in LifecycleUpdate()
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | utils.h | 45 if (out.size() != 4) { // 4: rpckey length in ParseKey() 95 void NeonMemcpy(volatile unsigned char *dst, volatile unsigned char *src, int32_t size);
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.h | 108 void SetItemSize(const Dimension& size) in SetItemSize() argument 110 itemSize_ = size; in SetItemSize() 174 Dimension itemSize_; // item size
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/ |
H A D | grid_row_layout_property.cpp | 65 str = (static_cast<int32_t>(breakPoints.breakpoints.size()) > 1) ?
in ToJsonValue() 66 str.substr(0, static_cast<int32_t>(str.size()) - 1).append("]") : str.append("]");
in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_accessibility_property.cpp | 38 return it->second.size(); in GetCollectionItemCounts() 96 if (it->second.size() < index) { in GetText()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.h | 52 static sk_sp<SkShader> CreateGradientShader(const Gradient& gradient, const SkSize& size, double dipScale); 56 const RSSize& size, double dipScale);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_declaration.cpp | 70 if (viewBox.size() == 4) { in SetSpecializedValue() 81 if (viewBox.size() == 4) { in SetSpecializedValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_paint_method.cpp | 62 if (shadowOption.colors.size() == 0) { in UpdateContentModifier() 65 shadowColorsLastLength = shadowOption.colors.size(); in UpdateContentModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.h | 47 void MoveItemToViewPort(double position, double size, double effectOffset = 0.0); 121 double CalculateBeginPositionInViewPort(double position, double size, double effectOffset = 0.0);
|
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | element_name.cpp | 115 pos1 = pos2 + delim.size(); in Split() 118 if (pos1 != str.size()) { in Split()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_polygon.cpp | 93 path.addPoly(&skPoints[0], skPoints.size(), component_->IsClose()); in AsPath() 111 path.AddPoly(rsPoints, rsPoints.size(), component_->IsClose()); in AsPath()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_model_ng.h | 43 void SetCheckMarkSize(const Dimension& size) override; 60 static void SetCheckMarkSize(FrameNode* frameNode, const Dimension& size);
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | data_provider_manager.h | 35 DataProviderRes(std::unique_ptr<void, decltype(&std::free)>&& data, int64_t size) in DataProviderRes() argument 36 : data_(std::move(data)), size_(size) in DataProviderRes()
|
/foundation/arkui/ace_engine/frameworks/core/common/rosen/ |
H A D | rosen_asset_manager.h | 31 RSAsset(std::unique_ptr<char[]> data, size_t size) in RSAsset() argument 32 : data_(std::move(data)), size_(size) in RSAsset()
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 52 double size = 0.0; member 74 double size = 0.0; member in OHOS::MMI::PointerEvent
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tool_bar.cpp | 74 if (toolBarChild_->GetChildren().size() > TOOL_BAR_DEFAULT_SIZE) { in AddChildNode() 80 if (toolBarChild_->GetChildren().size() == TOOL_BAR_DEFAULT_SIZE) { in AddChildNode()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_repeat.cpp | 50 if (!removedElmtIds.size()) { in FinishRender() 109 func->Call(JSRef<JSObject>(), params.size(), params.data()); in OnMove()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_span_ffi.cpp | 98 if (!OHOS::Ace::Framework::Utils::CheckParamsValid(value, VERTICAL_ALIGNS.size())) { in FfiOHOSAceFrameworkImageSpanVerticalAlign() 107 if (!OHOS::Ace::Framework::Utils::CheckParamsValid(value, IMAGE_FITS.size())) { in FfiOHOSAceFrameworkImageSpanObjectFit()
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.h | 23 #include "base/geometry/size.h" 62 void WriteToFile(std::string key, sk_sp<SkData> compressdImage, Size size); 65 void WriteToFile(std::string key, std::shared_ptr<RSData> compressdImage, Size size);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/ |
H A D | render_ability_component.cpp | 58 LOGI("size not change."); in Update() 68 Size size = Size(NormalizePercentToPx(width_, false), NormalizePercentToPx(height_, true)); in PerformLayout() local 69 currentRect_.SetSize(size); in PerformLayout()
|