Home
last modified time | relevance | path

Searched refs:GetPropValue (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_col/
H A Dgrid_col_test_ng.cpp114 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::XS);
116 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::SM);
118 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::MD);
120 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::LG);
122 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::XL);
124 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::XXL);
126 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::UNDEFINED);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
H A Dgrid_col_layout_property.h62 return GetPropValue(span, sizeType); in GetSpan()
68 return GetPropValue(order, sizeType); in GetOrder()
74 return GetPropValue(offset, sizeType); in GetOffset()
78 static int32_t GetPropValue(const V2::GridContainerSize& prop, V2::GridSizeType sizeType);
H A Dgrid_col_layout_property.cpp45 int32_t GridColLayoutProperty::GetPropValue(const V2::GridContainerSize& prop, V2::GridSizeType siz… in GetPropValue() function in OHOS::Ace::NG::GridColLayoutProperty
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.cpp144 tie(succ, opLength) = op.GetPropValue("length").ToInt64(static_cast<int64_t>(retLen)); in GetActualLen()
420 if (op.HasProp("offset") && !op.GetPropValue("offset").TypeIs(napi_undefined)) { in GetReadArg()
421 tie(succ, offset) = op.GetPropValue("offset").ToInt64(); in GetReadArg()
446 tie(succ, bufferGuard, bufLen) = DecodeString(env, jsBuffer, op.GetPropValue("encoding")); in GetReadArg()
473 if (op.HasProp("offset") && !op.GetPropValue("offset").TypeIs(napi_undefined)) { in GetReadArg()
474 tie(succ, offset) = op.GetPropValue("offset").ToInt64(); in GetReadArg()
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_val.h81 NVal GetPropValue(std::string propName) const;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h56 … uint16_t GetPropValue(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2137 mtpOperUtils->GetPropValue(data, containerType, errorCode);
2161 mtpOperUtils->GetPropValue(data, containerType, errorCode);
2185 mtpOperUtils->GetPropValue(data, containerType, errorCode);
2209 mtpOperUtils->GetPropValue(data, containerType, errorCode);
2233 mtpOperUtils->GetPropValue(data, containerType, errorCode);
2257 mtpOperUtils->GetPropValue(data, containerType, errorCode);
2281 mtpOperUtils->GetPropValue(data, containerType, errorCode);
2307 ret = mtpOperUtils->GetPropValue(data, containerType, errorCode);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation.cpp308 responseCode_ = operationUtils_->GetPropValue(data, containerType, errorCode); in GetPayloadDataMore()
H A Dmtp_operation_utils.cpp876 uint16_t MtpOperationUtils::GetPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int… in GetPropValue() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp257 NVal NVal::GetPropValue(string propName) const in GetPropValue() function in OHOS::FileManagement::LibN::NVal
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp578 uint16_t MtpOperationUtils::GetPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int… in GetPropValue() function in OHOS::Media::MtpOperationUtils