Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 154) sorted by relevance

1234567

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h67 virtual size_t Count() = 0;
70 buffer.resize(Count()); in Init()
75 static inline size_t Count(bool value) in Count() function
79 static inline size_t Count(int8_t value) in Count() function
83 static inline size_t Count(int16_t value) in Count() function
87 static inline size_t Count(int32_t value) in Count() function
91 static inline size_t Count(double value) in Count() function
121 return Count(*value); in Count()
128 expectSize += Count(item); in Count()
142 expectSize += Count(item.first); in Count()
[all …]
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-sem.md21 | fulldata | 查询所有在用的信号量信息,打印信息包括如下:SemID, Count, Original Count, Creator T…
47 SemID Count
50 SemID Count
53 SemID Count
56 SemID Count
59 SemID Count
62 SemID Count
65 SemID Count
75 | Count | 信号量使用数。 |
87 SemID Count OriginalCount Creator(TaskEntry) LastAccessTime
[all …]
H A Dkernel-small-debug-shell-cmd-swtmr.md45 SwTmrID State Mode Interval Count Arg handlerAddr
48 SwTmrID State Mode Interval Count Arg handlerAddr
51 SwTmrID State Mode Interval Count Arg handlerAddr
54 SwTmrID State Mode Interval Count Arg handlerAddr
57 SwTmrID State Mode Interval Count Arg handlerAddr
66 SwTmrID State Mode Interval Count Arg handlerAddr
79 | Count | 软件定时器已经工作的次数。 |
H A Dkernel-small-debug-shell-cmd-hwi.md37 InterruptNo Count Name
75 InterruptNo Count ATime(us) CPUUSE CPUUSE10s CPUUSE1s Mode Name
114 | Count | 中断次数。 |
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-sem.md21 …es in use. <br/>The displayed information includes **SemID**, **Count**, **Original Count**, **Cre…
47 SemID Count
50 SemID Count
53 SemID Count
56 SemID Count
59 SemID Count
62 SemID Count
65 SemID Count
75 | Count | Number of times that the semaphore is used.|
87 SemID Count OriginalCount Creator(TaskEntry) LastAccessTime
[all …]
H A Dkernel-small-debug-shell-cmd-swtmr.md45 SwTmrID State Mode Interval Count Arg handlerAddr
48 SwTmrID State Mode Interval Count Arg handlerAddr
51 SwTmrID State Mode Interval Count Arg handlerAddr
54 SwTmrID State Mode Interval Count Arg handlerAddr
57 SwTmrID State Mode Interval Count Arg handlerAddr
66 SwTmrID State Mode Interval Count Arg handlerAddr
79 | Count | Number of times that the software timer has been used.|
H A Dkernel-small-debug-shell-cmd-hwi.md37 InterruptNo Count Name
75 InterruptNo Count ATime(us) CPUUSE CPUUSE10s CPUUSE1s Mode Name
114 | Count | Number of interrupts.|
/ohos5.0/docs/zh-cn/contribute/
H A D第三方开源软件引入指导.md101 Invalid File Type Total Count: 0
102 License Not Compatible Total Count: 0
103 License Header Invalid Total Count: 0
104 Copyright Header Invalid Total Count: 0
105 No License File Total Count: 0
106 No Readme.OpenSource Total Count: 0
107 No Readme Total Count: 0
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp509 size_t PasteData::Count() in Count() function in OHOS::MiscServices::PasteData
513 expectSize += TLVObject::Count(records_); in Count()
517 expectSize += TLVObject::Count(deviceId_); in Count()
518 expectSize += TLVObject::Count(pasteId_); in Count()
520 expectSize += TLVObject::Count(dataId_); in Count()
719 size_t PasteDataProperty::Count() in Count() function in OHOS::MiscServices::PasteDataProperty
723 expectedSize += TLVObject::Count(mimeTypes); in Count()
724 expectedSize += TLVObject::Count(tag); in Count()
728 expectedSize += TLVObject::Count(tokenId); in Count()
729 expectedSize += TLVObject::Count(isRemote); in Count()
[all …]
H A Dpaste_data_record.cpp468 size_t PasteDataRecord::Count() in Count() function in OHOS::MiscServices::PasteDataRecord
471 expectedSize += TLVObject::Count(mimeType_); in Count()
472 expectedSize += TLVObject::Count(htmlText_); in Count()
474 expectedSize += TLVObject::Count(plainText_); in Count()
481 expectedSize += TLVObject::Count(udType_); in Count()
482 expectedSize += TLVObject::Count(details_); in Count()
486 expectedSize += TLVObject::Count(entries_); in Count()
487 expectedSize += TLVObject::Count(dataId_); in Count()
488 expectedSize += TLVObject::Count(recordId_); in Count()
489 expectedSize += TLVObject::Count(isDelay_); in Count()
[all …]
H A Dpaste_data_entry.cpp71 size_t MineCustomData::Count() in Count() function in OHOS::MiscServices::MineCustomData
73 return TLVObject::Count(itemData_); in Count()
182 size_t PasteDataEntry::Count() in Count() function in OHOS::MiscServices::PasteDataEntry
185 expectedSize += TLVObject::Count(utdId_); in Count()
186 expectedSize += TLVObject::Count(mimeType_); in Count()
187 expectedSize += TLVObject::Count(value_); in Count()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelogs-arkui.md89 class Count {
97 @State state2: Count = new Count();
109 @ObjectLink objectLink: Count;
134 class Count {
142 @State state2: Count = new Count();
153 @ObjectLink objectLink: Count;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp43 return data.Count(input); in CountBufferSize()
59 return data.Count(input); in CountBufferSize()
75 return data.Count(input); in CountBufferSize()
173 …return data.CountHead() + data.Count(input.key) + data.Count(input.intention) + data.Count(input.b… in CountBufferSize()
174 data.Count(input.groupId); in CountBufferSize()
282 data.Count(input.GetUid()) + CountBufferSize(input.GetOriginValue(), data); in CountBufferSize()
353 data.CountBasic(static_cast<int32_t>(input.dataStatus)) + data.Count(input.sourcePackage) + in CountBufferSize()
354 …data.Count(input.createPackage) + data.Count(input.deviceId) + TLVUtil::CountBufferSize(input.key,… in CountBufferSize()
355 data.Count(version) + TLVUtil::CountBufferSize(input.privileges, data); in CountBufferSize()
468 return data.CountHead() + data.CountBasic(input.tokenId) + data.Count(input.readPermission) + in CountBufferSize()
[all …]
H A Dtlv_object.h48 size_t Count(const std::string &value);
49 size_t Count(const std::vector<uint8_t> &value);
50 size_t Count(const OHOS::AAFwk::Want &value);
51 size_t Count(const std::monostate &value);
52 size_t Count(const void *value);
H A Dtlv_object.cpp91 size_t TLVObject::Count(const std::string &value) in Count() function in OHOS::UDMF::TLVObject
98 size_t TLVObject::Count(const std::vector<uint8_t> &value) in Count() function in OHOS::UDMF::TLVObject
105 size_t TLVObject::Count(const OHOS::AAFwk::Want &value) in Count() function in OHOS::UDMF::TLVObject
117 size_t TLVObject::Count(const std::monostate &value) in Count() function in OHOS::UDMF::TLVObject
124 size_t TLVObject::Count(const void *value) in Count() function in OHOS::UDMF::TLVObject
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_state.cpp43 task->state.stat.Count(task); in OnTransition()
68 void TaskState::TaskStateStat::Count(CPUEUTask* task) in Count() function in ffrt::TaskState::TaskStateStat
70 Count(task->state.CurState()); in Count()
74 void TaskState::TaskStateStat::Count(State state) in Count() function in ffrt::TaskState::TaskStateStat
H A Dtask_state.h116 inline void Count(CPUEUTask* task);
119 inline void Count(TaskState::State state);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp29 count = Count(); in GetRowCount()
73 int KvStoreDataShareBridge::Count() in Count() function in OHOS::DistributedKv::KvStoreDataShareBridge
92 if ((start < 0) || (target < 0) || (start > target) || (target >= Count())) { in OnGo()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelogs-arkui.md89 class Count {
97 @State state2: Count = new Count();
109 @ObjectLink objectLink: Count;
134 class Count {
142 @State state2: Count = new Count();
153 @ObjectLink objectLink: Count;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont_style_set.cpp50 int FontStyleSet::Count() in Count() function in OHOS::Rosen::Drawing::FontStyleSet
53 return fontStyleSetImpl_->Count(); in Count()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style_set.cpp33 int TexgineFontStyleSet::Count() const in Count() function in OHOS::Rosen::TextEngine::TexgineFontStyleSet
38 return set_->Count(); in Count()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dbit_field.h251 template<class EnumType, class TopEnumBitField, size_t Offset, size_t Count>
252 …mBitField : public EnumBitField<EnumType, typename TopEnumBitField::BaseValueType, Offset, Count> {
253 using Super = EnumBitField<EnumType, typename TopEnumBitField::BaseValueType, Offset, Count>;
255 Offset + Count < sizeof(typename TopEnumBitField::BaseValueType) * 8, // 8 : size
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_child.h80 virtual size_t Count() in Count() function
88 count += multiChild->Count(); in Count()
/ohos5.0/foundation/ai/ai_engine/test/common/queuepool/
H A Dqueuepool_test.cpp413 int count = queue->Count();
437 count = queue->Count();
442 count = queue->Count();
469 count = queue->Count();
474 count = queue->Count();
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dtlv_object_test.cpp83 ASSERT_EQ(buffer.size(), pasteData1.Count());
118 ASSERT_EQ(buffer.size(), pasteData1->Count());
153 ASSERT_EQ(buffer.size(), pasteData1->Count());

1234567