Home
last modified time | relevance | path

Searched refs:GetInterval (Results 1 - 24 of 24) sorted by relevance

/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
/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 in OHOS::Ace::PieceDeclaration
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_repeat_button_unit_test.cpp76 EXPECT_EQ(repeatBtn_->GetInterval(), interval); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_repeat_button.h101 virtual uint16_t GetInterval() const in GetInterval() function in OHOS::UIRepeatButton
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp27 { "interval", [](const SwiperComposedElement& inspector) { return inspector.GetInterval(); } },
52 DumpLog::GetInstance().AddDesc(std::string("interval: ").append(GetInterval())); in Dump()
108 std::string SwiperComposedElement::GetInterval() const in GetInterval() function in OHOS::Ace::V2::SwiperComposedElement
H A Dswiper_composed_element.h38 std::string GetInterval() const;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h232 uint16_t GetInterval() const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp329 setting.SetInterval(settings.GetInterval()); in StartAdvertising()
382 setting.SetInterval(settings.GetInterval()); in StartAdvertising()
655 uint16_t BleAdvertiserSettings::GetInterval() const in GetInterval() function in OHOS::Bluetooth::BleAdvertiserSettings
H A Dbluetooth_ble_central_manager.cpp238 outSettings.SetInterval(inSettings.GetInterval()); in ConvertAdvertiserSetting()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp194 settingsImpl.SetInterval(settings.GetInterval()); in StartAdvertising()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h273 int GetInterval() const in GetInterval() function in OHOS::bluetooth::AdvertiserSettings
H A Dble_service_data.h267 int GetInterval() const;
H A Dble_service_data.cpp336 int BleAdvertiserSettingsImpl::GetInterval() const in GetInterval() function in OHOS::bluetooth::BleAdvertiserSettingsImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h125 static ExecutorPool::Duration GetInterval(int32_t code);
H A Dsync_manager.cpp792 ExecutorPool::Duration SyncManager::GetInterval(int32_t code)
858 retryer(GetInterval(code), code, dbCode, prepareTraceId);
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp232 EXPECT_EQ(static_cast<uint16_t>(INTERVAL), BleTest::bleInstance_->bleAdvertiserSettings_.GetInterval()); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1582 * @tc.name: GetInterval
1587 HWTEST_F(CloudDataTest, GetInterval, TestSize.Level0) in HWTEST_F()
1591 auto ret = sync.GetInterval(E_LOCKED_BY_OTHERS); in HWTEST_F()
1593 ret = sync.GetInterval(E_BUSY); in HWTEST_F()
1595 ret = sync.GetInterval(E_OK); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp177 EXPECT_EQ(pattern_->GetInterval(), DEFAULT_INTERVAL); in HWTEST_F()
215 EXPECT_EQ(pattern_->GetInterval(), 4000); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp747 SetMaxInterval(settings.GetInterval()); in SetAdvParam()
748 SetMinInterval(settings.GetInterval()); in SetAdvParam()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h762 int32_t GetInterval() const;
H A Dswiper_pattern.cpp1043 auto delayTime = GetInterval() - GetDuration(); in OnDirtyLayoutWrapperSwap()
1258 auto delayTime = GetInterval() - GetDuration(); in OnAnimationTranslateZero()
2375 PostTranslateTask(GetInterval());
4080 int32_t SwiperPattern::GetInterval() const
4753 auto delayTime = GetInterval() - GetDuration();

Completed in 53 milliseconds