Home
last modified time | relevance | path

Searched defs:tag (Results 201 - 225 of 3046) sorted by relevance

12345678910>>...122

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item.h30 ScrollableItem(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in ScrollableItem() argument
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_symbol.cpp41 auto tag = BIT_CAST(value, JSValueRef); in ARKTS_IsSymbol() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslog_fuzzer/
H A Drslog_fuzzer.cpp64 RSLog::Tag tag = RSLog::Tag::RS_CLIENT; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_tag_tracker.cpp100 RSTagTracker::RSTagTracker(Drawing::GPUContext* gpuContext, Drawing::GPUResourceTag& tag) : gpuContext_(gpuContext) in RSTagTracker() argument
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect.cpp31 void GEVisualEffect::SetParam(const std::string& tag, int32_t param) in SetParam() argument
37 void GEVisualEffect::SetParam(const std::string& tag, int64_t param) in SetParam() argument
42 void GEVisualEffect::SetParam(const std::string& tag, float param) in SetParam() argument
47 void GEVisualEffect::SetParam(const std::string& tag, double param) in SetParam() argument
52 void GEVisualEffect::SetParam(const std::string& tag, const char* const param) in SetParam() argument
57 SetParam(const std::string& tag, const Drawing::Matrix param) SetParam() argument
62 SetParam(const std::string& tag, const std::vector<std::pair<float, float>> param) SetParam() argument
67 SetParam(const std::string& tag, bool param) SetParam() argument
72 SetParam(const std::string& tag, uint32_t param) SetParam() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_log.cpp29 inline const OHOS::HiviewDFX::HiLogLabel& GenerateLabel(RSLog::Tag tag) in GenerateLabel() argument
35 void RSLogOutput(RSLog::Tag tag, RSLog::Level level, const char* format, ...) in RSLogOutput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_log_test.cpp47 RSLog::Tag tag = RSLog::Tag::RS_CLIENT; in HWTEST_F() local
/foundation/multimedia/image_framework/mock/native/src/
H A DHiLog.cpp22 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() argument
/foundation/multimedia/media_foundation/test/unittest/
H A DTestFileSourcePlugin.cpp81 Tag tag = Tag::SECTION_VIDEO_UNIVERSAL_START; in HWTEST_F() local
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_object.h42 void SetTag(const std::string &tag) in SetTag() argument
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_filter_base.h85 ErrorCode GetPluginParameterLocked(Tag tag, T& value) in GetPluginParameterLocked() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dnine_path_listener_test.cpp41 const std::string tag = "npTc"; in HWTEST_F() local
76 const std::string tag = "npTc"; in HWTEST_F() local
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/
H A Dmetadata_common_utils.h43 bool AddOrUpdateMetadata(common_metadata_header_t* src, uint32_t tag, const T* data, uint32_t dataCount) in AddOrUpdateMetadata() argument
59 AddOrUpdateMetadata( std::shared_ptr<OHOS::Camera::CameraMetadata>& metadata, uint32_t tag, const T* data, uint32_t dataCount) AddOrUpdateMetadata() argument
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Deffect_trace.h35 inline EffectTrace(std::uint64_t tag, const std::string &title) : mTag(tag) in EffectTrace() argument
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_tags_unit_test.h46 std::shared_ptr<Tag> tag = std::make_shared<Tag>(HlsTag::EXTXKEY); member
/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dentrance_log.h36 InnerFunctionTracer(HilogFunc logfn, const char* tag, LogLevel level) in InnerFunctionTracer() argument
/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/mock/
H A Dhilog_mock.cpp22 int32_t HilogMock::HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() argument
36 int32_t HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() argument
49 int32_t HiLogPrintDictNew(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintDictNew() argument
/foundation/communication/dsoftbus/core/common/dfx/log/src/
H A Dsoftbus_log.c22 static void SoftBusLogPrint(const char *line, uint32_t level, uint32_t domain, const char *tag) in SoftBusLogPrint() argument
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Disodep_tag.cpp22 IsoDepTag::IsoDepTag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::NFC_ISODEP_TECH) in IsoDepTag() argument
35 std::shared_ptr<IsoDepTag> IsoDepTag::GetTag(std::weak_ptr<TagInfo> tag) in GetTag() argument
H A Dndef_formatable_tag.cpp23 NdefFormatableTag::NdefFormatableTag(std::weak_ptr<TagInfo> tag) in NdefFormatableTag() argument
28 std::shared_ptr<NdefFormatableTag> NdefFormatableTag::GetTag(std::weak_ptr<TagInfo> tag) in GetTag() argument
H A Dnfca_tag.cpp22 NfcATag::NfcATag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::NFC_A_TECH) in NfcATag() argument
41 std::shared_ptr<NfcATag> NfcATag::GetTag(std::weak_ptr<TagInfo> tag) in GetTag() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dconstant.h51 API_EXPORT inline static std::enable_if_t<is_pod<T> && is_pod<S>, bool> Copy(T *tag, const S *src) in Copy() argument
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpasteboard_ffi.h27 char *tag; member
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/inner_kits/
H A Dav_trans_control_center_callback_test.cpp47 AVTransTag tag = AVTransTag::START_AV_SYNC; in HWTEST_F() local
64 AVTransTag tag = AVTransTag::STOP_AV_SYNC; in HWTEST_F() local
81 AVTransTag tag = AVTransTag::TIME_SYNC_RESULT; in HWTEST_F() local
H A Dav_trans_control_center_callback_test.h68 (void) tag; variable
140 (void) tag; variable

Completed in 8 milliseconds

12345678910>>...122