/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_config_data_manager.cpp | 166 TAG_LOGD(AAFwkTag::APPMGR, "The bundle name list size is %{public}zu.", bundleNameList.size()); in GetAppWaitingDebugList()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | ability_delegator_args_test.cpp | 167 EXPECT_EQ(result.size(), 2); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/event/ |
H A D | event_manager.cpp | 83 SHARING_LOGD("listeners type count %{public}zu.", listeners_.size()); in AddListener()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
H A D | js_photo_editor_extension_impl.cpp | 172 napi_create_string_utf8(env, imageUri.c_str(), imageUri.size(), &jsImageUri); in OnStartContentEditing()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | background_task_observer.cpp | 106 for (size_t index = 0; index < continuousTasks.size(); index++) { in GetContinuousTaskApps()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mission_record.cpp | 120 if (pageAbilityRecords_.size() >= PAGE_ABILITY_RECORDS_LIST_CAPACITY) {
in PushPageAbility()
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | render_transform.h | 196 double CovertDimensionToPxBySize(const Dimension& dimension, double size);
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_circle.h | 100 void InitBubbleBox(const Size& size);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model.h | 80 virtual void SetImageSourceSize(const std::pair<Dimension, Dimension> &size) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | rosen_render_texture.cpp | 73 LOGI("SetBounds position: %{public}s, size: %{public}s", offset.ToString().c_str(), drawSize_.ToString().c_str()); in SyncGeometryProperties() 159 DumpLog::GetInstance().Print(depth, AceType::TypeName(this), children.size()); in DumpTree()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.h | 92 void SetFontSize(const Dimension& size);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | inner_navigation_controller.cpp | 68 for (size_t i = 0; i != navDestinationNodes.size(); ++i) { in SetInPIPMode()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator.cpp | 71 if (paramsVector.size() != INTERPOLATING_SPRING_PARAMS_SIZE) { in ParseOptionToMotion()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.h | 41 static std::string ToHtml(const std::optional<ImageSpanSize>& size);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | scroll_model_impl.cpp | 124 if (displayMode >= 0 && displayMode < static_cast<int32_t>(DISPLAY_MODE.size())) { in SetDisplayMode()
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 79 void UpdateAccessibilityInfo(Size size, Offset offset); 129 // Get size and position of target by targetId.
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | download_manager_preview.cpp | 154 static size_t OnWritingMemory(void* data, size_t size, size_t memBytes, void* userData) in OnWritingMemory() argument 156 // size is always 1, for more details see https://curl.haxx.se/libcurl/c/CURLOPT_WRITEFUNCTION.html in OnWritingMemory()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | dimension.h | 49 * user's font size preference. 177 double ConvertToPxWithSize(double size) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_touch_function.cpp | 79 if (changeTouch.size() > 0) { in CreateJSEventInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_stepper_item_bridge.cpp | 86 if (index > 0 && static_cast<size_t>(index) < statusArray.size()) { in SetStatus()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | mock_navigation_stack.h | 173 return static_cast<int32_t>(mockPathArray_.size()); in Size()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | matrix2d.cpp | 101 size_t arrayLength = totalPoint.size() / 2; in SetMatrixPolyToPoly()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | texttimer_composed_element.cpp | 133 result = result.substr(0, result.size() - 1);
in ConvertFontFamily()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_list_item_group_modifier.cpp | 76 for (uint32_t i = 0; i < option->mainSize.size(); i++) { in SetListItemGroupChildrenMainSize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_base.cpp | 47 if (selectedRect.size() <= 1 || direction == TextDirection::RTL) { in CalculateSelectedRect()
|