Home
last modified time | relevance | path

Searched refs:atomic (Results 1 – 25 of 1587) sorted by relevance

12345678910>>...64

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h116 …void UpdateProcessedNumber(const std::atomic<int32_t> &processStatus, std::atomic<uint64_t> &proce…
117 const std::atomic<uint64_t> &totalNumber);
131 std::atomic<uint64_t> migrateFileNumber_{0};
135 std::atomic<uint64_t> totalNumber_{0};
136 std::atomic<uint64_t> audioTotalNumber_{0};
137 std::atomic<uint64_t> updateTotalNumber_{0};
138 std::atomic<uint64_t> otherTotalNumber_{0};
139 std::atomic<uint64_t> ongoingTotalNumber_{0};
149 std::atomic<uint32_t> imageNumber_{0};
150 std::atomic<uint32_t> videoNumber_{0};
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h340 std::atomic<bool> mWifiSelfcureReset {false};
345 std::atomic<bool> mWifiStoping {false};
347 std::map<int, std::atomic<int>> mWifiState;
372 std::atomic<bool> mSoftapToggled {false};
391 std::atomic<int> mP2pEnhanceState {0};
392 std::atomic<int> mP2pDiscoverState {0};
394 std::atomic<int> mP2pCreatorUid {-1};
395 std::atomic<bool> mExplicitGroup {false};
400 std::atomic<bool> mIsSupportCoex {false};
411 std::atomic<bool> mThreadStatusFlag_ {false};
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/
H A Djs-apis-app-form-formInfo.md26 …s | No | Name of an application or atomic service.<br>**Atomic service API**: This API can be…
51 **Atomic service API**: This API can be used in atomic services since API version 11.
64 **Atomic service API**: This API can be used in atomic services since API version 11.
78 **Atomic service API**: This API can be used in atomic services since API version 11.
91 **Atomic service API**: This API can be used in atomic services since API version 11.
134 | Dimension_1_2 | 1 | 1 x 2.<br>**Atomic service API**: This API can be used in atomic servi…
150 | RECT | 1 | Rectangle.<br>**Atomic service API**: This API can be used in atomic services…
151 | CIRCLE | 2 | Circle.<br>**Atomic service API**: This API can be used in atomic services si…
157 **Atomic service API**: This API can be used in atomic services since API version 11.
171 **Atomic service API**: This API can be used in atomic services since API version 11.
[all …]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-atomic.md43 **Table 1** APIs for atomic operations
47 | Read | LOS_AtomicRead | Reads 32-bit atomic data. |
48 | Read | LOS_Atomic64Read | Reads 64-bit atomic data. |
49 | Write | LOS_AtomicSet | Sets 32-bit atomic data. |
50 | Write | LOS_Atomic64Set | Sets 64-bit atomic data. |
51 | Add | LOS_AtomicAdd | Adds 32-bit atomic data. |
52 | Add | LOS_Atomic64Add | Adds 64-bit atomic data. |
53 | Add | LOS_AtomicInc | Adds 1 to 32-bit atomic data. |
54 | Add | LOS_Atomic64Inc | Adds 1 to 64-bit atomic data. |
59 | Subtract | LOS_AtomicDec | Subtracts 1 from 32-bit atomic data. |
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Doh_audio_buffer.h67 std::atomic<uint32_t> futexObj;
72 std::atomic<uint64_t> basePosInFrame;
73 std::atomic<uint64_t> curWriteFrame;
74 std::atomic<uint64_t> curReadFrame;
76 std::atomic<uint32_t> underrunCount;
78 std::atomic<uint64_t> handlePos;
79 std::atomic<int64_t> handleTime;
81 std::atomic<float> streamVolume;
82 std::atomic<float> duckFactor;
96 std::atomic<SpanStatus> spanStatus;
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.25/
H A Dchangelogs-network.md11atomic service requests and improve the atomic service release efficiency and platform operation s…
17 If no domain name is configured for atomic services of API version 11 or earlier, the **request** A…
19 …throws this error code for access to a domain name not configured for an atomic service. For detai…
37 If you use the **request** API for HTTP request initiation when developing an atomic service, you n…
38 … see [Development Guide](https://developer.huawei.com/consumer/en-us/doc/atomic-guides-V5/agc-help…
40atomic service development, use **catch** to capture the error. If the error code is **2300998**, …
50atomic service requests and improve the atomic service release efficiency and platform operation s…
56 If no domain name is configured for atomic services of API version 11 or earlier, the **requestInSt…
76 If you use the **requestInStream** API for HTTP stream request initiation when developing an atomic
77 … see [Development Guide](https://developer.huawei.com/consumer/en-us/doc/atomic-guides-V5/agc-help…
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.h130 std::atomic<bool> cloudError_ = false;
132 std::atomic<bool> heartbeatError_ = false;
133 std::atomic<bool> lockStatus_ = false;
134 std::atomic<bool> conflictInUpload_ = false;
135 std::atomic<int32_t> blockTimeMs_ = 0;
137 std::atomic<int64_t> currentGid_ = 0;
138 std::atomic<int64_t> currentCursor_ = 1;
139 std::atomic<int64_t> currentVersion_ = 0;
140 std::atomic<int32_t> queryLimit_ = 100;
141 std::atomic<int32_t> heartbeatCount_ = 0;
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md15 … | No | Module name.<br>**Atomic service API**: This API can be used in atomic services since API…
16 … | No | Module icon.<br>**Atomic service API**: This API can be used in atomic services since API…
17 …D of the module icon.<br>**Atomic service API**: This API can be used in atomic services since API…
18 …| No | Module label.<br>**Atomic service API**: This API can be used in atomic services since API…
20 …| Module description.<br>**Atomic service API**: This API can be used in atomic services since API…
30 …| Yes | No | Preloaded modules in the atomic service.<br>**Atomic service API**: This API can be…
39 Describes the preloaded module information in the atomic service.
41 **Atomic service API**: This API can be used in atomic services since API version 11.
53 **Atomic service API**: This API can be used in atomic services since API version 11.
67 **Atomic service API**: This API can be used in atomic services since API version 12.
[all …]
H A Djs-apis-bundleManager-abilityInfo.md15 … | No | Bundle name.<br>**Atomic service API**: This API can be used in atomic services since API…
17 …| No | Ability name.<br>**Atomic service API**: This API can be used in atomic services since API…
19 …of the ability label.<br>**Atomic service API**: This API can be used in atomic services since API…
20 … Ability description.<br>**Atomic service API**: This API can be used in atomic services since API…
21 … ability description.<br>**Atomic service API**: This API can be used in atomic services since API…
23 … of the ability icon.<br>**Atomic service API**: This API can be used in atomic services since API…
28 … Ability launch mode.<br>**Atomic service API**: This API can be used in atomic services since API…
33 …orted by the ability.<br>**Atomic service API**: This API can be used in atomic services since API…
36 …e ability is enabled.<br>**Atomic service API**: This API can be used in atomic services since API…
38 … | No | Window size.<br>**Atomic service API**: This API can be used in atomic services since API…
[all …]
H A Djs-apis-bundleManager-applicationInfo.md15 … | Application name.<br>**Atomic service API**: This API can be used in atomic services since API…
17 …lication description.<br>**Atomic service API**: This API can be used in atomic services since API…
20 …he application label.<br>**Atomic service API**: This API can be used in atomic services since API…
22 …the application icon.<br>**Atomic service API**: This API can be used in atomic services since API…
25 …y of the application.<br>**Atomic service API**: This API can be used in atomic services since API…
28 …ication is removable.<br>**Atomic service API**: This API can be used in atomic services since API…
29 …D of the application.<br>**Atomic service API**: This API can be used in atomic services since API…
30 …D of the application.<br>**Atomic service API**: This API can be used in atomic services since API…
36 …a system application.<br>**Atomic service API**: This API can be used in atomic services since API…
37 …* (application) or **ATOMIC_SERVICE** (atomic service).<br>**Atomic service API**: This API can be…
[all …]
H A Djs-apis-app-ability-wantConstant.md23 …cross mission stacks.<br>**Atomic service API**: This API can be used in atomic services since API…
25 …ng the content title.<br>**Atomic service API**: This API can be used in atomic services since API…
26 …sharing the abstract.<br>**Atomic service API**: This API can be used in atomic services since API…
27 …n of sharing the URL.<br>**Atomic service API**: This API can be used in atomic services since API…
30 …tConstant.ShowMode**.<br>**Atomic service API**: This API can be used in atomic services since API…
32 …an application clone.<br>**Atomic service API**: This API can be used in atomic services since API…
46 …sion to read the URI.<br>**Atomic service API**: This API can be used in atomic services since API…
47 …rite data to the URI.<br>**Atomic service API**: This API can be used in atomic services since API…
49 …s not been installed.<br>**Atomic service API**: This API can be used in atomic services since API…
53 Enumerates the modes used to show the atomic service startup.
[all …]
H A Djs-apis-bundleManager-bundleInfo.md15 … | No | Bundle name.<br>**Atomic service API**: This API can be used in atomic services since API…
16 …Vendor of the bundle.<br>**Atomic service API**: This API can be used in atomic services since API…
17 …number of the bundle.<br>**Atomic service API**: This API can be used in atomic services since API…
18 …iption of the bundle.<br>**Atomic service API**: This API can be used in atomic services since API…
19 …distributed scenario.<br>**Atomic service API**: This API can be used in atomic services since API…
20 …r running the bundle.<br>**Atomic service API**: This API can be used in atomic services since API…
26 …bundle was installed.<br>**Atomic service API**: This API can be used in atomic services since API…
27 …e bundle was updated.<br>**Atomic service API**: This API can be used in atomic services since API…
39 **Atomic service API**: This API can be used in atomic services since API version 11.
57 **Atomic service API**: This API can be used in atomic services since API version 11.
[all …]
H A Djs-apis-inner-application-context.md24 … | Cache directory.<br>**Atomic service API**: This API can be used in atomic services since API…
25 … Temporary directory.<br>**Atomic service API**: This API can be used in atomic services since API…
27 …o | File directory.<br>**Atomic service API**: This API can be used in atomic services since API…
28 …| Database directory.<br>**Atomic service API**: This API can be used in atomic services since API…
29 …references directory.<br>**Atomic service API**: This API can be used in atomic services since API…
46 **Atomic service API**: This API can be used in atomic services since API version 11.
99 **Atomic service API**: This API can be used in atomic services since API version 11.
142 **Atomic service API**: This API can be used in atomic services since API version 11.
150 | dataGroupID | string | Yes | Group ID, which is assigned by the system when an atomic service p…
195 **Atomic service API**: This API can be used in atomic services since API version 11.
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.36/
H A Dchangelogs-network.md11atomic service requests and improve the atomic service release efficiency and platform operation s…
17 If no domain name is configured for atomic services of API version 11 or earlier, the **connect** A…
19 …throws this error code for access to a domain name not configured for an atomic service. For detai…
37 If you use the **webSocket.connect** API for connection setup when developing an atomic service, yo…
38 … see [Development Guide](https://developer.huawei.com/consumer/en-us/doc/atomic-guides-V5/agc-help…
40atomic service development, use **catch** to capture the error. If the error code is **2302998**, …
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h148 std::atomic<bool> canWrite_ {true};
149 std::atomic<bool> isNeedClean_ {false};
150 std::atomic<bool> isHitSeeking_ {false};
151 std::atomic<bool> isNeedDropData_ {false};
152 std::atomic<bool> isServerAcceptRange_ {false};
153 std::atomic<bool> isInterrupt_ {false};
154 std::atomic<bool> isInterruptNeeded_{false};
157 std::atomic<bool> isBuffering_ {false};
174 std::atomic<bool> isBufferingStart_ {false};
185 std::atomic<bool> isMinAndMaxOffsetUpdate_ {false};
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-FullScreenLaunchComponent.md4atomic services in full screen. If the invoked application (the one being launched) grants the inv…
11atomic service within this component, it must inherit from [EmbeddableUIAbility](../../apis-abilit…
34 **Atomic service API**: This API can be used in atomic services since API version 12.
45 | appId | string | Yes| - | Application ID for the atomic service.|
46 …s-apis-app-ability-atomicServiceOptions.md) | No| - | Parameters for launching the atomic service.|
H A Dts-text-common.md10 **Atomic service API**: This API can be used in atomic services since API version 11.
40 **Atomic service API**: This API can be used in atomic services since API version 12.
56 **Atomic service API**: This API can be used in atomic services since API version 12.
79 **Atomic service API**: This API can be used in atomic services since API version 12.
101 **Atomic service API**: This API can be used in atomic services since API version 14.
123 **Atomic service API**: This API can be used in atomic services since API version 12.
136 **Atomic service API**: This API can be used in atomic services since API version 12.
160 **Atomic service API**: This API can be used in atomic services since API version 12.
182 **Atomic service API**: This API can be used in atomic services since API version 12.
200 **Atomic service API**: This API can be used in atomic services since API version 12.
[all …]
H A Dohos-arkui-advanced-InnerFullScreenLaunchComponent-sys.md4atomic service. If the invoked application (the one being launched) grants the invoker the authori…
10atomic service within this component, it must inherit from [EmbeddableUIAbility](../../apis-abilit…
44 | controller | [LaunchController](#launchcontroller) | Yes| - | Controller for launching the atomic
54 …ervice | [LaunchAtomicServiceCallback](#launchatomicservicecallback) | Launches an atomic service.|
64 |appId | string |Yes| Application ID for the atomic service.|
65 …it/js-apis-app-ability-atomicServiceOptions.md) | No| Parameters for launching the atomic service.|
H A Dts-media-components-video.md27 **Atomic service API**: This API can be used in atomic services since API version 11.
39 **Atomic service API**: This API can be used in atomic services since API version 11.
53 **Atomic service API**: This API can be used in atomic services since API version 11.
75 **Atomic service API**: This API can be used in atomic services since API version 11.
91 **Atomic service API**: This API can be used in atomic services since API version 11.
107 **Atomic service API**: This API can be used in atomic services since API version 11.
123 **Atomic service API**: This API can be used in atomic services since API version 11.
139 **Atomic service API**: This API can be used in atomic services since API version 11.
157 **Atomic service API**: This API can be used in atomic services since API version 12.
178 **Atomic service API**: This API can be used in atomic services since API version 12.
[all …]
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_demuxer.h231 std::atomic<bool> isThreadExit_ = true;
252 std::atomic<bool> isStopped_ = true;
253 std::atomic<bool> isPaused_ = false;
262 std::atomic<float> speed_ {1.0f};
263 std::atomic<double> framerate_ {0.0};
271 std::atomic<bool> isSelectBitRate_ = false;
278 std::atomic<bool> isOnEventNoMemory_ = false;
279 std::atomic<bool> isSeekError_ = false;
287 std::atomic<bool> inPreroll_ = false;
292 std::atomic<bool> isSelectTrack_ = false;
[all …]
H A Ddecoder_surface_filter.h140 std::atomic<uint64_t> renderFrameCnt_{0};
141 std::atomic<uint64_t> discardFrameCnt_{0};
152 std::atomic<bool> isPaused_{false};
153 std::atomic<bool> isSeek_{false};
158 std::atomic<bool> isThreadExit_ = true;
161 std::atomic<int32_t> bitrateChange_{0};
164 std::atomic<bool> isRenderStarted_{false};
165 std::atomic<bool> isInterruptNeeded_{false};
170 std::atomic<bool> inPreroll_ {false};
172 std::atomic<bool> prerollDone_ {true};
[all …]
/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/export/
H A Dframe_report.h56 std::atomic<int32_t> activelyPid_ = FR_DEFAULT_PID;
57 std::atomic<uint64_t> activelyUniqueId_ = FR_DEFAULT_UNIQUEID;
58 std::atomic<int32_t> pendingBufferNum_ = 0;
59 std::atomic<int64_t> lastSwapBufferTime_ = 0;
60 std::atomic<int64_t> dequeueBufferTime_ = 0;
61 std::atomic<int64_t> queueBufferTime_ = 0;
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H A Dffrt_trace_record.h27 alignas(cacheline_size) std::atomic<unsigned int> submitCounter{0}; in alignas()
28 alignas(cacheline_size) std::atomic<unsigned int> enqueueCounter{0}; in alignas()
29 alignas(cacheline_size) std::atomic<unsigned int> coSwitchCounter{0}; in alignas()
30 alignas(cacheline_size) std::atomic<unsigned int> runCounter{0}; in alignas()
31 alignas(cacheline_size) std::atomic<unsigned int> doneCounter{0}; in alignas()
32 alignas(cacheline_size) std::atomic<unsigned int> cancelCounter{0}; in alignas()
36 std::atomic<uint64_t> waitTime{0};
37 std::atomic<uint64_t> runDuration{0};
38 std::atomic<uint64_t> executeTime{0};
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dbase_stream_demuxer.h137 std::atomic<bool> isIgnoreParse_{false};
138 std::atomic<bool> isIgnoreRead_{false};
141 std::atomic<bool> isInterruptNeeded_{false};
149 std::atomic<int32_t> newVideoStreamID_ = -1;
150 std::atomic<int32_t> newAudioStreamID_ = -1;
151 std::atomic<int32_t> newSubtitleStreamID_ = -1;
152 std::atomic<bool> changeStreamFlag_ = true;
153 std::atomic<bool> isExSubtitle_ = false;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service_stub.h60 std::atomic<int32_t> allRequestCount_ {0};
61 std::atomic<int32_t> bigDataReportCount_ {0};
62 std::atomic<int64_t> nextCheckTime_ = {0};
63 std::atomic<int64_t> nextReportBigDataTime_ = {0};
64 std::atomic<bool> isReportBigData_ = {false};
65 std::atomic<bool> isPrintLimitLog_ = {true};

12345678910>>...64