Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_col/
H A Dgrid_col_test_ng.cpp94 * @tc.desc: Test GetPropValue function.
110 * @tc.steps: step2. Verify GetPropValue func. in HWTEST_F()
114 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::XS); in HWTEST_F()
116 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::SM); in HWTEST_F()
118 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::MD); in HWTEST_F()
120 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::LG); in HWTEST_F()
122 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::XL); in HWTEST_F()
124 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::XXL); in HWTEST_F()
126 propValue = layoutProperty->GetPropValue(prop, V2::GridSizeType::UNDEFINED); in HWTEST_F()
/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.cpp42 int32_t GridColLayoutProperty::GetPropValue(const V2::GridContainerSize& prop, V2::GridSizeType sizeType) in GetPropValue() function in OHOS::Ace::NG::GridColLayoutProperty
/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()
402 if (op.HasProp("offset") && !op.GetPropValue("offset").TypeIs(napi_undefined)) { in GetReadArg()
403 tie(succ, offset) = op.GetPropValue("offset").ToInt64(); in GetReadArg()
428 tie(succ, bufferGuard, bufLen) = DecodeString(env, jsBuffer, op.GetPropValue("encoding")); in GetReadArg()
455 if (op.HasProp("offset") && !op.GetPropValue("offset").TypeIs(napi_undefined)) { in GetReadArg()
456 tie(succ, offset) = op.GetPropValue("offset").ToInt64(); in GetReadArg()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h55 uint16_t GetPropValue(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode);
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_val.h81 NVal GetPropValue(std::string propName) const;
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation.cpp278 responseCode_ = operationUtils_->GetPropValue(data, containerType, errorCode); in GetPayloadDataMore()
H A Dmtp_operation_utils.cpp705 uint16_t MtpOperationUtils::GetPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetPropValue() function in OHOS::Media::MtpOperationUtils
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2137 mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
2161 mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
2185 mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
2209 mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
2233 mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
2257 mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
2281 mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
2307 ret = mtpOperUtils->GetPropValue(data, containerType, errorCode); in HWTEST_F()
/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
/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 &errorCode) in GetPropValue() function in OHOS::Media::MtpOperationUtils

Completed in 10 milliseconds