Home
last modified time | relevance | path

Searched refs:maxInterval (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_socket_coc.cpp28 if (!parcel.WriteInt32(maxInterval)) { in Marshalling()
69 if (!parcel.ReadInt32(maxInterval)) { in ReadFromParcel()
H A Dbluetooth_socket_coc.h37 int32_t maxInterval = 0; variable
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dring_buffer.h184 size_t maxInterval = head_ - minPosition; in Seek() local
187 if (interval <= maxInterval) { in Seek()
191 … GetSize(), head_, tail_, minPosition, maxInterval, interval, offset, mediaOffset_); in Seek()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.h111 void SetMaxInterval(const Dimension& maxInterval) in SetMaxInterval() argument
113 maxInterval_ = maxInterval; in SetMaxInterval()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp84 softbusAdvParam.maxInterval = 1;
97 EXPECT_EQ(bleAdvParams.maxInterval, softbusAdvParam.maxInterval);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h51 int maxInterval; member
H A Dohos_bt_gatt.h318 int maxInterval; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h148 int32_t maxInterval; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h390 int32_t maxInterval; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp522 params.maxInterval = param->maxInterval; in SocketUpdateCocConnectionParams()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c129 dst->maxInterval = src->maxInterval; in SoftbusAdvParamToBt()
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp231 constexpr auto maxInterval = 5000U; variable
242 EXPECT_FALSE(ImgViewAdapter::IsValid(UxImageInfo {"dir/", "filePrefix", 100, maxInterval + 1}));
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_pm.c203 .sniffMaxInterval = param->maxInterval, in BTM_EnterSniffMode()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp61 param->maxInterval = GetData<int32_t>() % BC_INTERNAL; in BuildBroadcastParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp919 info.maxInterval = param.maxInterval; in UpdateCocConnectionParams()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_device.cpp233 btmSniffParam.maxInterval = param.maxInterval_; in BtmEnterSniffMode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h619 uint16_t maxInterval; member
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp663 const uint32_t maxInterval = 16384; in ParseAdvertisingSettingsParameters() local
664 if (interval < minInterval || interval > maxInterval) { in ParseAdvertisingSettingsParameters()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp1093 const int maxInterval = 30; in SearchFromTable() local
1107 if (nowSec - iter->second <= maxInterval) { in SearchFromTable()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h1519 int32_t maxInterval; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h1608 int32_t maxInterval; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1307 dstParam->maxInterval = srcParam->maxInterval; in ConvertBcParams()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp70 bcParam->maxInterval = BC_INTERNAL; in BuildBroadcastParam()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c919 advParam->maxInterval = ADV_INTERNAL; in BuildAdvParam()