/foundation/communication/dsoftbus/core/adapter/kv_store/src/ |
H A D | lnn_kv_data_change_listener.cpp | 46 void KvDataChangeListener::OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) in OnChange() argument
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kvstore_observer.h | 57 API_EXPORT virtual void OnChange(const DataOrigin &origin, Keys &&keys) {} in OnChange() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_notifier_proxy.cpp | 49 int32_t RdbNotifierProxy::OnChange(const Origin &origin, const PrimaryFields &primaries, ChangeInfo &&changeInfo) in OnChange() argument
|
H A D | rdb_watcher.cpp | 29 int32_t RdbWatcher::OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) in OnChange() argument 48 int32_t RdbWatcher::OnChange(const Origin &origin, cons argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | matrix_meta_data.h | 33 int32_t origin = Origin::LOCAL; member in OHOS::DistributedData::final
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_watcher.h | 38 int32_t origin = ORIGIN_BUTT; member in OHOS::DistributedData::GeneralWatcher
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_local_db_observer.cpp | 34 Origin origin; in OnChange() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | mkdtemp.cpp | 31 char* MallocCString(const std::string& origin) in MallocCString() argument
|
/third_party/elfutils/libdw/ |
H A D | dwarf_func_inline.c | 59 Dwarf_Die *origin = INTUSE(dwarf_formref_die) (attr, &origin_mem); in scope_visitor() local
|
/third_party/gn/src/gn/ |
H A D | label_ptr.h | 44 const ParseNode* origin = nullptr; member
|
H A D | metadata.h | 36 const ParseNode* origin() const { return origin_; } in origin() function in Metadata 37 void set_origin(const ParseNode* origin) { origin_ = origin; } in set_origin() argument
|
H A D | substitution_pattern.h | 73 const ParseNode* origin() const { return origin_; } in origin() function in SubstitutionPattern
|
H A D | substitution_list.cc | 35 Parse(const std::vector<std::string>& values, const ParseNode* origin, Err* err) Parse() argument
|
H A D | config_values_extractors.h | 52 const ParseNode* origin() const { in origin() function in ConfigValuesIterator
|
H A D | generated_file_target_generator.cc | 70 IsMetadataCollectionTarget( std::string_view variable, const ParseNode* origin) IsMetadataCollectionTarget() argument
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | llseek.c | 53 _llseek(unsigned int fd, unsigned long oh, unsigned long ol, llse_loff_t * result, unsigned int origin) _llseek() argument 60 _llseek(unsigned int fd, unsigned long oh, unsigned long ol, llse_loff_t * result, unsigned int origin) _llseek() argument 67 my_llseek(unsigned int fd, llse_loff_t offset, unsigned int origin) my_llseek() argument 81 llse_llseek(unsigned int fd, llse_loff_t offset, unsigned int origin) llse_llseek() argument 112 llse_llseek(unsigned int fd, llse_loff_t offset, unsigned int origin) llse_llseek() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkPixmapPriv.h | 36 static bool Orient(const SkPixmap& dst, SkEncodedOrigin origin, Fn&& decode) { in Orient() argument
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpsRenderPass.h | 18 GrMockOpsRenderPass(GrMockGpu* gpu, GrRenderTarget* rt, GrSurfaceOrigin origin, in GrMockOpsRenderPass() argument
|
/third_party/skia/tools/gpu/ |
H A D | BackendTextureImageFactory.cpp | 18 MakeBackendTextureImage(GrDirectContext* dContext, const SkPixmap& pixmap, GrRenderable renderable, GrSurfaceOrigin origin) MakeBackendTextureImage() argument 40 MakeBackendTextureImage(GrDirectContext* dContext, const SkImageInfo& info, SkColor4f color, GrMipmapped mipmapped, GrRenderable renderable, GrSurfaceOrigin origin) MakeBackendTextureImage() argument
|
/third_party/skia/gm/ |
H A D | particles.cpp | 27 ParticlesGM(const char* name, double startTime, SkISize size, SkPoint origin, std::vector<UniformValue> uniforms = {}) ParticlesGM() argument
|
/third_party/skia/include/codec/ |
H A D | SkEncodedOrigin.h | 32 static inline SkMatrix SkEncodedOriginToMatrix(SkEncodedOrigin origin, int w, int h) { in SkEncodedOriginToMatrix() argument 50 static inline bool SkEncodedOriginSwapsWidthHeight(SkEncodedOrigin origin) { in SkEncodedOriginSwapsWidthHeight() argument
|
/third_party/skia/docs/examples/ |
H A D | Canvas_accessTopLayerPixels_b.cpp | 16 SkIPoint origin; in REG_FIDDLE() local
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_common.cpp | 58 char* MallocCString(const std::string& origin) in MallocCString() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_observer.h | 69 virtual void OnChange(Origin origin, const std::string &originalId, ChangedData &&data) {}; in OnChange() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store_observer.cpp | 59 void NapiRdbStoreObserver::OnChange(const Origin &origin, const PrimaryFields &fields, ChangeInfo &&changeInfo) in OnChange() argument 107 NapiRdbStoreObserver::JSChangeInfo::JSChangeInfo(const Origin &origin, ChangeInfo::iterator info) in JSChangeInfo() argument
|