Home
last modified time | relevance | path

Searched refs:infoType (Results 1 - 14 of 14) sorted by relevance

/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceinfochanged_fuzzer/
H A Don_softbus_device_info_changed_fuzzer.cpp35 int infoType = 1234; in OnSoftbusDeviceInfoChangedFuzzTest() local
36 NodeBasicInfoType type = static_cast<NodeBasicInfoType>(infoType); in OnSoftbusDeviceInfoChangedFuzzTest()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h80 int L2capSendInformationRsp(const L2capConnection *conn, uint8_t ident, uint16_t infoType);
H A Dl2cap_core.c385 int L2capSendInformationRsp(const L2capConnection *conn, uint8_t ident, uint16_t infoType) in L2capSendInformationRsp() argument
393 L2capCpuToLe16(buff + 0, infoType); in L2capSendInformationRsp()
395 if (infoType == L2CAP_INFORMATION_TYPE_EXTENDED_FEATURE) { in L2capSendInformationRsp()
401 } else if (infoType == L2CAP_INFORMATION_TYPE_FIXED_CHANNEL) { in L2capSendInformationRsp()
1786 uint16_t infoType; in L2capProcessInformationReq() local
1793 infoType = L2capLe16ToCpu(data + 0); in L2capProcessInformationReq()
1795 L2capSendInformationRsp(conn, signal->identifier, infoType); in L2capProcessInformationReq()
1825 uint16_t infoType; in L2capProcessInformationRsp() local
1835 infoType = L2capLe16ToCpu(data + 0); in L2capProcessInformationRsp()
1837 if (infoType in L2capProcessInformationRsp()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h70 void UpdateCachedPercent(BufferingInfoType infoType);
H A Dhttp_media_downloader.cpp1141 void HttpMediaDownloader::UpdateCachedPercent(BufferingInfoType infoType) in UpdateCachedPercent() argument
1147 if (infoType == BufferingInfoType::BUFFERING_START) { in UpdateCachedPercent()
1152 if (infoType == BufferingInfoType::BUFFERING_END) { in UpdateCachedPercent()
1157 if (infoType != BufferingInfoType::BUFFERING_PERCENT) { in UpdateCachedPercent()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp402 void DashSegmentDownloader::UpdateCachedPercent(BufferingInfoType infoType)
408 if (infoType == BufferingInfoType::BUFFERING_START) {
413 if (infoType == BufferingInfoType::BUFFERING_END) {
418 if (infoType != BufferingInfoType::BUFFERING_PERCENT) {
H A Ddash_segment_downloader.h197 void UpdateCachedPercent(BufferingInfoType infoType);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h145 void UpdateCachedPercent(BufferingInfoType infoType);
H A Dhls_media_downloader.cpp1502 void HlsMediaDownloader::UpdateCachedPercent(BufferingInfoType infoType) in UpdateCachedPercent() argument
1508 if (infoType == BufferingInfoType::BUFFERING_START) { in UpdateCachedPercent()
1513 if (infoType == BufferingInfoType::BUFFERING_END) { in UpdateCachedPercent()
1519 if (infoType != BufferingInfoType::BUFFERING_PERCENT) { in UpdateCachedPercent()
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp58 void OnStateChange(struct OH_AVScreenCapture *capture, AVScreenCaptureStateCode infoType) in OnStateChange() argument
61 callback_(capture, static_cast<OH_AVScreenCaptureStateCode>(infoType), userData_); in OnStateChange()
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp248 void OnInfo(OH_AVPlayer *player, AVPlayerOnInfoType infoType, OH_AVFormat* infoBody) in OnInfo() argument
251 callback_(player, infoType, infoBody, userData_); in OnInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp766 void CheckInvalidPropDeserialize(const nlohmann::json infoJson, const InfoType infoType) const;
1560 const nlohmann::json infoJson, const InfoType infoType) const in CheckInvalidPropDeserialize()
1566 switch (infoType) { in CheckInvalidPropDeserialize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4280 for (const auto& infoType : infoTypes) { in CheckJSCallbackInfo()
4281 switch (infoType) { in CheckJSCallbackInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js2968 checklist.forEach(function (infoType) {
2969 switch (infoType) {

Completed in 60 milliseconds