Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 2473) sorted by relevance

12345678910>>...99

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_draw_rect/
H A Dui_test_draw_rect.cpp95 return group; in CreateTestCaseGroup()
139 group->Add(label); in UIKitDrawRectTestRectNoBorder001()
148 group->Add(view); in UIKitDrawRectTestRectNoBorder001()
165 group->Add(label); in UIKitDrawRectTestRectNoBorder002()
174 group->Add(view); in UIKitDrawRectTestRectNoBorder002()
201 group->Add(view); in UIKitDrawRectTestRectNoBorder003()
228 group->Add(view); in UIKitDrawRectTestRectNoBorder004()
255 group->Add(view); in UIKitDrawRectTestRectNoBorder005()
282 group->Add(view); in UIKitDrawRectTestRectNoBorder006()
309 group->Add(view); in UIKitDrawRectTestRectNoBorder007()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_draw_line/
H A Dui_test_draw_line.cpp64 return group; in CreateTestCaseGroup()
98 group->Add(label); in UIKitDrawLineTestLine001()
104 group->Add(canvas); in UIKitDrawLineTestLine001()
120 group->Add(label); in UIKitDrawLineTestLine002()
126 group->Add(canvas); in UIKitDrawLineTestLine002()
143 group->Add(label); in UIKitDrawLineTestLine003()
151 group->Add(canvas); in UIKitDrawLineTestLine003()
168 group->Add(label); in UIKitDrawLineTestLine004()
193 group->Add(label); in UIKitDrawLineTestLine005()
219 group->Add(label); in UIKitDrawLineTestLine006()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_qrcode/
H A Dui_test_qrcode.cpp60 group->SetPosition(0, 0); in CreateTestCaseGroup()
65 group->Add(titleLabel); in CreateTestCaseGroup()
66 return group; in CreateTestCaseGroup()
80 group->Add(qrcode); in UIKitUIQrcodeTestDisplay001()
97 group->Add(qrcode); in UIKitUIQrcodeTestDisplay002()
121 group->Add(qrcode); in UIKitUIQrcodeTestDisplay003()
141 group->Add(qrcode); in UIKitUIQrcodeTestDisplay004()
163 group->Add(qrcode); in UIKitUIQrcodeTestDisplay005()
180 group->Add(qrcode); in UIKitUIQrcodeTestDisplay006()
197 group->Add(qrcode); in UIKitUIQrcodeTestDisplay007()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp66 group->SetPosition(0, 0); in CreateTestCaseGroup()
71 group->Add(titleLabel); in CreateTestCaseGroup()
72 return group; in CreateTestCaseGroup()
115 group->Add(label); in UIKitOpacityTestUILabel001()
116 group->Add(label2); in UIKitOpacityTestUILabel001()
130 group->Add(label); in UIKitOpacityTestUILabel002()
131 group->Add(label2); in UIKitOpacityTestUILabel002()
151 group->Add(button); in UIKitOpacityTestUIButton001()
232 group->Add(label); in UIKitOpacityTestUIArcLabel001()
312 group->Add(view); in UIKitOpacityTestUIView001()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp119 group->Add(toggle); in UIKitViewBoundsSetState001()
149 group->Add(title); in UIKitViewBoundsMargin001()
154 group->Add(view1); in UIKitViewBoundsMargin001()
175 group->Add(title); in UIKitViewBoundsPadding001()
180 group->Add(view1); in UIKitViewBoundsPadding001()
201 group->Add(title); in UIKitViewBoundsBorder001()
206 group->Add(view1); in UIKitViewBoundsBorder001()
229 group->Add(title); in UIKitViewBounds001()
234 group->Add(view1); in UIKitViewBounds001()
259 group->Add(title); in UIKitViewBoundsInvisible001()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_parse.c152 index = group->groupIndex; in GetRegArray()
198 group->regCfgItem = in ParseAudioRegItem()
199 (struct AudioMixerControl*)OsalMemCalloc(group->itemNum * sizeof(*(group->regCfgItem))); in ParseAudioRegItem()
242 group->regEnumCfgItem = in ParseAudioEnumRegItem()
285 group->sapmCompItem = in ParseAudioSapmItem()
327 group->ctrlCfgItem = in ParseAudioCtrlItem()
328 (struct AudioControlConfig*)OsalMemCalloc(group->itemNum * sizeof(*(group->ctrlCfgItem))); in ParseAudioCtrlItem()
365group->addrCfgItem = (struct AudioAddrConfig*)OsalMemCalloc(group->itemNum * sizeof(*(group->addrC… in ParseAudioAddrItem()
392 group = (struct AudioRegCfgGroupNode*)OsalMemCalloc(sizeof(*group)); in ParseAudioRegGroup()
393 if (group == NULL) { in ParseAudioRegGroup()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_group_test.cpp50 EXPECT_TRUE(group);
74 EXPECT_TRUE(group);
75 group->OnUnlock();
90 EXPECT_TRUE(group);
111 EXPECT_TRUE(group);
128 EXPECT_TRUE(group);
149 EXPECT_TRUE(group);
170 EXPECT_TRUE(group);
187 EXPECT_TRUE(group);
203 EXPECT_TRUE(group);
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_anti_aliasing/
H A Dui_test_anti_aliasing.cpp51 return group; in CreateTestCaseGroup()
73 group->SetPosition(0, 0); in UIKitAntiAliasingTestRect001()
78 group->Add(label); in UIKitAntiAliasingTestRect001()
91 group->Add(view); in UIKitAntiAliasingTestRect001()
93 container_->Add(group); in UIKitAntiAliasingTestRect001()
104 group->SetPosition(336, 0); in UIKitAntiAliasingTestCircle001()
112 group->Add(label); in UIKitAntiAliasingTestCircle001()
130 container_->Add(group); in UIKitAntiAliasingTestCircle001()
148 group->Add(label); in UIKitAntiAliasingTestLine001()
164 group->Add(canvas); in UIKitAntiAliasingTestLine001()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dgroup_manager.cpp33 radioGroupNotify_[group].push_back(radioId); in AddRadioToGroup()
38 radioGroupNotify_[group].remove(radioId); in RemoveRadioFromGroup()
43 auto list = radioGroupNotify_[group]; in HasRadioId()
50 const auto& list = radioGroupNotify_[group]; in UpdateRadioGroupValue()
70 checkboxChangedMap_[group] = true; in AddCheckBoxToGroup()
79 if (checkBoxGroupMap_[group].Upgrade()) { in AddCheckBoxGroup()
83 checkBoxGroupMap_[group] = frameNode; in AddCheckBoxGroup()
94 checkboxChangedMap_[group] = true; in RemoveCheckBoxFromGroup()
104 checkBoxGroupMap_.erase(group); in RemoveCheckBoxGroup()
110 auto checkboxList = checkBoxListMap_[group]; in GetCheckboxList()
[all …]
H A Dgroup_manager.h34 void AddRadioToGroup(const std::string& group, int32_t radioId);
35 void RemoveRadioFromGroup(const std::string& group, int32_t radioId);
36 bool HasRadioId(const std::string& group, int32_t radioId);
37 void UpdateRadioGroupValue(const std::string& group, int32_t radioId);
40 void RemoveCheckBoxFromGroup(const std::string& group, int32_t checkBoxId);
43 std::list<RefPtr<FrameNode>> GetCheckboxList(const std::string& group);
44 RefPtr<FrameNode> GetCheckboxGroup(const std::string& group);
45 bool GetCheckboxGroupIsChange(const std::string& group) in GetCheckboxGroupIsChange() argument
47 return checkboxChangedMap_[group]; in GetCheckboxGroupIsChange()
50 void SetCheckboxGroupIsChange(const std::string& group, bool flag) in SetCheckboxGroupIsChange() argument
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp45 if (*it == group) { in AddGroup()
53 groupsInfo.push_back(group); in AddGroup()
61 if (*it == group) { in AddOrUpdateGroup()
74 groupsInfo.push_back(group); in AddOrUpdateGroup()
81 if (*it == group) { in RemoveGroup()
120 groupsInfo.push_back(group); in UpdateWpaGroup()
221 for (auto &group : groupsInfo) { in RefreshGroupsFromCurrentGroup() local
223 group = currentGroup; in RefreshGroupsFromCurrentGroup()
283 group = groupsInfo.erase(group); in UpdateGroupsNetwork()
285 group++; in UpdateGroupsNetwork()
[all …]
H A Dp2p_group_operating_state.cpp133 WifiP2pGroupInfo group; in ProcessGroupStartedEvt() local
134 msg->GetMessageObj(group); in ProcessGroupStartedEvt()
137group.GetInterface().c_str(), group.GetGroupName().c_str(), group.GetOwner().GetDeviceAddress().c_… in ProcessGroupStartedEvt()
138 if (group.IsPersistent()) { in ProcessGroupStartedEvt()
143 group.SetNetworkId(groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
145group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
163 group.SetOwner(dev); in ProcessGroupStartedEvt()
265group.IsGroupOwner() ? group.GetGoIpAddress() : group.GetGcIpAddress(), P2P_IP_ADDR_PREFIX_LEN); in ProcessCmdRemoveGroup()
301 WifiP2pGroupInfo group; in ProcessCmdDeleteGroup() local
303 msg->GetMessageObj(group); in ProcessCmdDeleteGroup()
[all …]
/ohos5.0/base/startup/init/test/moduletest/
H A Dinit_test.cfg11 "condition" : "startup.service.ctl.group-test-stage1=2",
13 "start group-test-stage2"
20 "start group-test-stage3"
25 "name" : "group-test-stage1",
27 "path" : ["/system/bin/begetctl", "init", "group", "test", "group-test-stage1"],
31 "name" : "group-test-stage2",
33 "path" : ["/system/bin/begetctl", "init", "group", "test", "group-test-stage2"],
37 "name" : "group-test-stage3",
39 "path" : ["/system/bin/begetctl", "init", "group", "test", "wait", "group-test-stage4"],
43 "name" : "group-test-stage4",
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp108 group->Add(label_); in UIKitViewScaleRotateTestLabel001()
109 list_->Add(group); in UIKitViewScaleRotateTestLabel001()
117 list_->Add(group); in UIKitViewScaleRotateTestLabelButton002()
121 group->Add(button1_); in UIKitViewScaleRotateTestLabelButton002()
129 list_->Add(group); in UIKitViewScaleRotateTestCanvas003()
131 group->Add(canvas_); in UIKitViewScaleRotateTestCanvas003()
150 list_->Add(group); in UIKitViewScaleRotateTestUIBoxProgress004()
166 list_->Add(group); in UIKitViewScaleRotateTestUICircleProgress005()
181 list_->Add(group); in UIKitViewScaleRotateTestUIDigitalClock006()
186 group->Add(dClock_); in UIKitViewScaleRotateTestUIDigitalClock006()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_group/
H A Dui_test_view_group.cpp47 return group; in CreateTestCaseGroup()
82 group->SetPosition(0, 0); in UIKitViewGroupTestAddRemove001()
85 group->Add(label); in UIKitViewGroupTestAddRemove001()
90 group->Add(addBtn_); in UIKitViewGroupTestAddRemove001()
97 group->Add(removeBtn_); in UIKitViewGroupTestAddRemove001()
110 container_->Add(group); in UIKitViewGroupTestAddRemove001()
121 container_->Add(group); in UIKitViewGroupTestAddError001()
124 group->Add(label); in UIKitViewGroupTestAddError001()
144 group->Add(addSelfBtn_); in UIKitViewGroupTestAddError001()
161 container_->Add(group); in UIKitViewGroupTestInsertError001()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.h94 #define ACE_DEFINE_PROPERTY_GROUP(group, type) \ argument
96 const std::unique_ptr<type>& GetOrCreate##group() \
98 if (!prop##group##_) { \
99 prop##group##_ = std::make_unique<type>(); \
101 return prop##group##_; \
103 const std::unique_ptr<type>& Get##group() const \
105 return prop##group##_; \
107 std::unique_ptr<type> Clone##group() const \
109 if (prop##group##_) { \
110 return std::make_unique<type>(*prop##group##_); \
[all …]
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c60 EC_GROUP *group = NULL; in NewGroupFromCurveGFp() local
70 if (group == NULL) { in NewGroupFromCurveGFp()
81 *ecGroup = group; in NewGroupFromCurveGFp()
84 OpensslEcGroupFree(group); in NewGroupFromCurveGFp()
109 generator = OpensslEcPointNew(group); in SetEcPointToGroup()
143 EC_GROUP *group = NULL; in GenerateEcGroupWithParamsSpec() local
158 OpensslEcGroupFree(group); in GenerateEcGroupWithParamsSpec()
163 *ecGroup = group; in GenerateEcGroupWithParamsSpec()
170 if (group == NULL) { in InitEcKeyByPubKey()
174 EC_POINT *point = OpensslEcPointNew(group); in InitEcKeyByPubKey()
[all …]
/ohos5.0/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp132 DelWatcherGroup(group); in DelWatcher()
407 if (group == nullptr) { in OnRemoteDied()
466 auto group = it->second; in DumpAllGroup() local
513 if (group == NULL) { in Dump()
534 delete group; in Clear()
581 group->AddNode(nodeRemote); in AddParamWatcher()
592 group->RemoveNode(node); in DelParamWatcher()
621 groupMap_[keyPrefix] = group; in AddWatcherGroup()
622 return group; in AddWatcherGroup()
648 WATCHER_LOGI("Delete watcher group %s %u", group->GetKeyPrefix().c_str(), group->GetGroupId()); in DelWatcherGroup()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_render/
H A Dui_test_render.cpp61 UIViewGroup* group = new UIViewGroup(); in CreateTestCaseGroup() local
63 return group; in CreateTestCaseGroup()
83 group->SetPosition(0, 0); in UIKitRenderTestRender001()
86 group->Add(label); in UIKitRenderTestRender001()
93 group->Add(view); in UIKitRenderTestRender001()
103 group->Add(view1); in UIKitRenderTestRender001()
104 container_->Add(group); in UIKitRenderTestRender001()
115 container_->Add(group); in UIKitRenderTestRenderMeasure001()
118 group->Add(label); in UIKitRenderTestRenderMeasure001()
124 group->Add(testLabel_); in UIKitRenderTestRenderMeasure001()
[all …]
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_filter.cpp29 void MemoryFilter::ParseMemoryGroup(const string &name, string &group, uint64_t iNode) in ParseMemoryGroup() argument
31 group = iNode > 0 ? FILE_PAGE_TAG : ANON_PAGE_TAG; in ParseMemoryGroup()
32 group += "#"; in ParseMemoryGroup()
33 if (GetGroupFromMap(name, group, endMap_, in ParseMemoryGroup()
35 GetGroupFromMap(name, group, beginMap_, in ParseMemoryGroup()
39 group += "other"; in ParseMemoryGroup()
42 void MemoryFilter::ParseNativeHeapMemoryGroup(const string &name, string &group, uint64_t iNode) in ParseNativeHeapMemoryGroup() argument
44 group = ""; in ParseNativeHeapMemoryGroup()
45 if (GetGroupFromMap(name, group, heapBeginMap_, in ParseNativeHeapMemoryGroup()
51 bool MemoryFilter::GetGroupFromMap(const string &name, string &group, in GetGroupFromMap() argument
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_conv2_d_fusion_v10.md16 …eight,卷积的权重,要求weight排布为[outChannel,kernelHeight,kernelWidth,inChannel/group], inChannel必须要能整除group
41 | long [group](#group) | group,将输入x按inChannel分组,int类型。 |
74 ### group subsection
77 long Conv2DFusion::group
83 group,将输入x按inChannel分组,int类型。
85 - group等于1,这是常规卷积。
87 - group等于inChannel,这是depthwiseConv2d,此时group==in_channel==out_channel。
89 - group大于1且小于inChannel,这是分组卷积,此时out_channel==group
H A D_conv2_d_fusion_v20.md16 …eight,卷积的权重,要求weight排布为[outChannel,kernelHeight,kernelWidth,inChannel/group], inChannel必须要能整除group
41 | long [group](#group) | group,将输入x按inChannel分组,int类型。 |
74 ### group subsection
77 long Conv2DFusion::group
83 group,将输入x按inChannel分组,int类型。
85 - group等于1,这是常规卷积。
87 - group等于inChannel,这是depthwiseConv2d,此时group==in_channel==out_channel。
89 - group大于1且小于inChannel,这是分组卷积,此时out_channel==group
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_ioservice_test.cpp234 EXPECT_NE(group, nullptr);
251 HdfIoServiceGroupRecycle(group);
253 EXPECT_NE(group, nullptr);
288 ASSERT_NE(group, nullptr);
364 ASSERT_NE(group, nullptr);
400 EXPECT_NE(group, nullptr);
468 ASSERT_NE(group, nullptr);
505 ASSERT_NE(group, nullptr);
542 ASSERT_NE(group, nullptr);
579 EXPECT_NE(group, nullptr);
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.cpp272 group.SetGroupName("GroupName"); in GetCurrentGroup()
289 group.SetOwner(owner); in GetCurrentGroup()
290 group.SetIsGroupOwner(true); in GetCurrentGroup()
292 group.SetPassphrase("Passphrase"); in GetCurrentGroup()
293 group.SetInterface("Interface"); in GetCurrentGroup()
294 group.SetGroupName("GroupName"); in GetCurrentGroup()
295 group.SetNetworkId(TEST_ONE_THOUSAND); in GetCurrentGroup()
296 group.SetFrequency(TEST_ONE_THOUSAND); in GetCurrentGroup()
297 group.SetIsPersistent(true); in GetCurrentGroup()
298 group.SetP2pGroupStatus(P2pGroupStatus::GS_INVALID); in GetCurrentGroup()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp253 container_->Add(group); in SetupZIndexView()
254 group->SetOnClickListener(this); in SetupZIndexView()
255 group->SetTouchable(true); in SetupZIndexView()
264 group->Add(zIndexView); in SetupZIndexView()
295 group->Insert(tmpView, target); in SetupChangeView()
303 container_->Add(group); in SetupZIndexBtn()
304 group->SetOnClickListener(this); in SetupZIndexBtn()
315 group->Add(clickHint); in SetupZIndexBtn()
319 group->Add(zIndexBtn); in SetupZIndexBtn()
332 container_->Add(group); in SetupChildModifyBtn()
[all …]

12345678910>>...99