/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_col/ |
H A D | grid_col_test_ng.cpp | 114 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 D | grid_col_layout_property.h | 62 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 D | grid_col_layout_property.cpp | 45 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 D | common_func.cpp | 144 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 D | n_val.h | 81 NVal GetPropValue(std::string propName) const;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_utils.h | 56 … 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 D | mtp_native_test.cpp | 2137 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 D | mtp_operation.cpp | 308 responseCode_ = operationUtils_->GetPropValue(data, containerType, errorCode); in GetPayloadDataMore()
|
H A D | mtp_operation_utils.cpp | 876 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 D | n_val.cpp | 257 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 D | mock_mtp_operation_utils.cpp | 578 uint16_t MtpOperationUtils::GetPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int… in GetPropValue() function in OHOS::Media::MtpOperationUtils
|