/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
|
/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 in OHOS::Ace::PieceDeclaration
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_repeat_button_unit_test.cpp | 76 EXPECT_EQ(repeatBtn_->GetInterval(), interval); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_repeat_button.h | 101 virtual uint16_t GetInterval() const in GetInterval() function in OHOS::UIRepeatButton
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | swiper_composed_element.cpp | 27 { "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 D | swiper_composed_element.h | 38 std::string GetInterval() const;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_advertiser.h | 232 uint16_t GetInterval() const;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 329 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 D | bluetooth_ble_central_manager.cpp | 238 outSettings.SetInterval(inSettings.GetInterval()); in ConvertAdvertiserSetting()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_advertiser_server.cpp | 194 settingsImpl.SetInterval(settings.GetInterval()); in StartAdvertising()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_parcel_data.h | 273 int GetInterval() const in GetInterval() function in OHOS::bluetooth::AdvertiserSettings
|
H A D | ble_service_data.h | 267 int GetInterval() const;
|
H A D | ble_service_data.cpp | 336 int BleAdvertiserSettingsImpl::GetInterval() const in GetInterval() function in OHOS::bluetooth::BleAdvertiserSettingsImpl
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.h | 125 static ExecutorPool::Duration GetInterval(int32_t code);
|
H A D | sync_manager.cpp | 792 ExecutorPool::Duration SyncManager::GetInterval(int32_t code) 858 retryer(GetInterval(code), code, dbCode, prepareTraceId);
|
/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.cpp | 232 EXPECT_EQ(static_cast<uint16_t>(INTERVAL), BleTest::bleInstance_->bleAdvertiserSettings_.GetInterval()); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 1582 * @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 D | swiper_attr_test_ng.cpp | 177 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 D | ble_advertiser_impl.cpp | 747 SetMaxInterval(settings.GetInterval()); in SetAdvParam() 748 SetMinInterval(settings.GetInterval()); in SetAdvParam()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.h | 762 int32_t GetInterval() const;
|
H A D | swiper_pattern.cpp | 1043 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();
|