/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_col/ |
H A D | grid_col_test_ng.cpp | 94 * @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 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 | 42 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 D | common_func.cpp | 144 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 D | mtp_operation_utils.h | 55 uint16_t GetPropValue(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode);
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/ |
H A D | n_val.h | 81 NVal GetPropValue(std::string propName) const;
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation.cpp | 278 responseCode_ = operationUtils_->GetPropValue(data, containerType, errorCode); in GetPayloadDataMore()
|
H A D | mtp_operation_utils.cpp | 705 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 D | mtp_native_test.cpp | 2137 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 D | n_val.cpp | 257 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 D | mock_mtp_operation_utils.cpp | 578 uint16_t MtpOperationUtils::GetPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetPropValue() function in OHOS::Media::MtpOperationUtils
|