/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | file_column.cpp | 35 const std::string FileColumn::SYNC_STATUS = "sync_status"; member in OHOS::FileManagement::CloudDisk::FileColumn 66 SYNC_STATUS + " INT DEFAULT 0, " + 129 FILE_TIME_VISIT, SYNC_STATUS, POSITION, DIRTY_TYPE,
|
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | types.rs | 104 pub const SYNC_STATUS: &str = "SyncStatus"; const 147 …ColumnInfo { name: column::SYNC_STATUS, data_type: DataType::Number, is_primary_key: false, not_nu… 222 name: column::SYNC_STATUS,
|
/ohos5.0/base/security/asset/services/core_service/src/operations/ |
H A D | operation_add.rs | 60 condition.insert(column::SYNC_STATUS, Value::Number(SyncStatus::SyncDel as u32)); in resolve_conflict() 96 db_data.entry(column::SYNC_STATUS).or_insert(Value::Number(SyncStatus::SyncAdd as u32)); in add_default_attrs()
|
H A D | operation_remove.rs | 36 db_data.insert(column::SYNC_STATUS, Value::Number(SyncStatus::SyncDel as u32)); in add_normal_attrs()
|
H A D | operation_update.rs | 62 db_data.insert(column::SYNC_STATUS, Value::Number(SyncStatus::SyncUpdate as u32)); in add_normal_attrs()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | file_column.h | 50 static const std::string SYNC_STATUS; variable
|
/ohos5.0/base/security/asset/services/db_operator/src/test/ |
H A D | test_database.rs | 41 (column::SYNC_STATUS, Value::Number(0)),
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl2_rendering_context_base.h | 269 static const GLenum SYNC_STATUS = 0x9114; variable
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-graphic.md | 240 |新增|NA|方法名 or 属性名:SYNC_STATUS<br>函数:readonly SYNC_STATUS: webgl.GLenum;|webgl2.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-graphic.md | 240 |Added|NA|Method or attribute name: SYNC_STATUS<br>Function name: readonly SYNC_STATUS: webgl.GLenu…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-graphic.md | 326 …ingContextBase;<br>方法or属性:readonly SYNC_STATUS: GLenum;|类名:WebGL2RenderingContextBase;<br>方法or属性:r…
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context.cpp | 1218 return NVal::CreateInt64(env, WebGL2RenderingContextBase::SYNC_STATUS).val_; in GetSyncStatus()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 140 | webgl2 | WebGL2RenderingContextBase | readonly SYNC_STATUS: GLenum; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-graphic.md | 326 …ibute name: readonly SYNC_STATUS: GLenum;|Class name: WebGL2RenderingContextBase;<br>Method or att…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 140 | webgl2 | WebGL2RenderingContextBase | readonly SYNC_STATUS: GLenum; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 712 |删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly SYNC_STATUS: webgl.GLenum;|N…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 712 …name: WebGL2RenderingContextBase<br>Method or attribute name: readonly SYNC_STATUS: webgl.GLenum;|…
|