/foundation/ace/ace_engine/frameworks/base/memory/ |
D | ref_counter.h | 43 explicit ThreadSafeCounter(int32_t count) : count_(count) {} in ThreadSafeCounter() 48 int32_t count = count_.fetch_add(1, std::memory_order_relaxed) + 1; in Increase() local 54 int32_t count = count_.fetch_sub(1, std::memory_order_release); in Decrease() local 66 int32_t count = CurrentCount(); in TryIncrease() local 85 explicit ThreadUnsafeCounter(int32_t count) : count_(count) {} in ThreadUnsafeCounter() 90 int32_t count = ++count_; in Increase() local 96 int32_t count = --count_; in Decrease() local
|
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/tabbar/ |
D | tab_bar_element_test.cpp | 36 bool CheckFocus(const std::list<RefPtr<Element>>& children, int32_t index, int32_t& count) in CheckFocus() 138 int32_t count = 0; variable 235 int32_t count = 0; variable 350 int32_t count = 0; variable 394 int32_t count = 0; variable
|
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/grid_layout/ |
D | render_grid_layout_test.cpp | 72 int32_t count = 4; variable 114 int32_t count = 4; variable 160 int32_t count = 4; variable 224 int32_t count = 9; variable 347 int32_t count = 5; variable 407 int32_t count = 2; variable 462 int32_t count = 9; variable 504 int32_t count = 9; variable 558 int32_t count = 2; variable 653 int32_t count = 4; variable [all …]
|
/foundation/graphic/standard/frameworks/vsync/test/unittest/ |
D | vsync_remote_manager_stub_test.cpp | 83 int count = 0; variable 101 int count = 0; variable 119 int count = 0; variable 132 int count = 0; variable 142 VsyncCallback::VsyncCallback(int &count) : count_(&count) in VsyncCallback()
|
/foundation/graphic/standard/frameworks/wmtest/frameworks/ |
D | native_test_class.h | 45 uint32_t count = 0; variable 61 uint32_t count = 0; variable
|
/foundation/aafwk/standard/common/task_dispatcher/test/unittest/parallel_task_dispatcher_base_test/ |
D | parallel_task_dispatcher_base_test.cpp | 91 std::atomic<int> count(0); variable 124 std::atomic<int> count(0); variable 149 std::atomic<int> count(0); variable 173 std::atomic<int> count(0); variable 195 std::atomic<int> count(0); variable
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/test/moduletest/common/distributeddb/src/ |
D | distributeddb_kv_realdel_test.cpp | 110 int count = 0; variable 173 int count = 0; variable 217 int count = 0; variable 260 int count = 0; variable 307 int count = 0; variable 353 int count = 0; variable
|
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/test/unittest/ |
D | rdb_transaction_test.cpp | 141 int64_t count; variable 201 int64_t count; variable 272 int64_t count; variable 342 int64_t count; variable 413 int64_t count; variable 484 int64_t count; variable
|
/foundation/aafwk/standard/common/task_dispatcher/test/unittest/work_thread_test/ |
D | work_thread_test.cpp | 55 std::atomic<int> count(0); variable 94 std::atomic<int> count(0); variable 137 std::atomic<int> count(0); variable 173 std::atomic<int> count(0); variable 209 std::atomic<int> count(0); variable 245 std::atomic<int> count(0); variable 277 std::atomic<int> count(0); variable 329 std::atomic<int> count(0); variable
|
/foundation/aafwk/standard/test/systemtest/common/fms/fms_acquire_form_test_max/ |
D | fms_acquire_form_test_max.cpp | 167 for (int count = 0; count < Constants::MAX_RECORD_PER_APP/2; count++) { variable 215 for (int count = 0; count < normalFormsMaxA.size(); count++) { variable 239 for (int count = 0; count < FORM_COUNT_200; count++) { variable 252 for (int count = 0; count < FORM_COUNT_200; count++) { variable 265 for (int count = 0; count < FORM_COUNT_112; count++) { variable 318 for (int count = 0; count < normalFormsMaxA.size(); count++) { variable 327 for (int count = 0; count < normalFormsMaxB.size(); count++) { variable 336 for (int count = 0; count < normalFormsMaxC.size(); count++) { variable 359 for (int count = 0; count < TEMP_FORM_COUNT_256; count++) { variable 370 for (int count = 0; count < tempFormsMaxA.size(); count++) { variable [all …]
|
/foundation/aafwk/standard/common/test/moduletest/task_dispatcher/parallel_task_dispatcher_module_test/ |
D | parallel_task_dispatcher_module_test.cpp | 69 std::atomic<int> count(0); variable 105 std::atomic<int> count(0); variable 142 std::atomic<int> count(0); variable 166 std::atomic<int> count(0); variable 240 std::atomic<int> count(0); variable 281 std::atomic<int> count(0); variable 321 std::atomic<int> count(0); variable 364 std::atomic<int> count(0); variable
|
/foundation/aafwk/standard/common/test/moduletest/task_dispatcher/serial_task_dispatcher_module_test/ |
D | serial_task_dispatcher_module_test.cpp | 74 std::atomic<int> count(0); variable 112 std::atomic<int> count(0); variable 151 std::atomic<int> count(0); variable 188 std::atomic<int> count(0); variable 216 std::atomic<int> count(0); variable 301 std::atomic<int> count(0); variable 339 std::atomic<int> count(0); variable 377 std::atomic<int> count(0); variable 424 std::atomic<int> count(0); variable
|
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/grid/ |
D | render_grid_test.cpp | 82 int32_t count = 6; variable 156 int32_t count = 6; variable 231 int32_t count = 6; variable 305 int32_t count = 6; variable 377 int32_t count = 6; variable 450 int32_t count = 6; variable 525 int32_t count = 6; variable 599 int32_t count = 6; variable 672 int32_t count = 6; variable 745 int32_t count = 6; variable [all …]
|
/foundation/aafwk/standard/frameworks/kits/content/cpp/src/ohos/aafwk/content/ |
D | want_params_wrapper.cpp | 91 int count = 0; in ValidateStr() local 115 int count = 0; in Parse() local 168 int count = 0; in ParseWantParams() local
|
/foundation/aafwk/standard/common/test/moduletest/task_dispatcher/global_task_dispatcher_module_test/ |
D | global_task_dispatcher_module_test.cpp | 98 std::atomic<int> count(0); variable 135 std::atomic<int> count(0); variable 160 std::atomic<int> count(0); variable 232 std::atomic<int> count(0); variable 273 std::atomic<int> count(0); variable 313 std::atomic<int> count(0); variable
|
/foundation/ace/ace_engine/frameworks/core/gestures/ |
D | tap_gesture.h | 35 TapGesture(int32_t count, int32_t fingers) : Gesture(fingers), count_(count) {} in TapGesture()
|
/foundation/windowmanager/interfaces/kits/napi/common/ |
D | wm_napi_common.cpp | 67 …rrorInfo(napi_env env, Rosen::WMError wret, std::string errMessage, napi_value result[], int count) in SetErrorInfo() 83 …sPromise(napi_env env, Rosen::WMError wret, napi_deferred deferred, napi_value result[], int count) in ProcessPromise() 99 void ProcessCallback(napi_env env, napi_ref ref, napi_value result[], int count) in ProcessCallback()
|
/foundation/aafwk/standard/common/test/moduletest/task_dispatcher/spec_task_dispatcher_module_test/ |
D | spec_task_dispatcher_module_test.cpp | 67 std::atomic<int> count(0); variable 107 std::atomic<int> count(0); variable 144 std::atomic<int> count(0); variable 244 std::atomic<int> count(0); variable 283 std::atomic<int> count(0); variable
|
/foundation/graphic/standard/interfaces/kits/napi/graphic/webgl/src/webgl/src/ |
D | webgl_rendering_context_overloads.cpp | 705 uint32_t count; in Uniform1fv() local 741 size_t count; in Uniform1fv() local 785 uint32_t count; in Uniform2fv() local 821 size_t count; in Uniform2fv() local 866 uint32_t count; in Uniform3fv() local 901 size_t count; in Uniform3fv() local 944 uint32_t count; in Uniform4fv() local 980 size_t count; in Uniform4fv() local 1023 uint32_t count; in Uniform1iv() local 1058 size_t count; in Uniform1iv() local [all …]
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
D | lf_ring.c | 99 static FILLP_ULONG FillpLfRingMpEnqueueWait(struct FillpLfRing *ring, FILLP_UINT count, in FillpLfRingMpEnqueueWait() 132 FillpErrorType FillpLfRingMpEnqueue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) in FillpLfRingMpEnqueue() 182 static FILLP_ULONG FillpLfRingMcDequeueWait(struct FillpLfRing *ring, FILLP_UINT count, FILLP_ULONG… in FillpLfRingMcDequeueWait() 215 FILLP_INT FillpLfRingMcDequeue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) in FillpLfRingMcDequeue()
|
/foundation/aafwk/standard/common/task_dispatcher/test/unittest/base_task_dispatcher_test/ |
D | base_task_dispatcher_test.cpp | 109 std::atomic<int> count(0); variable 156 std::atomic<int> count(0); variable 215 std::atomic<int> count(0); variable 261 std::atomic<int> count(0); variable 349 std::atomic<int> count(0); variable
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/ |
D | kvstore_sync_manager.cpp | 74 uint32_t count = DoRemoveSyncingOp(pred, realtimeSyncingOps_); in RemoveSyncOperation() local 91 uint32_t count = 0; in DoRemoveSyncingOp() local 109 uint32_t count = DoRemoveSyncingOp(pred, syncingOps); in RemoveSyncingOp() local 153 uint32_t count = DoRemoveSyncingOp(syncingTimeoutPred, syncingOps); in DoCheckSyncingTimeout() local
|
/foundation/ace/ace_engine/frameworks/core/components/grid/ |
D | grid_element.cpp | 31 std::string BuildEventParam(int32_t index, int32_t count) in BuildEventParam() 59 …grid->RegisterCallback([weakGridElement = AceType::WeakClaim(this)](int32_t index, int32_t count) { in CreateRenderNode() 69 void GridElement::BuildGridData(int32_t index, int32_t count) in BuildGridData()
|
/foundation/ai/engine/services/common/platform/semaphore/source/ |
D | semaphore.cpp | 28 explicit Semaphore(unsigned int count): count_(count) in Semaphore() 77 std::shared_ptr<ISemaphore> ISemaphore::MakeShared(unsigned int count) in MakeShared()
|
/foundation/aafwk/standard/frameworks/kits/ability/native/src/ |
D | data_ability_result.cpp | 30 DataAbilityResult::DataAbilityResult(int count) : uri_("") in DataAbilityResult() 55 DataAbilityResult::DataAbilityResult(const Uri &uri, int count) : uri_(uri.ToString()) in DataAbilityResult()
|