/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceinfochanged_fuzzer/ |
H A D | on_softbus_device_info_changed_fuzzer.cpp | 35 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 D | l2cap_core.h | 80 int L2capSendInformationRsp(const L2capConnection *conn, uint8_t ident, uint16_t infoType);
|
H A D | l2cap_core.c | 385 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 D | http_media_downloader.h | 70 void UpdateCachedPercent(BufferingInfoType infoType);
|
H A D | http_media_downloader.cpp | 1141 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 D | dash_segment_downloader.cpp | 402 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 D | dash_segment_downloader.h | 197 void UpdateCachedPercent(BufferingInfoType infoType);
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.h | 145 void UpdateCachedPercent(BufferingInfoType infoType);
|
H A D | hls_media_downloader.cpp | 1502 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 D | native_avscreen_capture.cpp | 58 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 D | native_avplayer.cpp | 248 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 D | bms_bundle_data_storage_database_test.cpp | 766 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 D | js_view_abstract.cpp | 4280 for (const auto& infoType : infoTypes) { in CheckJSCallbackInfo() 4281 switch (infoType) { in CheckJSCallbackInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 2968 checklist.forEach(function (infoType) { 2969 switch (infoType) {
|