Home
last modified time | relevance | path

Searched refs:minInterval (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_multi_test.cpp360 int64_t minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap() local
362 EXPECT_EQ(minInterval, 0); in MultiTestDeviceUsageStatsGroupMap()
363 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
365 EXPECT_EQ(minInterval, DeviceUsageStatsGroupConst::TWO_HOUR); in MultiTestDeviceUsageStatsGroupMap()
366 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
368 EXPECT_EQ(minInterval, g_fourHour); in MultiTestDeviceUsageStatsGroupMap()
369 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
371 EXPECT_EQ(minInterval, DeviceUsageStatsGroupConst::TWENTY_FOUR_HOUR); in MultiTestDeviceUsageStatsGroupMap()
372 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
374 EXPECT_EQ(minInterval, DeviceUsageStatsGroupConst::FOURTY_EIGHT_HOUR); in MultiTestDeviceUsageStatsGroupMap()
H A Ddevice_usage_statistics_test.cpp376 int64_t minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ variable
378 EXPECT_EQ(minInterval, 0);
379 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
381 EXPECT_EQ(minInterval, DeviceUsageStatsGroupConst::TWO_HOUR);
382 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
384 EXPECT_EQ(minInterval, 2 * DeviceUsageStatsGroupConst::TWO_HOUR);
385 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
387 EXPECT_EQ(minInterval, DeviceUsageStatsGroupConst::TWENTY_FOUR_HOUR);
388 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
390 EXPECT_EQ(minInterval, DeviceUsageStatsGroupConst::FOURTY_EIGHT_HOUR);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A D_gnss_basic_config.md20 | unsigned int [minInterval](#mininterval) | 位置上报间隔 |
70 ### minInterval subsection
73 unsigned int GnssBasicConfig::minInterval
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_socket_coc.cpp25 if (!parcel.WriteInt32(minInterval)) { in Marshalling()
66 if (!parcel.ReadInt32(minInterval)) { in ReadFromParcel()
H A Dbluetooth_socket_coc.h36 int32_t minInterval = 0; variable
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Ddevice_state_handler.cpp137 void DeviceStateHandler::SetCellRequestMinInterval(uint32_t minInterval) const in SetCellRequestMinInterval()
150 TELEPHONY_LOGD("DeviceStateHandler::SetCellRequestMinInterval %{public}d", minInterval); in SetCellRequestMinInterval()
151 inner->networkSearchHandler_->SetCellRequestMinInterval(minInterval); in SetCellRequestMinInterval()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp497 EventTime minInterval = EventImpl::MAX_TIME_VALUE; in CalSleepTime() local
515 if (interval < minInterval) { in CalSleepTime()
516 minInterval = interval; in CalSleepTime()
520 return minInterval; in CalSleepTime()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.h101 void SetMinInterval(const Dimension& minInterval) in SetMinInterval() argument
103 minInterval_ = minInterval; in SetMinInterval()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp83 softbusAdvParam.minInterval = 1;
96 EXPECT_EQ(bleAdvParams.minInterval, softbusAdvParam.minInterval);
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Ddevice_state_handler.h42 void SetCellRequestMinInterval(uint32_t minInterval) const;
H A Dnetwork_search_handler.h99 void SetCellRequestMinInterval(uint32_t minInterval);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h50 int minInterval; member
H A Dohos_bt_gatt.h313 int minInterval; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h147 int32_t minInterval; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h389 int32_t minInterval; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp635 settings.SetInterval(advParam->minInterval); in BleStartAdvWithAddr()
709 settings.SetInterval(advParam.minInterval); in BleStartAdvEx()
1248 param->advParam.minInterval, param->advParam.advType); in ConvertAdvSettingParam()
1249 advSettings.SetInterval(param->advParam.minInterval); in ConvertAdvSettingParam()
H A Dohos_bt_socket.cpp521 params.minInterval = param->minInterval; in SocketUpdateCocConnectionParams()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c128 dst->minInterval = src->minInterval; in SoftbusAdvParamToBt()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_pm.c204 .sniffMinInterval = param->minInterval, in BTM_EnterSniffMode()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/cpp_target/location/gnss/v1_0/
H A Dgnss_types.h.txt137 uint32_t minInterval;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/dump_ast_target/
H A Ddump.txt155 unsigned int minInterval;
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp60 param->minInterval = GetData<int32_t>() % BC_INTERNAL; in BuildBroadcastParam()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1895 uint64_t minInterval = 0; variable
1902 cloudServiceImpl_->InitSubTask(sub, minInterval);
1906 cloudServiceImpl_->InitSubTask(sub, minInterval);
1910 cloudServiceImpl_->InitSubTask(sub, minInterval);
1913 cloudServiceImpl_->InitSubTask(sub, minInterval);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp918 info.minInterval = param.minInterval; in UpdateCocConnectionParams()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_device.cpp234 btmSniffParam.minInterval = param.minInterval_; in BtmEnterSniffMode()

12