Home
last modified time | relevance | path

Searched refs:VALID (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/audio/
H A Dusing-audiorenderer-for-playback.md70 …数据的情况下,返回audio.AudioDataCallbackResult.VALID,系统会取用完整长度的数据缓冲进行播放。请不要在未填满数据的情况下返回audio.AudioDataCall…
72 …oDataCallbackResult.INVALID,系统不会处理该段音频数据,然后会再次向应用请求数据,确认数据填满后返回audio.AudioDataCallbackResult.VALID
102 return audio.AudioDataCallbackResult.VALID;
251 return audio.AudioDataCallbackResult.VALID;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Dmulti_ver_vacuum_executor_stub.cpp61 record.type = RecordType::VALID; in GetVacuumNeedRecordsByVersion()
82 record.type = RecordType::VALID; in GetShadowRecordsOfNonClearTypeRecord()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_vacuum_executor.h28 VALID, // Not clear nor delete enumerator
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetsys_event_message.h61 VALID, enumerator
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Dstationary_data.h39 VALID = true enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.h330 …GetScrollSnapAlign() != ScrollSnapAlign::NONE || enablePagingStatus_ == ScrollPagingStatus::VALID); in IsScrollSnap()
393 …return enablePagingStatus_ == ScrollPagingStatus::VALID && GetScrollSnapAlign() == ScrollSnapAlign… in IsEnablePagingValid()
H A Dscroll_model_ng.cpp300 pattern->SetEnablePaging(ScrollPagingStatus::VALID); in SetEnablePaging()
500 pattern->SetEnablePaging(ScrollPagingStatus::VALID); in SetEnablePaging()
H A Dscroll_pattern.cpp870 CHECK_NULL_VOID(enablePagingStatus_ == ScrollPagingStatus::VALID); in CaleSnapOffsets()
1173 case ScrollPagingStatus::VALID: { in GetScrollPagingStatusDumpInfo()
1234 json->PutExtAttr("enablePaging", enablePagingStatus_ == ScrollPagingStatus::VALID, filter); in ToJsonValue()
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-audiorenderer-for-playback.md70 …ataCallbackResult.VALID**, and the system uses the entire data buffer for playback. Do not return …
72 …gain. Once the buffer is adequately filled, you can return **audio.AudioDataCallbackResult.VALID**.
102 return audio.AudioDataCallbackResult.VALID;
251 return audio.AudioDataCallbackResult.VALID;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h28 enum class CropValue : int32_t { INVALID, VALID, NOCROP }; enumerator
/ohos5.0/build/docs/
H A D编译构建调试文档.md540 obj/libhello_static.hello_static.o: #deps 2, deps mtime 1681441611760382343 (VALID)
544 obj/libhello_shared.hello_shared.o: #deps 2, deps mtime 1681441611760382343 (VALID)
548 obj/hello.hello.o: #deps 3, deps mtime 1681441611768382257 (VALID)
661 …rd_party/openssl/crypto/dh/crypto_source/dh_kdf.o: #deps 46, deps mtime 1681891589799107971 (VALID)
709 …rd_party/openssl/crypto/dh/crypto_source/dh_key.o: #deps 27, deps mtime 1681891589779107209 (VALID)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_vacuum_executor_impl.cpp324 return RecordType::VALID; in GetRecordType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h63 VALID, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_test_ng.cpp1788 EXPECT_EQ(pattern_->GetEnablePaging(), ScrollPagingStatus::VALID);
1846 EXPECT_EQ(pattern_->GetEnablePaging(), ScrollPagingStatus::VALID);
1987 EXPECT_EQ(pattern_->GetEnablePaging(), ScrollPagingStatus::VALID);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp433 … message_->PushMessage(NetsysEventMessage::Type::VALID, std::to_string(cacheInfo->ifa_valid)); in SaveAddressMsg()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp683 return CropValue::VALID; in GetCropValue()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp738 if (cropType == CropValue::VALID) { in BuildPixelMap()
793 if ((cropType == CropValue::VALID) || isHasConvert) { in Create()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md5558 | VALID | 0 | 表示该回调数据有效。 |
5578 …#audiodatacallbackresult12) \| void | 如果返回 void 或 AudioDataCallbackResult.VALID:表示数据有效,将播放音频数据;如果返…
7898 return audio.AudioDataCallbackResult.VALID;
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md5554 | VALID | 0 | The callback data is valid. |
5574 …odatacallbackresult12) \| void | If **void** or **AudioDataCallbackResult.VALID** is returned, the…
7901 return audio.AudioDataCallbackResult.VALID;