Home
last modified time | relevance | path

Searched refs:GetInterval (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp95 const Dimension& PieceComponent::GetInterval() const in GetInterval() function in OHOS::Ace::PieceComponent
97 return declaration_->GetInterval(); in GetInterval()
195 padding->SetPadding(Edge(0.0_vp, 0.0_vp, GetInterval(), 0.0_vp)); in SetImage()
197 padding->SetPadding(Edge(GetInterval(), 0.0_vp, 0.0_vp, 0.0_vp)); in SetImage()
H A Dpiece_component.h59 const Dimension& GetInterval() const;
H A Dpiece_theme.h97 const Dimension& GetInterval() const in GetInterval() function
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_zone_manager.cpp142 intervalList.emplace_back(group.second->GetInterval()); in CalculateMaxCd()
154 group.second->multiple_ = group.second->GetInterval() / maxCd_; in CalculateMaxCd()
260 group.first.c_str(), group.second->GetInterval(), group.second->multiple_); in DumpPollingInfo()
H A Dsensor_info_config.cpp53 int32_t SensorInfoConfig::GetInterval() in GetInterval() function in OHOS::HDI::Thermal::V1_1::SensorInfoConfig
H A Dthermal_hdf_timer.cpp93 int32_t dfxInterval = static_cast<int32_t>(ThermalDfx::GetInstance().GetInterval()); in LoopingThreadEntry()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp61 SetInterval(theme->GetInterval()); in InitializeStyle()
93 SetInterval(theme->GetInterval()); in InitializeStyle()
H A Dpiece_declaration.h88 const Dimension& GetInterval() const in GetInterval() function
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp139 int32_t multiple = tzIter.second->GetInterval() / maxCd_; in SetMultiples()
165 int32_t interval = tzIter.second->GetInterval(); in CalculateMaxCd()
H A Dprotector_thermal_zone_info.cpp206 int32_t ProtectorThermalZoneInfo::GetInterval() const in GetInterval() function in OHOS::PowerMgr::ProtectorThermalZoneInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp30 { "interval", [](const SwiperComposedElement& inspector) { return inspector.GetInterval(); } }, in __anon1f3bcfd60402()
55 DumpLog::GetInstance().AddDesc(std::string("interval: ").append(GetInterval())); in Dump()
111 std::string SwiperComposedElement::GetInterval() const in GetInterval() function in OHOS::Ace::V2::SwiperComposedElement
H A Dswiper_composed_element.h38 std::string GetInterval() const;
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_repeat_button.h101 virtual uint16_t GetInterval() const in GetInterval() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_repeat_button_unit_test.cpp76 EXPECT_EQ(repeatBtn_->GetInterval(), interval);
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer_event_handler.h46 uint32_t GetInterval() const { return interval_; } in GetInterval() function
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dsensor_info_config.h61 int32_t GetInterval();
H A Dthermal_dfx.h40 uint32_t GetInterval();
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dprotector_thermal_zone_info.h46 int32_t GetInterval() const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp334 setting.SetInterval(settings.GetInterval()); in StartAdvertising()
387 setting.SetInterval(settings.GetInterval()); in StartAdvertising()
660 uint16_t BleAdvertiserSettings::GetInterval() const in GetInterval() function in OHOS::Bluetooth::BleAdvertiserSettings
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h232 uint16_t GetInterval() const;
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_endpoint.h99 const int32_t &GetInterval() const in GetInterval() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h273 int GetInterval() const in GetInterval() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp194 settingsImpl.SetInterval(settings.GetInterval()); in StartAdvertising()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp232 …T_EQ(static_cast<uint16_t>(INTERVAL), BleTest::bleInstance_->bleAdvertiserSettings_.GetInterval());
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h125 static ExecutorPool::Duration GetInterval(int32_t code);

12