Home
last modified time | relevance | path

Searched refs:Get (Results 1 - 25 of 1325) sorted by relevance

12345678910>>...53

/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp154 Recorder::EventController::Get().Register(config, observer); in HWTEST_F()
156 Recorder::NodeDataCache::Get().OnPageShow("pages/Index"); in HWTEST_F()
159 Recorder::NodeDataCache::Get().GetExposureCfg("pages/Index", "btn_Grid", exposureCfg); in HWTEST_F()
164 Recorder::NodeDataCache::Get().GetExposureCfg("pages/Index", "", exposureCfg); in HWTEST_F()
168 Recorder::NodeDataCache::Get().GetExposureCfg("pages/Index", "xyz", exposureCfg); in HWTEST_F()
171 Recorder::NodeDataCache::Get().OnPageShow("pages/ScrollPage"); in HWTEST_F()
173 Recorder::NodeDataCache::Get().GetExposureCfg("pages/ScrollPage", "btn_Grid", exposureCfg); in HWTEST_F()
177 Recorder::NodeDataCache::Get().GetExposureCfg("pages/ScrollPage", "scroll_item_2", exposureCfg); in HWTEST_F()
185 Recorder::EventController::Get().Unregister(observer); in HWTEST_F()
187 Recorder::NodeDataCache::Get() in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dgraphic_modifier.cpp54 radii[SkRRect::kUpperLeft_Corner].set(radius_->Get().x_, radius_->Get().x_), in MakeRRect()
55 radii[SkRRect::kUpperRight_Corner].set(radius_->Get().y_, radius_->Get().y_); in MakeRRect()
56 radii[SkRRect::kLowerRight_Corner].set(radius_->Get().z_, radius_->Get().z_); in MakeRRect()
57 radii[SkRRect::kLowerLeft_Corner].set(radius_->Get().w_, radius_->Get().w_); in MakeRRect()
68 radii[RSRoundRect::TOP_LEFT_POS] = {radius_->Get().x_, radius_->Get() in MakeRRect()
[all...]
H A Dmatrix2d.cpp99 matrix3d.SetMatrix(matrix.Get(0, 0), matrix.Get(1, 0), matrix.Get(3, 0), matrix.Get(0, 1), matrix.Get(1, 1), in SetMatrixPolyToPoly()
100 matrix.Get(3, 1), matrix.Get(0, 3), matrix.Get(1, 3), matrix.Get(3, 3)); in SetMatrixPolyToPoly()
113 Matrix4 retMatrix4(matrix3d.Get( in SetMatrixPolyToPoly()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dlru_bucket_test.cpp65 ASSERT_TRUE(!bucket_.Get("test_0", value)); in HWTEST_F()
66 ASSERT_TRUE(bucket_.Get("test_6", value)); in HWTEST_F()
70 ASSERT_TRUE(bucket_.Get("test_6", value)); in HWTEST_F()
89 ASSERT_TRUE(!bucket_.Get("test_0", value)); in HWTEST_F()
90 ASSERT_TRUE(bucket_.Get("test_10", value)); in HWTEST_F()
109 ASSERT_TRUE(!bucket_.Get("test_10", value)); in HWTEST_F()
125 ASSERT_TRUE(bucket_.Get("test_9", value)); in HWTEST_F()
138 ASSERT_TRUE(bucket_.Get("test_0", value)); in HWTEST_F()
142 ASSERT_TRUE(bucket_.Get("test_0", value)); in HWTEST_F()
155 ASSERT_TRUE(bucket_.Get("test_ in HWTEST_F()
[all...]
H A Dpool_test.cpp67 * @tc.desc: test the std::shared_ptr<T> Get(bool isForce = false) function.
75 auto ret = pool_.Get(); in HWTEST_F()
79 ret = pool_.Get(); in HWTEST_F()
83 ret = pool_.Get(); in HWTEST_F()
87 ret = pool_.Get(); in HWTEST_F()
93 * @tc.desc: test the std::shared_ptr<T> Get(bool isForce = false) function.
101 auto ret = pool_.Get(); in HWTEST_F()
105 ret = pool_.Get(); in HWTEST_F()
109 ret = pool_.Get(); in HWTEST_F()
113 ret = pool_.Get(tru in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_matrix_test.cpp52 EXPECT_EQ(skiaMatrix.Get(0), 1); in HWTEST_F()
70 EXPECT_EQ(skiaMatrix.Get(0), 1); in HWTEST_F()
101 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matrix::SCALE_X), scale)); in HWTEST_F()
117 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matrix::SCALE_X), matrixParam)); in HWTEST_F()
133 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matrix::SCALE_X), matrixParam)); in HWTEST_F()
149 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matrix::SCALE_X), -matrixParam)); in HWTEST_F()
166 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matrix::TRANS_X), matrixParam * trans + matrixParam)); in HWTEST_F()
183 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matrix::SCALE_X), scale * matrixParam)); in HWTEST_F()
200 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matrix::SCALE_X), matrixParam * scale)); in HWTEST_F()
217 ASSERT_TRUE(IsScalarAlmostEqual(skiaMatrix.Get(Matri in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dhdc_register_test.cpp64 HdcRegister::Get().LoadRegisterSo(); in HWTEST_F()
65 EXPECT_NE(HdcRegister::Get().registerHandler_, nullptr); in HWTEST_F()
70 HdcRegister::Get().StartHdcRegister(1); in HWTEST_F()
75 HdcRegister::Get().StartHdcRegister(0); in HWTEST_F()
90 HdcRegister::Get().LoadRegisterSo(); in HWTEST_F()
91 EXPECT_NE(HdcRegister::Get().registerHandler_, nullptr); in HWTEST_F()
97 HdcRegister::Get().StopHdcRegister(1); in HWTEST_F()
98 EXPECT_NE(HdcRegister::Get().registerHandler_, nullptr); in HWTEST_F()
104 HdcRegister::Get().StopHdcRegister(0); in HWTEST_F()
106 EXPECT_EQ(HdcRegister::Get() in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.cpp71 if (isHiddenHandle_->Get()) { in onDraw()
75 if (!inShowArea_->Get()) { in onDraw()
83 if (isSingleHandle_->Get()) { in onDraw()
122 if (firstHandleIsShow_->Get()) { in PaintSingleHandleWithPoints()
132 .isHandleLineShow = isHandleLineShow_->Get(), in PaintSingleHandleWithPoints()
133 .isCircleShow = firstCircleIsShow_->Get() in PaintSingleHandleWithPoints()
137 if (secondHandleIsShow_->Get()) { in PaintSingleHandleWithPoints()
147 .isHandleLineShow = isHandleLineShow_->Get(), in PaintSingleHandleWithPoints()
148 .isCircleShow = secondCircleIsShow_->Get() in PaintSingleHandleWithPoints()
157 if (firstHandleIsShow_->Get()) { in PaintSingleHandleWithRect()
[all...]
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp67 SingletonContainer::Get<ScreenManagerAdapter>().InitDMSProxy(); in HWTEST_F()
71 sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServiceProxy_->AsObject(); in HWTEST_F()
91 SingletonContainer::Get<ScreenManagerAdapter>().InitDMSProxy(); in HWTEST_F()
95 sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServiceProxy_->AsObject(); in HWTEST_F()
115 SingletonContainer::Get<ScreenManagerAdapter>().InitDMSProxy(); in HWTEST_F()
119 sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServiceProxy_->AsObject(); in HWTEST_F()
139 SingletonContainer::Get<ScreenManagerAdapter>().InitDMSProxy(); in HWTEST_F()
140 sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapter>().displayManagerServiceProxy_->AsObject(); in HWTEST_F()
163 SingletonContainer::Get<ScreenManagerAdapter>().InitDMSProxy(); in HWTEST_F()
165 sptr<IRemoteObject> impl = SingletonContainer::Get<ScreenManagerAdapte in HWTEST_F()
[all...]
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp61 sptr<DisplayInfo> info = SingletonContainer::Get<DisplayManagerAdapter>().GetDisplayInfo(DISPLAY_ID_INVALID); in HWTEST_F()
72 sptr<CutoutInfo> info = SingletonContainer::Get<DisplayManagerAdapter>().GetCutoutInfo(DISPLAY_ID_INVALID); in HWTEST_F()
84 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenSupportedColorGamuts(0, colorGamuts); in HWTEST_F()
100 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorGamut(0, -1); in HWTEST_F()
116 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorGamut(0, colorGamut); in HWTEST_F()
132 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenGamutMap(0, gamutMap); in HWTEST_F()
147 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().SetScreenGamutMap(0, GAMUT_MAP_CONSTANT); in HWTEST_F()
162 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorTransform(0); in HWTEST_F()
178 bool ret = SingletonContainer::Get<DisplayManagerAdapter>().SetFreeze(displayIds, false); in HWTEST_F()
193 auto info = SingletonContainer::Get<ScreenManagerAdapte in HWTEST_F()
[all...]
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_adapter_lite_test.cpp57 dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterLite>()); in HWTEST_F()
70 dmsDeath_ = new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterLite>()); in HWTEST_F()
71 SingletonContainer::Get<DisplayManagerAdapterLite>().InitDMSProxy(); in HWTEST_F()
73 SingletonContainer::Get<DisplayManagerAdapterLite>().displayManagerServiceProxy_->AsObject(); in HWTEST_F()
86 SingletonContainer::Get<DisplayManagerAdapterLite>().InitDMSProxy(); in HWTEST_F()
87 SingletonContainer::Get<DisplayManagerAdapterLite>().Clear(); in HWTEST_F()
88 ASSERT_FALSE(SingletonContainer::Get<DisplayManagerAdapterLite>().isProxyValid_); in HWTEST_F()
98 SingletonContainer::Get<DisplayManagerAdapterLite>().InitDMSProxy(); in HWTEST_F()
99 SingletonContainer::Get<DisplayManagerAdapterLite>().displayManagerServiceProxy_ = nullptr; in HWTEST_F()
100 SingletonContainer::Get<DisplayManagerAdapterLit in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_manager_agent.cpp25 SingletonContainer::Get<WindowManager>().UpdateFocusChangeInfo(focusChangeInfo, focused); in UpdateFocusChangeInfo()
30 SingletonContainer::Get<WindowManager>().UpdateWindowModeTypeInfo(type); in UpdateWindowModeTypeInfo()
35 SingletonContainer::Get<WindowManager>().UpdateSystemBarRegionTints(displayId, tints); in UpdateSystemBarRegionTints()
41 SingletonContainer::Get<WindowManager>().NotifyAccessibilityWindowInfo(infos, type); in NotifyAccessibilityWindowInfo()
46 SingletonContainer::Get<WindowManager>().UpdateWindowVisibilityInfo(visibilityInfos); in UpdateWindowVisibilityInfo()
52 SingletonContainer::Get<WindowManager>().UpdateWindowDrawingContentInfo(windowDrawingContentInfos); in UpdateWindowDrawingContentInfo()
57 SingletonContainer::Get<WindowManager>().UpdateCameraFloatWindowStatus(accessTokenId, isShowing); in UpdateCameraFloatWindowStatus()
62 SingletonContainer::Get<WindowManager>().NotifyWaterMarkFlagChangedResult(showWaterMark); in NotifyWaterMarkFlagChangedResult()
68 SingletonContainer::Get<WindowManager>().UpdateVisibleWindowNum(visibleWindowNumInfo); in UpdateVisibleWindowNum()
73 SingletonContainer::Get<WindowManage in NotifyGestureNavigationEnabledResult()
[all...]
H A Dwindow_manager_agent_lite.cpp26 SingletonContainer::Get<WindowManagerLite>().UpdateFocusChangeInfo(focusChangeInfo, focused); in UpdateFocusChangeInfo()
31 SingletonContainer::Get<WindowManagerLite>().UpdateWindowVisibilityInfo(visibilityInfos); in UpdateWindowVisibilityInfo()
37 SingletonContainer::Get<WindowManagerLite>().UpdateWindowDrawingContentInfo(windowDrawingContentInfos); in UpdateWindowDrawingContentInfo()
42 SingletonContainer::Get<WindowManagerLite>().UpdateWindowModeTypeInfo(type); in UpdateWindowModeTypeInfo()
47 SingletonContainer::Get<WindowManagerLite>().UpdateCameraWindowStatus(accessTokenId, isShowing); in UpdateCameraWindowStatus()
52 SingletonContainer::Get<WindowManagerLite>().NotifyWindowStyleChange(type); in NotifyWindowStyleChange()
57 SingletonContainer::Get<WindowManagerLite>().UpdatePiPWindowStateChanged(bundleName, isForeground); in UpdatePiPWindowStateChanged()
63 SingletonContainer::Get<WindowManagerLite>().NotifyAccessibilityWindowInfo(infos, type); in NotifyAccessibilityWindowInfo()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DNumberTest.cpp53 EXPECT_EQ(n.Get<uint32_t>(), 1); in HWTEST_F()
54 EXPECT_EQ(n.Get<int32_t>(), 1); in HWTEST_F()
55 EXPECT_EQ(n.Get<float>(), 1); in HWTEST_F()
56 EXPECT_EQ(n.Get<MyEnum>(), MyEnum::ONE); in HWTEST_F()
59 EXPECT_EQ(n.Get<uint32_t>(), 10); in HWTEST_F()
61 EXPECT_EQ(n.Get<uint32_t>(), 1); in HWTEST_F()
62 EXPECT_EQ(n.Get<int32_t>(), 1); in HWTEST_F()
63 EXPECT_NEAR(n.Get<float>(), 1.2, 0.0001); in HWTEST_F()
66 EXPECT_EQ(en.Get<uint32_t>(), 2); in HWTEST_F()
67 EXPECT_EQ(en.Get<MyEnu in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_magnifier_shader_filter.cpp74 if ((mat.Get(1) > FLOAT_ZERO_THRESHOLD) && (mat.Get(3) < (0 - FLOAT_ZERO_THRESHOLD))) { in SetMagnifierOffset()
76 scaleX_ = mat.Get(1); in SetMagnifierOffset()
77 scaleY_ = -mat.Get(3); // 3 represents index in SetMagnifierOffset()
81 } else if ((mat.Get(0) < (0 - FLOAT_ZERO_THRESHOLD)) && (mat.Get(4) < (0 - FLOAT_ZERO_THRESHOLD))) { in SetMagnifierOffset()
83 scaleX_ = -mat.Get(0); in SetMagnifierOffset()
84 scaleY_ = -mat.Get(4); // 4 represents index in SetMagnifierOffset()
88 } else if ((mat.Get(1) < (0 - FLOAT_ZERO_THRESHOLD)) && (mat.Get( in SetMagnifierOffset()
[all...]
/foundation/window/window_manager/dm/src/
H A Dscreen.cpp126 return SingletonContainer::Get<ScreenManagerAdapter>().SetOrientation(GetId(), orientation); in SetOrientation()
131 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenSupportedColorGamuts(GetId(), colorGamuts); in GetScreenSupportedColorGamuts()
136 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorGamut(GetId(), colorGamut); in GetScreenColorGamut()
141 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorGamut(GetId(), colorGamutIdx); in SetScreenColorGamut()
146 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenGamutMap(GetId(), gamutMap); in GetScreenGamutMap()
151 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenGamutMap(GetId(), gamutMap); in SetScreenGamutMap()
156 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorTransform(GetId()); in SetScreenColorTransform()
161 return SingletonContainer::Get<ScreenManagerAdapter>().GetPixelFormat(GetId(), pixelFormat); in GetPixelFormat()
166 return SingletonContainer::Get<ScreenManagerAdapter>().SetPixelFormat(GetId(), pixelFormat); in SetPixelFormat()
171 return SingletonContainer::Get<ScreenManagerAdapte in GetSupportedHDRFormats()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dopentype_basic_type.h27 const std::string Get() const;
32 int16_t Get() const;
37 uint16_t Get() const;
42 int32_t Get() const;
47 uint32_t Get() const;
52 float Get() const;
H A Dcmap_parser.cpp44 reinterpret_cast<const char *>(data) + subtableOffset.Get()); in GetSubtable()
66 return segCountX2.Get() / SEG_SIZE; in GetSegCount()
114 for (auto i = 0; i < cmap.numTables.Get(); i++) { in Parse()
117 if (subtable.format.Get() == FORMAT4) { in Parse()
118 auto offset = record.subtableOffset.Get(); in Parse()
126 if (subtable.format.Get() == FORMAT12) { in Parse()
127 auto offset = record.subtableOffset.Get(); in Parse()
165 uint32_t end = endCodes[i].Get(); in ParseFormat4()
166 uint32_t start = startCodes[i].Get(); in ParseFormat4()
171 uint32_t idRangeOffset = idRangeOffsets[i].Get(); in ParseFormat4()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp50 EXPECT_EQ(progressModifier.color_->Get(), linearColor); in HWTEST_F()
52 EXPECT_EQ(progressModifier.bgColor_->Get(), linearColor); in HWTEST_F()
54 EXPECT_EQ(progressModifier.borderColor_->Get(), linearColor); in HWTEST_F()
58 EXPECT_EQ(progressModifier.maxValue_->Get(), PROGRESS_MODIFIER_VALUE); in HWTEST_F()
60 EXPECT_EQ(progressModifier.value_->Get(), PROGRESS_MODIFIER_VALUE); in HWTEST_F()
62 EXPECT_EQ(progressModifier.scaleWidth_->Get(), PROGRESS_MODIFIER_VALUE); in HWTEST_F()
64 EXPECT_EQ(progressModifier.scaleCount_->Get(), SCALE_COUNT); in HWTEST_F()
67 EXPECT_EQ(progressModifier.offset_->Get(), offset); in HWTEST_F()
92 EXPECT_EQ(progressModifier.progressType_->Get(), static_cast<int32_t>(PROGRESS_TYPE_LINEAR)); in HWTEST_F()
93 EXPECT_EQ(progressModifier.contentSize_->Get(), ContentSiz in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_modifier.cpp44 if (!hasIndicator_ || hasIndicator_->Get()) { in onDraw()
110 if (GreatNotEqual(indicatorHeight_->Get(), 0.0f)) { in PaintIndicator()
111 indicator.SetHeight(indicatorHeight_->Get()); in PaintIndicator()
115 indicator.SetWidth(indicatorWidth_->Get()); in PaintIndicator()
116 indicator.SetLeft(indicatorLeft_->Get()); in PaintIndicator()
117 if (GreatNotEqual(indicatorMarginTop_->Get(), 0.0f)) { in PaintIndicator()
118 indicator.SetTop(indicatorTop_->Get() + indicatorMarginTop_->Get()); in PaintIndicator()
120 indicator.SetTop(indicatorTop_->Get()); in PaintIndicator()
125 brush.SetColor(ToRSColor(indicatorColor_->Get())); in PaintIndicator()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp140 if (isOnAnimationFlag_->Get()) { in UpdateIsOnAnimatableProperty()
227 if (uiStatus_->Get() == static_cast<int32_t>(UIStatus::SELECTED)) { in PaintRadio()
228 if (!enabled_->Get()) { in PaintRadio()
230 ToRSColor(pointColor_->Get().BlendOpacity(static_cast<float>(DISABLED_ALPHA) / ENABLED_ALPHA))); in PaintRadio()
232 brush.SetColor(ToRSColor(pointColor_->Get())); in PaintRadio()
234 if (!NearZero(pointScale_->Get())) { in PaintRadio()
237 canvas.DrawCircle(RSPoint(centerX, centerY), outCircleRadius * pointScale_->Get() + shadowWidth_); in PaintRadio()
241 canvas.DrawCircle(RSPoint(centerX, centerY), outCircleRadius * pointScale_->Get()); in PaintRadio()
245 if (!enabled_->Get()) { in PaintRadio()
251 if (!NearZero(ringPointScale_->Get())) { in PaintRadio()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp45 selectedBorderRadius_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(trackBorderRadius_->Get()); in SliderContentModifier()
126 if (useContentModifier_->Get()) { in onDraw()
155 auto trackBorderRadius = trackBorderRadius_->Get(); in DrawBackground()
164 auto direction = static_cast<Axis>(directionAxis_->Get()); in DrawBackground()
197 if (!isShowStep_->Get()) { in DrawStep()
201 auto stepSize = stepSize_->Get(); in DrawStep()
202 auto stepColor = stepColor_->Get(); in DrawStep()
203 auto backStart = backStart_->Get(); in DrawStep()
204 auto backEnd = backEnd_->Get(); in DrawStep()
205 auto stepRatio = stepRatio_->Get(); in DrawStep()
[all...]
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Dble_mock.cpp25 return BleMock::Get()->DiscBleInit(callback); in DiscBleInit()
35 return Get()->Publish(option); in BlePublish()
40 return Get()->StartScan(option); in BleStartScan()
45 return Get()->Unpublish(option); in BleUnpublish()
50 return Get()->StopScan(option); in BleStopScan()
55 return Get()->StartAdvertise(option); in BleStartAdvertise()
60 return Get()->Subscribe(option); in BleSubscribe()
65 return Get()->Unsubscribe(option); in BleUnsubscribe()
70 return Get()->StopAdvertise(option); in BleStopAdvertise()
75 Get() in BleLinkStatusChanged()
83 BleMock* BleMock::Get() Get() function in BleMock
[all...]
H A Dcoap_mock.cpp25 return CoapMock::Get()->DiscCoapInit(callback); in DiscCoapInit()
35 return Get()->Publish(option); in CoapPublish()
40 return Get()->StartScan(option); in CoapStartScan()
45 return CoapMock::Get()->Unpublish(option); in CoapUnpublish()
50 return Get()->StopScan(option); in CoapStopScan()
55 return Get()->StartAdvertise(option); in CoapStartAdvertise()
60 return Get()->Subscribe(option); in CoapSubscribe()
65 return Get()->Unsubscribe(option); in CoapUnsubscribe()
70 return Get()->StopAdvertise(option); in CoapStopAdvertise()
75 Get() in CoapLinkStatusChanged()
83 CoapMock* CoapMock::Get() Get() function in CoapMock
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp42 str = "float:" + std::to_string(property->Get()); in ParseRenderPropertyVauleInner()
49 str = "Color:" + std::to_string(property->Get().AsRgbaInt()); in ParseRenderPropertyVauleInner()
60 str = "Quaternion:x:" + std::to_string(property->Get().x_) + "," + in ParseRenderPropertyVauleInner()
61 "y:" + std::to_string(property->Get().y_) + "," + in ParseRenderPropertyVauleInner()
62 "z:" + std::to_string(property->Get().z_) + "," + in ParseRenderPropertyVauleInner()
63 "w:" + std::to_string(property->Get().w_); in ParseRenderPropertyVauleInner()
69 if (property && property->Get()) { in ParseRenderPropertyVauleInner()
70 str = property->Get()->GetDescription(); in ParseRenderPropertyVauleInner()
79 str = "Vector2f:x:" + std::to_string(property->Get().x_) + "," + in ParseRenderPropertyVauleInner()
80 "y:" + std::to_string(property->Get() in ParseRenderPropertyVauleInner()
[all...]

Completed in 14 milliseconds

12345678910>>...53