/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/ |
H A D | audio_effect_manager.cpp | 311 std::unordered_set<std::string> seen; in UpdateDuplicateMode() local 315 seen.clear(); in UpdateDuplicateMode() 318 if (seen.count(stream.streamEffectMode[i].mode)) { in UpdateDuplicateMode() 321 seen.insert(stream.streamEffectMode[i].mode); in UpdateDuplicateMode() 335 std::unordered_set<std::string> seen; in UpdateDuplicateDeviceRecord() local 337 seen.clear(); in UpdateDuplicateDeviceRecord() 340 if (seen.count(streamEffectMode.devicePort[i].type)) { in UpdateDuplicateDeviceRecord() 343 seen.insert(streamEffectMode.devicePort[i].type); in UpdateDuplicateDeviceRecord()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_observed_property_abstract.ts | 137 let seen = new Set<ObservedPropertyAbstractPU<any>>(); 141 seen.add(item); 151 if (!seen.has(subscriber)) {
|
/ohos5.0/commonlibrary/c_utils/docs/en/ |
H A D | c_utils_thread_pool.md | 30 1. Examples can be seen in base/test/unittest/common/utils_thread_pool_test.cpp
|
H A D | c_utils_timer.md | 24 1. Examples can be seen in base/test/unittest/common/utils_timer_test.cpp
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-animation.md | 19 Smart use of animations can breathe life into the process of interaction. The frequently seen anima…
|
H A D | arkts-layout-development-create-list.md | 6 … data types or data type sets, such as images and text. Some common lists seen in applications are…
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | application-performance-analysis.md | 103 The **Heavy** view lists the top functions of all call stacks. It can be seen as a **bottom-up view… 125 The **Tree** view lists the bottom functions of all call stacks. It can be seen as a **top-down vie… 163 … of the **program** node, **idle** node, and all stack bottoms. It can be seen as the upper layer …
|
H A D | waterflow_optimization.md | 5 The waterfall layout is a popular layout for presenting images and frequently seen in shopping and …
|
H A D | swiper_optimization.md | 5 During application development, the **Swiper ** component is frequently seen in page turning scenar…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-arkcompiler.md | 93 …The read-only tuple now treats the length property as read-only. This can be seen for tuples with …
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-smallchip-kernel-a.md | 32 As can be seen from preceding figure, kernel basic adaptation involves the following parts:
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-create-custom-components.md | 466 …ner component instead of the **Button** component of **MyComponent2**. As seen from the rendering …
|
H A D | properly-use-state-management-to-develope.md | 1370 Frequently seen in applications, the combination of object arrays and [ForEach](arkts-rendering-con…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-i2c-develop.md | 165 …ontrollers are distinguished by **busID** and **reg_pbase**, which can be seen in the **i2c_config…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 4720 let seen = new Set(); 4723 seen.add(item); 4731 if (!seen.has(subscriber)) {
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-cpp-coding-style-guide.md | 1168 …3. Forward declaration of symbols from the namespace `std::` is seen as undefined behavior (as spe… 1751 4. Compared with delegation, inheritance is seen as white box reuse, that is, a derived class can a… 1980 The number 0 is often seen as a magic number. For example, `status = 0`; cannot truly express any s…
|
H A D | OpenHarmony-c-coding-style-guide.md | 2052 The number 0 is sometimes seen as a magic number. For example, the `status = 0;` cannot truly expre…
|
/ohos5.0/docs/en/design/ |
H A D | OpenHarmony-API-quality.md | 531 …s, such as **picture** and **image**, and **path** and **URL**, are often seen in the same set of …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | _web.md | 764 …EAD_IF_READY** of the socket is not implemented. This error should not be seen by the user because…
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 56253 libraries that are incorporated in them. (We have not seen how to achieve 140284 libraries that are incorporated in them. (We have not seen how to achieve
|