Home
last modified time | relevance | path

Searched defs:groupValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_radio.cpp40 …adio->SetGroupValueUpdateHandler([weak = AceType::WeakClaim(this)](const std::string& groupValue) { in Update()
111 bool RenderRadio::UpdateGroupValue(const std::string& groupValue) in UpdateGroupValue()
H A Drender_checkbox.cpp118 bool RenderCheckbox::UpdateGroupValue(const CheckableStatus groupValue) in UpdateGroupValue()
H A Dcheckable_component.h642 void SetGroupValue(VALUE_TYPE groupValue) in SetGroupValue()
672 void UpdateGroupValue(VALUE_TYPE groupValue) in UpdateGroupValue()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dconv2d_pad_test.cpp300 int32_t* groupValue = new (std::nothrow) int32_t(0); variable
352 int64_t* groupValue = new (std::nothrow) int64_t[2]{0, 0}; variable
H A Dconv2d_transpose_pad_test.cpp345 int32_t* groupValue = new (std::nothrow) int32_t(0); variable
397 int64_t* groupValue = new (std::nothrow) int64_t[2]{0, 0}; variable
H A Dconv2d_padmode_test.cpp304 int32_t* groupValue = new (std::nothrow) int32_t(0); variable
358 int64_t* groupValue = new (std::nothrow) int64_t[2]{0, 0}; variable
H A Dops_test.cpp92 int64_t* groupValue = new (std::nothrow) int64_t(0); in SetGroup() local
H A Dconv2d_tranpose_padmode_test.cpp349 int32_t* groupValue = new (std::nothrow) int32_t(0); variable