/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_layout_property.cpp | 31 result = result.substr(0, result.size() - 1); in ConvertFontFamily() 87 auto jsonShadow = (shadow.size() == 1) ? ConvertShadowToJson(shadow.front()) : ConvertShadowsToJson(shadow); in ToJsonValue()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/ |
H A D | launcher_ability_resource_info.cpp | 72 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, foreground.size()); in Marshalling() 76 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, background.size()); in Marshalling()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_gaussian_blur.cpp | 61 if (vectorRes.empty() || vectorRes.size() > 2) { in ParseAndSetSpecializedAttr() 65 auto deviationY = vectorRes.size() > 1 ? vectorRes[1] : vectorRes[0]; in ParseAndSetSpecializedAttr()
|
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
H A D | multimodal_manager.cpp | 143 DumpLog::GetInstance().AddDesc("totalScene: ", multiModalScenes_.size()); in DumpMultimodalScene() 145 DumpLog::GetInstance().Print(0, GetTypeName(), multiModalScenes_.size()); in DumpMultimodalScene()
|
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_common_event_registry_test/ |
H A D | aams_common_event_registry_test.cpp | 110 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F() 114 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | distributed_ability_info.cpp | 54 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, permissions.size()); in Marshalling() 93 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump()
|
H A D | distributed_module_info.cpp | 53 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, abilities.size()); in Marshalling() 90 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_display_manager_test.cpp | 94 EXPECT_EQ(infos.size(), 1); in HWTEST_F() 109 EXPECT_EQ(infos.size(), 1); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_aams_common_event_registry.cpp | 110 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F() 114 EXPECT_EQ(1, int(accountData_->GetInstalledAbilities().size())); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_profile.cpp | 65 int64_t size = in.tellg(); in ReadFileIntoJson() local 66 if (size <= 0) { in ReadFileIntoJson()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource_drawable_utils.cpp | 52 size_t lenForeground = foreground.size(); in ConvertToDrawableDescriptor() 66 size_t lenBackground = background.size(); in ConvertToDrawableDescriptor()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_time_picker.h | 202 * @brief Sets the font name and size for the background text. 205 * @param size Indicates the font size to set. 209 void SetBackgroundFont(const char* name, uint8_t size); 212 * @brief Sets the font name and size for the highlighted text. 215 * @param size Indicates the font size to set. 219 void SetHighlightFont(const char* name, uint8_t size);
|
H A D | ui_swipe_view.h | 190 * @brief Sets a blank size, as defined in {@link DEFAULT_BLANK_SIZE} 192 * @param size Indicates the blank size to set. 196 void SetBlankSize(uint16_t size) in SetBlankSize() argument 198 blankSize_ = size; in SetBlankSize()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | list_component.cpp | 182 const JSValue args[], const jerry_length_t size) in ListScrollTo() 184 if (size != 1) { in ListScrollTo() 181 ListScrollTo(const JSValue func, const JSValue dom, const JSValue args[], const jerry_length_t size) ListScrollTo() argument
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/ |
H A D | ffi_remote_data.cpp | 62 if (static_cast<int64_t>(ffiDataStore_.size()) >= maxCapacity) { in NewFFIDataId() 79 HiLog::Info(LABEL, "FFIDataManager new ID : %{public}" PRId64 ", cache size: %{public}zu", curFFIDataId_, in NewFFIDataId() 80 ffiDataStore_.size()); in NewFFIDataId()
|
/foundation/arkui/napi/test/unittest/engine/ |
H A D | test_ark.cpp | 124 size_t size = 2 * ArkNativeEngine::FINALIZERS_PACK_PENDING_NATIVE_BINDING_SIZE_THRESHOLD; in HWTEST_F() local 136 }, reinterpret_cast<void*>(&finalizersCallbackDone[i]), nullptr, size); in HWTEST_F()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_line_break.h | 67 * @param size File size.
70 int32_t SetRuleBinInfo(int32_t fp, int32_t offset, uint32_t size)
in SetRuleBinInfo() argument 78 size_ = size;
in SetRuleBinInfo() 103 * @brief Get the size of rule file.
105 * @return int32_t The size of rule file.
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | dfx_assist.cpp | 123 void DfxAssist::PrintErrorInfo(jerry_size_t size, jerry_char_t* errorValue) in PrintErrorInfo() argument 126 size_t length = reinterpret_cast<jerry_size_t>(size); in PrintErrorInfo()
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 70 uint32_t size = row * width * sizeof(uint32_t); variable 71 uint32_t* argb8888Addr = static_cast<uint32_t*>(UIMalloc(size));
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_descriptor.cpp | 86 const std::unique_ptr<uint8_t[]> &GattDescriptor::GetValue(size_t *size) const in GetValue() 88 *size = length_; in GetValue()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_uuid.h | 145 static Uuid ConvertFromBytesLE(const uint8_t *uuid, const size_t size = 16); 189 bool ConvertToBytesLE(uint8_t *value, const size_t size = 16) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/ |
H A D | bms_bundle_hap_verify_test.cpp | 119 EXPECT_EQ(ret.size(), 0); in HWTEST_F() 132 EXPECT_EQ(ret.size(), 0); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | version.h | 32 if (pos != 0 && pos + 1 < str.size()) { in Version() 55 while (i < str.size() && str[i] >= '0' && str[i] <= '9') { in ParseInt()
|
/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | i_policy_provider.h | 89 for (size_t tempIndex = 0; tempIndex < g_volumeIndexVector.size(); tempIndex++) { in GetVolumeIndex() 101 return g_volumeIndexVector.size(); in GetVolumeVectorSize()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | render_configuration_component_manager.cpp | 84 return componentMetaData_.size(); 89 if (index < componentMetaData_.size()) {
|