/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | piece_component.cpp | 95 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 D | piece_component.h | 59 const Dimension& GetInterval() const;
|
H A D | piece_theme.h | 97 const Dimension& GetInterval() const in GetInterval() function
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_zone_manager.cpp | 142 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 D | sensor_info_config.cpp | 53 int32_t SensorInfoConfig::GetInterval() in GetInterval() function in OHOS::HDI::Thermal::V1_1::SensorInfoConfig
|
H A D | thermal_hdf_timer.cpp | 93 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 D | piece_declaration.cpp | 61 SetInterval(theme->GetInterval()); in InitializeStyle() 93 SetInterval(theme->GetInterval()); in InitializeStyle()
|
H A D | piece_declaration.h | 88 const Dimension& GetInterval() const in GetInterval() function
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/ |
H A D | thermal_kernel_policy.cpp | 139 int32_t multiple = tzIter.second->GetInterval() / maxCd_; in SetMultiples() 165 int32_t interval = tzIter.second->GetInterval(); in CalculateMaxCd()
|
H A D | protector_thermal_zone_info.cpp | 206 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 D | swiper_composed_element.cpp | 30 { "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 D | swiper_composed_element.h | 38 std::string GetInterval() const;
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_repeat_button.h | 101 virtual uint16_t GetInterval() const in GetInterval() function
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_repeat_button_unit_test.cpp | 76 EXPECT_EQ(repeatBtn_->GetInterval(), interval);
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | timer_event_handler.h | 46 uint32_t GetInterval() const { return interval_; } in GetInterval() function
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | sensor_info_config.h | 61 int32_t GetInterval();
|
H A D | thermal_dfx.h | 40 uint32_t GetInterval();
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/ |
H A D | protector_thermal_zone_info.h | 46 int32_t GetInterval() const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 334 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 D | bluetooth_ble_advertiser.h | 232 uint16_t GetInterval() const;
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_endpoint.h | 99 const int32_t &GetInterval() const in GetInterval() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_parcel_data.h | 273 int GetInterval() const in GetInterval() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_advertiser_server.cpp | 194 settingsImpl.SetInterval(settings.GetInterval()); in StartAdvertising()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.cpp | 232 …T_EQ(static_cast<uint16_t>(INTERVAL), BleTest::bleInstance_->bleAdvertiserSettings_.GetInterval());
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.h | 125 static ExecutorPool::Duration GetInterval(int32_t code);
|