Home
last modified time | relevance | path

Searched refs:clause (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/docs/zh-cn/contribute/
H A D许可证与特殊许可证评审指导.md30 - 3-clause BSD License (BSD-3-Clause)(适用于LiteOS Kernel代码)
54 - 3-clause BSD License
55 - 2-clause BSD License
H A D第三方开源软件及许可证说明.md54 | third_party_gn | BSD 3-clause License | 该License无强制开放源码义务条款。 |
58 | third_party_jinja2 | BSD 3-clause License | 该License无强制开放源码义务条款。 |
73 | third_party_markupsafe | BSD 3-clause License | 该License无强制开放源码义务条款。 |
H A D许可证与版权规范.md18 …述的许可证信息,且许可证必须与OpenHarmony整体许可证规则一致,如用户态开源仓使用Apache License 2.0许可协议,LiteOS内核态开源仓使用BSD 3-clause许可协议。
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_permission/src/
H A Ddb_permission_handler.cpp65 const string &clause = predicates.GetWhereClause(); in ParseFileIdFromPredicates() local
67 size_t pos = clause.find(MediaColumn::MEDIA_ID); in ParseFileIdFromPredicates()
75 if (clause[i] == placeholder) { in ParseFileIdFromPredicates()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp111 auto clause = SqliteUtils::GetConflictClause(static_cast<int>(resolution)); in Update() local
112 if (table.empty() || row.IsEmpty() || clause == nullptr) { in Update()
117 sql.append(clause).append(" ").append(table).append(" SET "); in Update()
H A Dsqlite_sql_builder.cpp179 const std::string &clause, const std::string &table) in AppendClause() argument
181 if (clause.empty()) { in AppendClause()
188 builder.append(clause); in AppendClause()
H A Drdb_store_impl.cpp1060 auto clause = SqliteUtils::GetConflictClause(static_cast<int>(resolution)); in Update() local
1061 if (clause == nullptr) { in Update()
1066 sql.append("UPDATE").append(clause).append(" ").append(table).append(" SET "); in Update()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_analysis_album_operations.cpp208 string clause = PhotoAlbumColumns::ALBUM_ID + " IN (" + ss.str() + ") AND "; in ClearEmptyGroupPhotoAlbumInfo() local
209 rdbPredicates.SetWhereClause(clause); in ClearEmptyGroupPhotoAlbumInfo()
514 string clause = ""; in QueryGroupPhotoAlbum() local
516clause = PhotoAlbumColumns::ALBUM_TYPE + " = " + to_string(PhotoAlbumType::SMART) + " AND " + in QueryGroupPhotoAlbum()
521clause = PhotoAlbumColumns::ALBUM_TYPE + " = " + to_string(PhotoAlbumType::SMART) + " AND " + in QueryGroupPhotoAlbum()
527 clause += " AND " + IS_ME + " = " + to_string(ALBUM_IS_ME); in QueryGroupPhotoAlbum()
532 rdbPredicates.SetWhereClause(clause); in QueryGroupPhotoAlbum()
H A Dmedialibrary_rdb_utils.cpp892 string clause = anaPhotoMapAsset + " = " + photosFileId; in GetPortraitAlbumCountPredicates() local
894 clause = anaAlbumId + " = " + anaPhotoMapAlbum; in GetPortraitAlbumCountPredicates()
895 predicates.InnerJoin(ANALYSIS_ALBUM_TABLE)->On({ clause }); in GetPortraitAlbumCountPredicates()
899 predicates.SetWhereClause(clause + " AND "); in GetPortraitAlbumCountPredicates()
920 string clause = anaPhotoMapAsset + " = " + photosFileId; in IsCoverValid() local
925 clause = anaAlbumId + " = " + anaPhotoMapAlbum; in IsCoverValid()
983 string clause = anaPhotoMapAsset + " = " + photosFileId; in QueryPortraitAlbumCover() local
989 clause = anaAlbumId + " = " + anaPhotoMapAlbum; in QueryPortraitAlbumCover()
994 clause = anaImageFaceFileId + "=" + photosFileId; in QueryPortraitAlbumCover()
997 clause = "Photos.sync_status = 0 " in QueryPortraitAlbumCover()
[all …]
H A Dmedialibrary_album_operations.cpp189 string clause = cmd.GetAbsRdbPredicates()->GetWhereClause(); in GetSqlArgs() local
201 ReplaceRelativePath(clause, selectionArgs); in GetSqlArgs()
202 ReplaceMediaType(clause, selectionArgs); in GetSqlArgs()
203 sql += clause; in GetSqlArgs()
H A Dmedialibrary_photo_operations.cpp223 static bool GetValidOrderClause(const DataSharePredicates &predicate, string &clause) in GetValidOrderClause() argument
229 clause = "ROW_NUMBER() OVER (ORDER BY "; in GetValidOrderClause()
233 clause += static_cast<string>(item.GetSingle(FIELD_IDX)) + " ASC) as " + PHOTO_INDEX; in GetValidOrderClause()
236 clause += static_cast<string>(item.GetSingle(FIELD_IDX)) + " DESC) as " + PHOTO_INDEX; in GetValidOrderClause()
H A Dmedialibrary_data_manager.cpp1063 const string &clause = predicates.GetWhereClause(); in HandleAnalysisFaceUpdate() local
1064 std::vector<std::string> clauses = SplitUriString(clause, ','); in HandleAnalysisFaceUpdate()
/ohos5.0/docs/en/contribute/
H A Dlicenses-and-special-license-review.md28 - 3-clause BSD License (BSD-3-Clause) (applicable to LiteOS kernel code)
52 - 3-clause BSD License
53 - 2-clause BSD License
H A Dopen-source-software-and-license-notice.md54 | third_party_gn | BSD 3-clause License | The license does not require any product that uses such a…
58 | third_party_jinja2 | BSD 3-clause License | The license does not require any product that uses su…
73 | third_party_markupsafe | BSD 3-clause License | The license does not require any product that use…
H A Dlicense-and-copyright-specifications.md18 …ository uses Apache License 2.0, and a LiteOS kernel-mode open-source repository uses BSD 3-clause.
H A DOpenHarmony-compile-rule.md20clause generally includes the title, level, and description. In the description part, "Positive Ex…
24 Brief description of the clause.
26 …llowed or referenced. The identifier preceding a title tells whether the clause is a principle (P)…
50 This part describes the clause, its working principle, and positive and negative examples. For some…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_sql_builder.h64 const std::string &clause, const std::string &table = "");
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-camera-visual-faqs.md108 You can use **display**, **show**, or **if**. When an **if** clause evaluates to **false**, t…
/ohos5.0/docs/en/device-dev/faqs/
H A Dfaqs-system-applications.md150 You can use **display**, **show**, or **if** to display or hide a component. When an **if** clause
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp620 string clause = predicates.GetWhereClause(); variable
621 EXPECT_EQ(clause, "`data2` > ?");
/ohos5.0/docs/en/application-dev/quick-start/
H A Dintroduction-to-arkts.md354 If there is no match, and the `switch` has the default clause, then the default statements are exec…
557 `finally` clause is also supported:
1036 A class containing the `implements` clause must implement all methods defined in all listed interfa…
H A Dtypescript-to-arkts-migration-guide.md1360 ArkTS does not allow to specify a class in the `implements` clause. Only interfaces may be specifie…
1806 In TypeScript, the catch clause variable type annotation must be `any` or `unknown`
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/
H A DNOTICE25278 Where You are located in the province of Quebec, Canada, the following clause
55914 It is a BSD-style license with a credit clause (and thus not
60159 from BSD and which use the BSD 3-clause license.
71239 as the 3-clause (or "modified") BSD license:
71269 them under the three-clause BSD license above. The copyright notices are
71645 - The Modified (3-clause) BSD License, which is listed below
71724 The Modified (3-clause) BSD License
71758 The zlib License could have been used instead of the Modified (3-clause) BSD
79909 NASM is now licensed under the 2-clause BSD license, also known as the
139112 Apple Computer, Inc. and released under a 3-clause BSD license.
[all …]