Home
last modified time | relevance | path

Searched refs:Field (Results 1 – 25 of 192) sorted by relevance

12345678

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs215 Field(usize), enumerator
542 (Field::Path, "/") => Some(TableIndex::Field(1)), in index()
546 (Field::Method, "GET") => Some(TableIndex::Field(17)), in index()
550 (Field::Method, "PUT") => Some(TableIndex::Field(21)), in index()
555 (Field::Status, "103") => Some(TableIndex::Field(24)), in index()
556 (Field::Status, "200") => Some(TableIndex::Field(25)), in index()
557 (Field::Status, "304") => Some(TableIndex::Field(26)), in index()
558 (Field::Status, "404") => Some(TableIndex::Field(27)), in index()
559 (Field::Status, "503") => Some(TableIndex::Field(28)), in index()
690 pub enum Field { enum
[all …]
H A Dencoder.rs24 use crate::h3::qpack::table::{DynamicTable, Field};
80 insert_list: VecDeque<(Field, String)>,
356 Field::Path, in literal_field_line_with_name_reference()
381 Field::Authority, in dynamic_table()
383 Field::Path, in dynamic_table()
426 Field::Other(String::from("custom-key")), in duplicate_instruction_stream_cancellation()
439 Field::Authority, in duplicate_instruction_stream_cancellation()
441 Field::Path, in duplicate_instruction_stream_cancellation()
462 Field::Other(String::from("custom-key")), in dynamic_table_insert_eviction()
491 let field_list: [(Field, String); 3] = [ in test_ack()
[all …]
H A Ddecoder.rs29 use crate::h3::qpack::table::Field::Path;
30 use crate::h3::qpack::table::{DynamicTable, Field, TableSearcher};
403 ) -> Result<(Field, String), H3errorQpack> { in get_field_by_name_and_value() argument
417 Name::Literal(octets) => Field::Other( in get_field_by_name_and_value()
539 ) -> Result<(Field, String), H3errorQpack> { in get_field_by_name_and_value() argument
560 Name::Literal(octets) => Field::Other( in get_field_by_name_and_value()
590 use crate::h3::qpack::table::{DynamicTable, Field};
829 Field::Other(String::from("custom-field")), in ut_qpack_decoder()
834 Field::Other(String::from("my-field")), in ut_qpack_decoder()
892 Field::Other(String::from("custom-field")), in ut_qpack_decoder()
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dparts.rs16 use crate::h3::qpack::table::Field;
50 pub(crate) fn update(&mut self, headers: Field, value: String) { in update() argument
52 Field::Authority => self.pseudo.set_authority(Some(value)), in update()
53 Field::Method => self.pseudo.set_method(Some(value)), in update()
54 Field::Path => self.pseudo.set_path(Some(value)), in update()
55 Field::Scheme => self.pseudo.set_scheme(Some(value)), in update()
56 Field::Status => self.pseudo.set_status(Some(value)), in update()
57 Field::Other(header) => self.map.append(header.as_str(), value.as_str()).unwrap(), in update()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs185 pub(crate) fields: Vec<Field>,
209 pub fn fields(&self) -> &[Field] { in fields() argument
218 fields.push(Field::from(fd)); in from()
247 pub struct Field { struct
257 impl From<&ipc_conn::Field> for Field { implementation
258 fn from(value: &ipc_conn::Field) -> Self { in from()
259 Field { in from()
269 impl TryFrom<&Field> for ipc_conn::Field { implementation
273 Ok(ipc_conn::Field { in try_from()
283 impl Field { implementation
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h29 …static int BindBool(int index, const VBucket &vBucket, const Field &field, sqlite3_stmt *upsertStm…
35 static inline bool IsFieldValid(const Field &field, int errCode) in IsFieldValid()
40 static int Int64ToVector(const VBucket &vBucket, const Field &field, CollateType collateType,
42 static int BoolToVector(const VBucket &vBucket, const Field &field, CollateType collateType,
44 static int DoubleToVector(const VBucket &vBucket, const Field &field, CollateType collateType,
46 static int TextToVector(const VBucket &vBucket, const Field &field, CollateType collateType,
48 static int BlobToVector(const VBucket &vBucket, const Field &field, CollateType collateType,
53 static std::map<std::string, Field> GetCloudPrimaryKeyFieldMap(const TableSchema &tableSchema,
56 static std::vector<Field> GetCloudAsset(const TableSchema &tableSchema);
58 std::vector<Field> &fields);
[all …]
H A Dschema_mgr.h40 bool IsAssetPrimaryField(const Field &cloudField);
41 bool CompareType(const FieldInfo &localField, const Field &cloudField);
42 bool CompareNullable(const FieldInfo &localField, const Field &cloudField);
43 bool ComparePrimaryField(std::map<int, FieldName> &localPrimaryKeys, const Field &cloudField);
45 std::vector<Field> &cloudFields);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreQueryByCursor.test.js102 predicates.greaterThan(relationalStore.Field.CURSOR_FIELD, 0);
111 let cursorIndex = resultSet.getColumnIndex(relationalStore.Field.CURSOR_FIELD);
132 predicates.greaterThan(relationalStore.Field.CURSOR_FIELD, 0);
133 predicates.orderByAsc(relationalStore.Field.CURSOR_FIELD);
175 predicates.greaterThanOrEqualTo(relationalStore.Field.CURSOR_FIELD, 26);
176 predicates.equalTo(relationalStore.Field.ORIGIN_FIELD, relationalStore.Origin.LOCAL);
177 predicates.orderByDesc(relationalStore.Field.CURSOR_FIELD);
211 predicates.greaterThan(relationalStore.Field.CURSOR_FIELD, 37);
212 predicates.orderByAsc(relationalStore.Field.CURSOR_FIELD);
238 predicates.greaterThan(relationalStore.Field.CURSOR_FIELD, 0);
[all …]
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-structure-c.md9 | Field Type| Field Name| Field Description|Operation Function| Function Description|
24 | Field Type| Field Name| Field Description|Operation Function| Function Description|
44 | Field Type| Field Name| Field Description|Operation Function| Function Description|
62 | Field Type| Field Name| Field Description|Operation Function| Function Description|
82 | Field Type| Field Name| Field Description|Operation Function| Function Description|
106 | Field Type| Field Name| Field Description|Operation Function| Function Description|
123 | Field Type| Field Name| Field Description|Operation Function| Function Description|
140 | Field Type| Field Name| Field Description|Operation Function| Function Description|
164 | Field Type| Field Name| Field Description|Operation Function| Function Description|
185 | Field Type| Field Name| Field Description|Operation Function| Function Description|
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp60 std::vector<Field> &cloudFields) in CompareFieldSchema()
63 for (const Field &cloudField : cloudFields) { in CompareFieldSchema()
102 bool SchemaMgr::IsAssetPrimaryField(const Field &cloudField) in IsAssetPrimaryField()
107 bool SchemaMgr::CompareType(const FieldInfo &localField, const Field &cloudField) in CompareType()
131 bool SchemaMgr::CompareNullable(const FieldInfo &localField, const Field &cloudField) in CompareNullable()
136 bool SchemaMgr::ComparePrimaryField(std::map<int, FieldName> &localPrimaryKeys, const Field &cloudF… in ComparePrimaryField()
186Field ownerField = { CloudDbConstant::CLOUD_OWNER, TYPE_INDEX<std::string>, hasPrimaryKey, true }; in SetCloudDbSchema()
187Field privilegeField = { CloudDbConstant::CLOUD_PRIVILEGE, TYPE_INDEX<std::string>, false, true }; in SetCloudDbSchema()
H A Dcloud_storage_utils.cpp26 int CloudStorageUtils::BindInt64(int index, const VBucket &vBucket, const Field &field, in BindInt64()
47 int CloudStorageUtils::BindBool(int index, const VBucket &vBucket, const Field &field, in BindBool()
89 int CloudStorageUtils::BindText(int index, const VBucket &vBucket, const Field &field, in BindText()
298 std::vector<Field> CloudStorageUtils::GetCloudAsset(const TableSchema &tableSchema) in GetCloudAsset()
300 std::vector<Field> assetFields; in GetCloudAsset()
312 std::vector<Field> pkVec; in GetCloudPrimaryKeyField()
319 std::sort(pkVec.begin(), pkVec.end(), [](const Field &a, const Field &b) { in GetCloudPrimaryKeyField()
329 std::map<std::string, Field> pkMap; in GetCloudPrimaryKeyFieldMap()
343 std::vector<Field> &fields) in GetAssetFieldsFromSchema()
415 for (const Field &field: fields) { in ChangeAssetsOnVBucketToAsset()
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.2/
H A Dchangelogs-bundlemanager.md3 ## cl.bundlemanager.1 Field Change of the ApplicationInfo Struct in API Version 9
12 | Deleted Field| Added or Changed Field in API Version 9| Type|
20 ## cl.bundlemanager.2 Field Change of the HapModuleInfo Struct in API Version 9
29 | Deleted Field| Added or Changed Field in API Version 9| Type|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h20 struct API_EXPORT Field final : public Serializable {
34 std::vector<Field> fields;
52 using Field = Field; variable
/ohos5.0/docs/en/application-dev/application-models/
H A Dmodule-switch.md8 | Field Name in the FA Model| Field Description| Field Name in the Stage Model| Difference|
32 | Field Name in the FA Model| Field Description| Field Name in the Stage Model| Difference|
40 | Field Name in the FA Model| Field Description| Field Name in the Stage Model| Difference|
56 | Field Name Under abilities in the FA Model| Field Description| Field Name Under abilities in the …
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h161 int UpdateSharedTable(const std::map<std::string, std::vector<Field>> &updateTableNames);
288 int PutVBucketByType(VBucket &vBucket, const Field &field, Type &cloudValue);
305 std::vector<Field> &assetFields, std::string &querySql);
308 const std::vector<Field> &fields, sqlite3_stmt *&statement);
315 int GetInfoByStatement(sqlite3_stmt *statement, const std::vector<Field> &assetFields,
316 … const std::map<std::string, Field> &pkMap, DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo);
323 … int BindOneField(int index, const VBucket &vBucket, const Field &field, sqlite3_stmt *updateStmt);
341 …int GetUpdateSqlForCloudSync(const std::vector<Field> &updateFields, const TableSchema &tableSchem…
434 …int GetAssetInfoOnTable(sqlite3_stmt *&stmt, const std::vector<Field> &assetFields, VBucket &asset…
454 …bool IsNeedUpdateAssetIdInner(sqlite3_stmt *selectStmt, const VBucket &vBucket, const Field &field,
[all …]
H A Dsqlite_relational_store.h163 void AddFields(const std::vector<Field> &newFields, const std::set<std::string> &equalFields,
164 std::vector<Field> &addFields);
166 …bool CheckFields(const std::vector<Field> &newFields, const TableInfo &tableInfo, std::vector<Fiel…
169 std::map<std::string, std::vector<Field>> &updateTableNames,
H A Dsqlite_single_relational_storage_engine.h59 const std::map<std::string, std::vector<Field>> &updateTableNames,
101 const std::map<std::string, std::vector<Field>> &updateTableNames,
108 …const std::map<std::string, std::vector<Field>> &updateTableNames, const DataBaseSchema &cloudSche…
115 …const DataBaseSchema &cloudSchema, const std::map<std::string, std::vector<Field>> &updateTableNam…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs21 use crate::h3::qpack::table::{DynamicTable, Field, TableIndex, TableSearcher};
83 insert_list: &mut VecDeque<(Field, String)>, in encode() argument
96 if let Some(TableIndex::Field(index)) = static_index { in encode()
244 if let Some(TableIndex::Field(index)) = dynamic_index { in encode()
313 Some(TableIndex::Field(x)) => { in should_index()
931 fn next(&mut self) -> Option<(Field, String)> { in next() argument
935 Some(value) => return Some((Field::Method, value)), in next()
939 Some(value) => return Some((Field::Status, value)), in next()
943 Some(value) => return Some((Field::Scheme, value)), in next()
947 Some(value) => return Some((Field::Path, value)), in next()
[all …]
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md328 | Field | Type | Description | Remarks|
345 | Field | Type | Description | Remarks|
352 | Field | Type | Description | Remarks|
359 | Field | Type | Description | Remarks|
366 | Field | Type | Description | Remarks|
373 | Field | Type | Description | Remarks|
408 | Field | Type | Description | Remarks|
453 | Field | Type | Description | Remarks|
467 | Field | Type | Description | Remarks|
514 | Field | Type | Description | Remarks|
[all …]
H A Dapp-check-tool.md56 | Field | Type | Description |
67 | Field | Type | Description |
108 | Field | Type | Description |
119 | Field| Type | Description |
181 | Field | Type | Description …
193 | Field | Type | Description |
200 | Field | Type | Description |
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dmodel_cfg_marshalling.h25 using Field = struct {
33 std::vector<Field> fields;
54 void from_json(const nlohmann::json &jsonObj, Field &field) {}; in from_json()
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/
H A Dmodel_cfg_marshalling.h26 using Field = struct {
34 std::vector<Field> fields;
55 void from_json(const nlohmann::json &jsonObj, Field &field) {}; in from_json()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp126 SET_NAPI_PROPERTY(field, "CURSOR_FIELD", std::string(DistributedRdb::Field::CURSOR_FIELD)); in ExportField()
127 SET_NAPI_PROPERTY(field, "ORIGIN_FIELD", std::string(DistributedRdb::Field::ORIGIN_FIELD)); in ExportField()
128 …SET_NAPI_PROPERTY(field, "DELETED_FLAG_FIELD", std::string(DistributedRdb::Field::DELETED_FLAG_FIE… in ExportField()
129 …SET_NAPI_PROPERTY(field, "DATA_STATUS_FIELD", std::string(DistributedRdb::Field::DATA_STATUS_FIELD… in ExportField()
130 SET_NAPI_PROPERTY(field, "OWNER_FIELD", std::string(DistributedRdb::Field::OWNER_FIELD)); in ExportField()
131 … SET_NAPI_PROPERTY(field, "PRIVILEGE_FIELD", std::string(DistributedRdb::Field::PRIVILEGE_FIELD)); in ExportField()
132 …SET_NAPI_PROPERTY(field, "SHARING_RESOURCE_FIELD", std::string(DistributedRdb::Field::SHARING_RESO… in ExportField()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_tag_assets.h32 …VBucket &coveredData, VBucket &beCoveredData, const Field &assetField, bool setNormalStatus, int &…
34 void TagAssetsInSingleCol(const Field &assetField, bool isInsert, VBucket &coveredData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp291 const reflection::Field *GetFieldInfoFromSchemaByPath(const reflection::Schema &schema, RawString p… in GetFieldInfoFromSchemaByPath()
305 int DoVerifyBeforeExtract(const flatbuffers::Table &rootValue, const reflection::Field &fieldInfo, in DoVerifyBeforeExtract()
345 inline std::string DoExtractString(const flatbuffers::Table &rootValue, const reflection::Field &fi… in DoExtractString()
354 int DoExtractValue(const flatbuffers::Table &rootValue, const reflection::Field &fieldInfo, TypeVal… in DoExtractValue()
401 int ExtractFlatBufferValueFinal(const flatbuffers::Table &rootValue, const reflection::Field &field… in ExtractFlatBufferValueFinal()
599 const reflection::Field &field, const FieldPath &path, RawIndexInfos &indexCollect) in ParseCheckFieldInfo()
638 void SchemaObject::FlatBufferSchema::CollectRawIndexInfos(const reflection::Field &field, in CollectRawIndexInfos()
661 const reflection::Field &field, const FieldPath &path) in ParseCheckStructDefine()
783 int CompareFieldInfoBesideType(const reflection::Field &selfField, const reflection::Field &otherFi… in CompareFieldInfoBesideType()
811 int CompareFieldInfo(const reflection::Field &selfField, const reflection::Field &otherField, bool … in CompareFieldInfo()
[all …]

12345678