Home
last modified time | relevance | path

Searched refs:Origin (Results 1 – 25 of 94) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_store_observer.h28 using Origin = DistributedRdb::Origin;
30 JSChangeInfo(const Origin &origin, ChangeInfo::iterator info);
43 …void OnChange(const Origin &origin, const PrimaryFields &fields, ChangeInfo &&changeInfo) override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.cpp31 int32_t RdbWatcher::OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&val… in OnChange()
37 DistributedRdb::Origin rdbOrigin; in OnChange()
50 int32_t RdbWatcher::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) in OnChange()
H A Drdb_watcher.h28 …int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) overri…
29 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_watcher.h25 struct Origin { struct
59 …virtual int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values… argument
60 virtual int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) = 0;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store_impl.h40 using Origin = DistributedRdb::Origin;
48 void OnChange(const OHOS::DistributedRdb::Origin &origin, const PrimaryFields &fields,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_access_request_impl.cpp31 ArkWebString ArkWebAccessRequestImpl::Origin() in Origin() function in OHOS::ArkWeb::ArkWebAccessRequestImpl
33 return ArkWebStringClassToStruct(nweb_access_request_->Origin()); in Origin()
H A Dark_web_screen_capture_access_request_impl.cpp44 ArkWebString ArkWebScreenCaptureAccessRequestImpl::Origin() in Origin() function in OHOS::ArkWeb::ArkWebScreenCaptureAccessRequestImpl
46 return ArkWebStringClassToStruct(nweb_screen_capture_access_request_->Origin()); in Origin()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_watcher_mock.cpp28 int32_t MockGeneralWatcher::OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeIn… in OnChange()
33 int32_t MockGeneralWatcher::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) in OnChange()
H A Dgeneral_watcher_mock.h35 …int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) overri…
37 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_access_request_wrapper.cpp31 std::string ArkWebAccessRequestWrapper::Origin() in Origin() function in OHOS::ArkWeb::ArkWebAccessRequestWrapper
33 ArkWebString stOrigin = ark_web_access_request_->Origin(); in Origin()
H A Dark_web_screen_capture_access_request_wrapper.cpp44 std::string ArkWebScreenCaptureAccessRequestWrapper::Origin() in Origin() function in OHOS::ArkWeb::ArkWebScreenCaptureAccessRequestWrapper
46 ArkWebString stOrigin = ark_web_screen_capture_access_request_->Origin(); in Origin()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h40 using Origin = DistributedRdb::Origin; variable
106 API_EXPORT bool Marshalling(const Origin &input, MessageParcel &data);
108 API_EXPORT bool Unmarshalling(Origin &output, MessageParcel &data);
H A Drdb_notifier_stub.h33 … using DataChangeHandler = std::function<void(const Origin &origin, const PrimaryFields &primaries,
41 …int32_t OnChange(const Origin &origin, const PrimaryFields &primaries, ChangeInfo &&changeInfo) ov…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_access_request.h47 virtual std::string Origin() = 0;
91 virtual std::string Origin() = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.h30 …int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) overri…
31 …int32_t OnChange(const Origin &origin, const GeneralWatcher::Fields &fields, ChangeData &&datas) o…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp108 …int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) overri… in OnChange()
113 int32_t OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) override in OnChange()
542 auto ret = store->Watch(GeneralWatcher::Origin::ORIGIN_CLOUD, watcher);
544 ret = store->Unwatch(GeneralWatcher::Origin::ORIGIN_CLOUD, watcher);
547 ret = store->Watch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
549 ret = store->Watch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
552 ret = store->Unwatch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
554 ret = store->Unwatch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
656 …store->observer_.OnChange(DistributedDB::Origin::ORIGIN_CLOUD, "originalId", std::move(changedData…
657 auto result = store->Watch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
[all …]
H A Drdb_general_store_test.cpp828 auto result = store->Watch(GeneralWatcher::Origin::ORIGIN_CLOUD, watcher);
830 result = store->Unwatch(GeneralWatcher::Origin::ORIGIN_CLOUD, watcher);
833 result = store->Watch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
835 result = store->Watch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
838 result = store->Unwatch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
840 result = store->Unwatch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
859 …store->observer_.OnChange(DistributedDB::Origin::ORIGIN_CLOUD, "originalId", std::move(changedData…
860 auto result = store->Watch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
863 …store->observer_.OnChange(DistributedDB::Origin::ORIGIN_CLOUD, "originalId", std::move(changedData…
864 result = store->Unwatch(GeneralWatcher::Origin::ORIGIN_ALL, watcher);
/ohos5.0/docs/
H A DDCO.txt1 Developer Certificate of Origin
19 Developer's Certificate of Origin 1.1
38 Above Chinese version of the Developer's Certificate of Origin is translated by the OpenAtom Founda…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_observer.h46 enum Origin : int32_t { enum
69 virtual void OnChange(Origin origin, const std::string &originalId, ChangedData &&data) {}; in OnChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dmatrix_meta_data.h22 enum Origin : int32_t { enum
33 int32_t origin = Origin::LOCAL;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dstore_test.cpp120 GeneralWatcher::Origin origin;
143 GeneralWatcher::Origin origin;
167 GeneralWatcher::Origin origin;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp114 SET_NAPI_PROPERTY(origin, "LOCAL", int32_t(NativeRdb::AbsPredicates::Origin::LOCAL)); in ExportOrigin()
115 SET_NAPI_PROPERTY(origin, "CLOUD", int32_t(NativeRdb::AbsPredicates::Origin::CLOUD)); in ExportOrigin()
116 SET_NAPI_PROPERTY(origin, "REMOTE", int32_t(NativeRdb::AbsPredicates::Origin::REMOTE)); in ExportOrigin()
153 SET_NAPI_PROPERTY(changeType, "DATA_CHANGE", int32_t(DistributedRdb::Origin::BASIC_DATA)); in ExportChangeType()
154 SET_NAPI_PROPERTY(changeType, "ASSET_CHANGE", int32_t(DistributedRdb::Origin::ASSET_DATA)); in ExportChangeType()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp253 store_->Watch(Origin::ORIGIN_ALL, *this); in Delegate()
269 store_->Unwatch(Origin::ORIGIN_ALL, *this); in ~Delegate()
297 store_->Unwatch(Origin::ORIGIN_ALL, *this); in Close()
323 int32_t AutoCache::Delegate::OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeI… in OnChange()
346 int32_t AutoCache::Delegate::OnChange(const Origin &origin, const Fields &fields, ChangeData &&data… in OnChange()
/ohos5.0/docs/en/contribute/
H A Dhow-to-contribute.md7 **Signing the Developer Certificate of Origin**
9 You must sign the Developer Certificate of Origin (DCO) before you can contribute to the community.
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_notifier_stub.cpp90 int32_t RdbNotifierStub::OnChange(const Origin &origin, const PrimaryFields &primaries, ChangeInfo … in OnChange()
100 Origin origin; in OnChangeInner()

1234