Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_sub_test.cpp349 std::vector<int32_t> tags; variable
350 tags.push_back(1001);
352 EXPECT_NE(tags.size(), configs.size());
354 EXPECT_EQ(tags.size(), configs.size());
367 std::vector<int32_t> tags; variable
368 tags.push_back(1000);
369 tags.push_back(1001);
371 EXPECT_NE(tags.size(), configs.size());
374 EXPECT_EQ(tags.size(), configs.size());
381 std::vector<int32_t> tags; in SocPerfSubTestLimitRequestTask() local
[all …]
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp132 static void ParseSysFiles(cJSON *tags, TagCategory& tagCategory) in ParseSysFiles() argument
134 cJSON *sysFiles = cJSON_GetObjectItem(tags, "sysFiles"); in ParseSysFiles()
147 cJSON* tags = nullptr; in ParseTagCategory() local
148 cJSON_ArrayForEach(tags, tagCategoryNode) { in ParseTagCategory()
149 if (tags == nullptr || tags->string == nullptr) { in ParseTagCategory()
153 cJSON* description = cJSON_GetObjectItem(tags, "description"); in ParseTagCategory()
157 cJSON* tagOffset = cJSON_GetObjectItem(tags, "tag_offset"); in ParseTagCategory()
161 cJSON* type = cJSON_GetObjectItem(tags, "type"); in ParseTagCategory()
165 ParseSysFiles(tags, tagCategory); in ParseTagCategory()
166 allTags.insert(std::pair<std::string, TagCategory>(tags->string, tagCategory)); in ParseTagCategory()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.cpp71 auto tags = ParseEntries(playList); in Update() local
72 UpdateFromTags(tags); in Update()
73 tags.clear(); in Update()
132 void M3U8::UpdateFromTags(std::list<std::shared_ptr<Tag>>& tags) in UpdateFromTags() argument
135 info.bVod = !tags.empty() && tags.back()->GetType() == HlsTag::EXTXENDLIST; in UpdateFromTags()
137 for (auto& tag : tags) { in UpdateFromTags()
210 auto tags = ParseEntries(playList_); in UpdateMasterPlaylist() local
211 std::for_each(tags.begin(), tags.end(), [this] (std::shared_ptr<Tag>& tag) { in UpdateMasterPlaylist()
244 tags.clear(); in UpdateMasterPlaylist()
/ohos5.0/build/rust/tests/test_cxx_rust/src/
H A Dclient_blobstore.cpp34 std::set<std::string> tags;
67 impl->blobs[blobid].tags.emplace(add_tag); in add_tag()
77 std::for_each(blob->second.tags.cbegin(), blob->second.tags.cend(), in get_metadata()
78 [&](auto &t) { get_metadata.tags.emplace_back(t); }); in get_metadata()
H A Dmain.rs22 tags: Vec<String>, field
78 println!("tags = {:?}", get_metadata.tags); in main()
/ohos5.0/base/msdp/device_status/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp65 uint32_t tags { 0u }; in AddInterceptor() local
67 tags |= MMI::CapabilityToTags(MMI::INPUT_DEV_CAP_POINTER); in AddInterceptor()
70 tags |= MMI::CapabilityToTags(MMI::INPUT_DEV_CAP_KEYBOARD); in AddInterceptor()
72 if (tags == 0u) { in AddInterceptor()
78 …erceptorId = MMI::InputManager::GetInstance()->AddInterceptor(interceptor, DEFAULT_PRIORITY, tags); in AddInterceptor()
94 uint32_t tags = CapabilityToTags(MMI::INPUT_DEV_CAP_POINTER); in AddFilter() local
95 …t filterId = MMI::InputManager::GetInstance()->AddInputEventFilter(filter, DEFAULT_PRIORITY, tags); in AddFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dopentype_basic_type.cpp34 tagsWithZero[0] = tags[0]; // 0 means array subscripts in Get()
35 tagsWithZero[1] = tags[1]; // 1 means array subscripts in Get()
36 tagsWithZero[2] = tags[2]; // 2 means array subscripts in Get()
37 tagsWithZero[3] = tags[3]; // 3 means array subscripts in Get()
/ohos5.0/foundation/multimodalinput/input/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp113 uint32_t tags { 0u }; in AddInterceptor() local
115 tags |= MMI::CapabilityToTags(MMI::INPUT_DEV_CAP_POINTER); in AddInterceptor()
118 tags |= MMI::CapabilityToTags(MMI::INPUT_DEV_CAP_KEYBOARD); in AddInterceptor()
120 if (tags == 0u) { in AddInterceptor()
126 …erceptorId = MMI::InputManager::GetInstance()->AddInterceptor(interceptor, DEFAULT_PRIORITY, tags); in AddInterceptor()
142 uint32_t tags = CapabilityToTags(MMI::INPUT_DEV_CAP_POINTER); in AddFilter() local
143 …t filterId = MMI::InputManager::GetInstance()->AddInputEventFilter(filter, DEFAULT_PRIORITY, tags); in AddFilter()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-svg.md3 …* component supports a subset of the SVG 1.1 specification. The supported tags and attributes are …
7 The basic shape tags include the following: \<rect\>, \<circle\>, \<ellipse\>, \<line\>, \<polyline…
11 > Basic tags support the following universal attributes:
28tags include the following: \<filter\>, \<feOffset\>, \<feGaussianBlur\>, \<feBlend\>, and \<. The…
42 The mask tags include the following: \<mask\>
49 The clipping tags include the following: \<clippath\>
56 The pattern tags include the following: \<pattern\>
63 The gradient tags include the following: \<linearGradient\>, \<racialGradient\>, \<stop\>
73 The image tags include the following: \<image\>
80 The animation tags include the following: \<animate\>, \<animateTransform\>
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkts.md11 In specific scenarios, data with consecutive CDATA tags is incorrectly parsed into the same element.
15 The bug is fixed so that data with consecutive CDATA tags is parsed into different elements.
49 Data with consecutive CDATA tags is parsed into different elements.
53 2. Two consecutive CDATA tags exist in the XML data, and there is no space or line feed character b…
/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhitrace_adapter_impl.cpp66 uint64_t tags = ConvertToUint64(enable, 0); in IsHiTraceEnable() local
67 return (tags & HITRACE_TAG_NWEB); in IsHiTraceEnable()
102 uint64_t tags = ConvertToUint64(enable, 0); in IsACETraceEnable() local
103 return (tags & HITRACE_TAG_ACE); in IsACETraceEnable()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/
H A Dsoc_action_base.cpp35 std::vector<int32_t> tags; in SocLimitRequest() local
37 tags.push_back(tag); in SocLimitRequest()
39 …OHOS::SOCPERF::SocPerfClient::GetInstance().LimitRequest(ACTION_TYPE_THERMAL_ID, tags, configs, ""… in SocLimitRequest()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/
H A Dnapi_hitrace_meter.cpp125 void SetTagsParam(const napi_env& env, const napi_value& value, uint64_t& tags) in SetTagsParam() argument
150 tags |= g_tagsMap[tagStr]; in SetTagsParam()
155 bool ParseTagsParam(const napi_env& env, const napi_value& value, uint64_t& tags) in ParseTagsParam() argument
165 SetTagsParam(env, value, tags); in ParseTagsParam()
263 uint64_t tags = HITRACE_TAG_APP; in JSStartCaptureAppTrace() local
264 if (!ParseTagsParam(env, argv[FIRST_ARG_INDEX], tags)) { in JSStartCaptureAppTrace()
279 if (StartCaptureAppTrace((TraceFlag)flag, tags, limitSize, file) != RET_SUCC) { in JSStartCaptureAppTrace()
/ohos5.0/foundation/communication/nfc/services/
H A DBUILD.gn45 "src/ipc/tags",
104 "src/ipc/tags/foreground_callback_proxy.cpp",
105 "src/ipc/tags/foreground_death_recipient.cpp",
106 "src/ipc/tags/reader_mode_callback_proxy.cpp",
107 "src/ipc/tags/reader_mode_death_recipient.cpp",
108 "src/ipc/tags/tag_session.cpp",
109 "src/ipc/tags/tag_session_stub.cpp",
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dutils_test.cpp215 uint8_t tags[10]; variable
222 EXPECT_FALSE(constant.DCopy(tags, tagLen, src, srcLen));
224 EXPECT_FALSE(constant.DCopy(tags, tagsLen, src, srcsLen));
226 EXPECT_FALSE(constant.DCopy(tags, tagLen, srcs, srcLen));
227 EXPECT_TRUE(constant.DCopy(tags, tagsLen, srcs, srcsLen));
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcapture_output.h63 const static std::set<camera_device_metadata_tag_t> tags = {}; in GetObserverControlTags() local
64 return tags; in GetObserverControlTags()
76 const static std::set<camera_device_metadata_tag_t> tags = {}; in GetObserverResultTags() local
77 return tags; in GetObserverResultTags()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_trace_delegate.cpp41 CollectResult<int32_t> HiViewServiceTraceDelegate::OpenRecording(const std::string& tags) in OpenRecording() argument
43 auto proxyHandler = [&tags] (HiviewServiceAbilityProxy& proxy) { in OpenRecording()
44 return proxy.OpenRecordingTrace(tags); in OpenRecording()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H A Dtrace_collector_impl.cpp32 virtual CollectResult<int32_t> OpenRecording(const std::string& tags) override;
55 CollectResult<int32_t> TraceCollectorImpl::OpenRecording(const std::string& tags) in OpenRecording() argument
57 return HiViewServiceTraceDelegate::OpenRecording(tags); in OpenRecording()
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_stub.cpp194 std::vector<int32_t> tags; in StubLimitRequest() local
195 if (!data.ReadInt32Vector(&tags)) { in StubLimitRequest()
199 if (tags.size() == MSG_VECTOR_INVALID_LEN || tags.size() > MSG_VECTOR_MAX_LEN) { in StubLimitRequest()
223 LimitRequest(clientId, tags, configs, msg); in StubLimitRequest()
/ohos5.0/docs/en/application-dev/connectivity/nfc/
H A Dnfc-tag-access-guide.md4 …. NFC operates at 13.56 MHz. With NFC technologies, electronic devices can read and write NFC tags.
5 NFC tags support one or more communications technologies listed as follows:
16 …es an NFC tag via the NFC antenna to read and write the NFC tag data. NFC tags can be read and wri…
28 …obtaining objects of the tags that use different NFC tag technologies. The objects obtained are us…
32 … | Obtains an **NfcATag** object, which allows access to the tags that use the NFC-A …
33 … | Obtains an **NfcBTag** object, which allows access to the tags that use the NFC-B …
34 … | Obtains an **NfcFTag** object, which allows access to the tags that use the NFC-F …
35 … | Obtains an **NfcVTag** object, which allows access to the tags that use the NFC-V …
36 …: IsoDepTag | Obtains an **IsoDepTag** object, which allows access to the tags that use the ISO-DE…
37 …nfo): NdefTag | Obtains an **NdefTag** object, which allows access to the tags that use the NDEF t…
[all …]
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-bindgen-cxx-guide.md261 std::set<std::string> tags;
294 impl->blobs[blobid].tags.emplace(add_tag);
304 std::for_each(blob->second.tags.cbegin(), blob->second.tags.cend(),
305 [&](auto &t) { get_metadata.tags.emplace_back(t); });
328 tags: Vec<String>,
382 // Read back the tags.
384 println!("tags = {:?}", get_metadata.tags);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp111 std::list<std::shared_ptr<Tag>> tags = ParseEntries(playList); in Update() local
112 UpdateFromTags(tags); in Update()
113 tags.clear(); in Update()
177 void M3U8::UpdateFromTags(std::list<std::shared_ptr<Tag>>& tags) in UpdateFromTags() argument
186 for (auto& tag : tags) { in UpdateFromTags()
485 auto tags = ParseEntries(playList_); in UpdateMasterPlaylist() local
486 std::for_each(tags.begin(), tags.end(), [this] (std::shared_ptr<Tag>& tag) { in UpdateMasterPlaylist()
526 tags.clear(); in UpdateMasterPlaylist()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_util.cpp53 bool MemoryUtil::GetTypeValue(const string &str, const vector<string> &tags, string &type, uint64_t… in GetTypeValue() argument
63 auto iter = find(tags.begin(), tags.end(), tempType); in GetTypeValue()
64 if (iter != tags.end()) { in GetTypeValue()
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_check.cpp98 bool CheckTagRange(const napi_env env, const AssetAttr &attr, const std::vector<uint32_t> &tags) in CheckTagRange() argument
100 auto it = std::find(tags.begin(), tags.end(), attr.value.u32); in CheckTagRange()
101 if (it == tags.end()) { in CheckTagRange()
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-tagSession.md48 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
79 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
113 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
142 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
175 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
208 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
245 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
279 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
318 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
353 // getXXX can be getIsoDep, getNdef, getMifareClassic, or any other getter for NFC tags.
[all …]

12345678910>>...14