Home
last modified time | relevance | path

Searched refs:parts (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h94 std::vector<std::string> parts; in ParseBurstDisplayName() local
98 parts.push_back(part); in ParseBurstDisplayName()
100 if (parts.size() >= BURST_DISPLAY_NAME_MIN_SUBLINE_COUNT) { in ParseBurstDisplayName()
101 this->prefix = parts[0]; in ParseBurstDisplayName()
102 this->yearMonthDay = this->ToNumber(parts[BURST_DISPLAY_NAME_YEAR_INDEX]); in ParseBurstDisplayName()
103 this->hourMinuteSecond = this->ToNumber(parts[BURST_DISPLAY_NAME_HOUR_INDEX]); in ParseBurstDisplayName()
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs35 parts: Vec<Part>,
52 parts: Vec::new(), in new()
69 self.parts.push(part); in part()
88 /// length of every parts, such as boundaries, headers, bodies, etc.
102 for part in self.parts.iter() { in total_bytes()
139 for part in self.parts.iter_mut() {
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp628 std::vector<std::string> parts = Split(domain, DOMAIN_DELIMITER); in IsValidDomain() local
629 if (parts.size() < DOMAIN_VALID_MIN_PART_SIZE || parts.size() > DOMAIN_VALID_MAX_PART_SIZE) { in IsValidDomain()
630 NETMGR_LOG_E("The domain parts size:[%{public}d] is invalid", static_cast<int>(parts.size())); in IsValidDomain()
635 for (const auto &item : parts) { in IsValidDomain()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp265 float parts = 1 + 2 + 3 + 1; // 7 in HWTEST_F() local
266 float firstItemWidth = GRID_WIDTH / parts; in HWTEST_F()
403 float parts = 1 + 2 + 3 + 1; // 7 in HWTEST_F() local
404 float firstItemHeight = GRID_HEIGHT / parts; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp381 vector<string_view> parts = StringUtil::Split(path, "/"); variable
382 if (parts.size() > 0) {
384 return RecursivelyLookupNodeByPath<const ISceneNode>(*this, 0, parts);
393 vector<string_view> parts = StringUtil::Split(path, "/"); variable
394 if (parts.size() > 0) {
396 return RecursivelyLookupNodeByPath<ISceneNode>(*this, 0, parts);
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp109 std::vector<std::string> parts { std::istream_iterator<std::string> { stream }, in Split()
111 return parts; in Split()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp2472 std::vector<std::string> parts; in GetBundleNameByPreInstallPath() local
2478 parts.push_back(part); in GetBundleNameByPreInstallPath()
2482 if (!parts.empty()) { in GetBundleNameByPreInstallPath()
2483 return parts.back(); in GetBundleNameByPreInstallPath()

Completed in 13 milliseconds