Home
last modified time | relevance | path

Searched refs:Fields (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/docs/en/application-dev/tools/
H A Dapp-check-tool.md54 **Fields of the output**
63 | result | Struct | [Fields of result](#section1) |
65 **Fields of result**<a name="section1"></a>
106 **Fields of the output**
115 | result | Struct | [Fields of result](#section2) |
117 **Fields of result**<a name="section2"></a>
179 **Fields of the output**
189 | result | Struct | [Fields of result](#section3) …
191 **Fields of result**<a name="section3"></a>
197 | files | Stuct | [Fields of files](#section4) |
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h90 using Fields = std::vector<std::string>; variable
316 const Fields &columns, const std::string &whereClause = "", const Values &args = {},
326 …ared_ptr<AbsSharedResultSet> Query(const AbsRdbPredicates &predicates, const Fields &columns = {});
371 …virtual std::shared_ptr<ResultSet> QueryByStep(const AbsRdbPredicates &predicates, const Fields &c…
382 const Fields &columns, int &errCode);
391 const Fields &columns);
H A Dtransaction.h40 using Fields = std::vector<std::string>;
171 …virtual std::shared_ptr<ResultSet> QueryByStep(const AbsRdbPredicates &predicates, const Fields &c…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_watcher.h55 using Fields = std::map<std::string, std::vector<std::string>>; variable
60 virtual int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) = 0;
H A Dauto_cache.h80 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp222 …const Fields &columns, const std::string &whereClause, const Values &args, const std::string &grou… in Query()
234 …_ptr<AbsSharedResultSet> RdbStore::Query(const AbsRdbPredicates &predicates, const Fields &columns) in Query()
258 …sultSet> RdbStore::QueryByStep(const AbsRdbPredicates &predicates, const RdbStore::Fields &columns, in QueryByStep()
273 const Fields &columns, int &errCode) in RemoteQuery()
283 const Fields &columns) in QuerySharingResource()
H A Dtransaction_impl.cpp268 const Fields &columns, bool preCount) in QueryByStep()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dstore_test.cpp144 GeneralWatcher::Fields fields;
168 GeneralWatcher::Fields fields;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_watcher_mock.cpp33 int32_t MockGeneralWatcher::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) in OnChange()
H A Dgeneral_watcher_mock.h37 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.h29 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override;
H A Drdb_watcher.cpp50 int32_t RdbWatcher::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) in OnChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.h31 …int32_t OnChange(const Origin &origin, const GeneralWatcher::Fields &fields, ChangeData &&datas) o…
H A Dkvdb_watcher.cpp52 int32_t KVDBWatcher::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) in OnChange()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-bundlemanager.md3 ## cl.bundlemanager.1 Rule Changed for Verifying Mandatory Fields Under abilities
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtransaction_impl.h47 … std::shared_ptr<ResultSet> QueryByStep(const AbsRdbPredicates &predicates, const Fields &columns,
H A Drdb_store_impl.h92 const Fields &columns, int &errCode) override;
94 const Fields &columns) override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dmod.rs28 AppInfo, CloudData, Connect, Database, Databases, Field, FieldRaw, FieldType, Fields,
H A Dconnect.rs452 pub(crate) struct Fields(pub(crate) Vec<Field>); struct
454 impl Serialize for Fields { implementation
460 impl Deserialize for Fields { implementation
462 let result = Fields(vec_raw_read::<Field>(parcel)?); in deserialize()
471 pub(crate) fields: Fields,
488 fields: parcel.read::<Fields>()?, in deserialize()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/
H A Dchangelogs-bundlemanager.md3 ## cl.bundlemanager.1 Fields appId and appIdentifier Are Added to OH_NativeBundle_ApplicationInfo a…
/ohos5.0/base/telephony/telephony_data/
H A DREADME.md136 | columns | Fields in the query result.|
174 // Fields in the query result
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.2/
H A Dchangelog-bundlemanager.md300 …the bundle manager. Fields that are not listed in the table exist in the new **AbilityInfo** struc…
538 Fields in the **ShortcutInfo** structure of the bundle manager are changed. The **bundle/shortcutIn…
547 The following table lists the field changes of the **ShortcutInfo** structure. Fields that are not …
557 The following table lists the field changes of the **ShortcutWant** structure. Fields that are not …
599 2. Fields are added to the **HashParam** structure as follows.
606 3. Fields are added to the **InstallParam** structure as follows.
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs240 fields: ipc_conn::Fields(fields), in try_from()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md37 ## cl.bundlemanager.2 Deleted the appId and appIdentifier Fields from OH_NativeBundle_ApplicationIn…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-ueventd.md36 **Fields in the Configuration File**

12