Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp47 WindowSessionProperty *property = new WindowSessionProperty(); variable
60 WindowSessionProperty *property = new WindowSessionProperty(); variable
85 WindowSessionProperty *property = new WindowSessionProperty(); variable
97 WindowSessionProperty *property = new WindowSessionProperty(); variable
148 WindowSessionProperty *property = new WindowSessionProperty(); variable
161 WindowSessionProperty *property = new WindowSessionProperty(); variable
175 WindowSessionProperty *property = new WindowSessionProperty(); variable
224 WindowSessionProperty *property = new WindowSessionProperty(); variable
235 WindowSessionProperty *property = new WindowSessionProperty(); variable
313 WindowSessionProperty *property = new WindowSessionProperty(); variable
[all …]
H A Dsub_session_lifecycle_test.cpp92 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
158 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
174 sptr<WindowSessionProperty> property = nullptr; variable
188 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
216 sptr<WindowSessionProperty> property = nullptr; variable
230 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
252 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
273 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
312 auto property = subSession_->GetSessionProperty(); variable
H A Dscene_session_manager_supplement_test.cpp94 sptr<WindowSessionProperty> property = new WindowSessionProperty(); variable
116 sptr<WindowSessionProperty> property = new WindowSessionProperty(); variable
167 sptr<WindowSessionProperty> property = new WindowSessionProperty(); variable
197 sptr<WindowSessionProperty> property = new WindowSessionProperty(); variable
231 sptr<WindowSessionProperty> property; variable
278 sptr<WindowSessionProperty> property = new WindowSessionProperty(); variable
339 sptr<WindowSessionProperty> property; variable
363 sptr<WindowSessionProperty> property; variable
413 sptr<WindowSessionProperty> property; variable
446 sptr<WindowSessionProperty> property; variable
[all …]
H A Dscene_session_manager_test5.cpp112 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
133 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
160 sptr<WindowSessionProperty> property; variable
230 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
265 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
300 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
319 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
340 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
362 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
381 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); variable
[all …]
H A Dscene_session_lifecycle_test.cpp94 { in __anona730d5710202()
127 sptr<WindowSessionProperty> property = nullptr; variable
170 sptr<WindowSessionProperty> property = nullptr; variable
195 sptr<WindowSessionProperty> property = nullptr; variable
228 sptr<WindowSessionProperty> property = nullptr; variable
276 { in __anona730d5710302()
387 { in __anona730d5710402()
444 sptr<WindowSessionProperty> property = nullptr; variable
789 sptr<WindowSessionProperty> property = new WindowSessionProperty(); variable
878 sptr<WindowSessionProperty> property = new WindowSessionProperty(); variable
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp38 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
63 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
95 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
127 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
157 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
189 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
210 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
227 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
244 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
264 ScreenProperty* property = new(std::nothrow) ScreenProperty(); variable
[all …]
/ohos5.0/base/startup/appspawn/test/moduletest/plugin-sample/
H A Dappspawn_plugin_sample.c45 static int TestPluginPreFork(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreFork()
51 static int TestPluginPreReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreReply()
57 static int TestPluginPostReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPostReply()
63 static int ChildPreColdBoot(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreColdBoot()
68 static int ChildExecute(AppSpawnMgr *content, AppSpawningCtx *property) in ChildExecute()
73 static int ChildPreRely(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreRely()
78 static int ChildPostRely(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPostRely()
83 static int ChildPreRun(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreRun()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_modifier_test.cpp53 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); variable
69 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); variable
85 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); variable
101 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); variable
117 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); variable
133 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSPropertyBase>(); variable
152 auto property = std::make_shared<RSProperty<Vector4f>>(INITIAL_VALUE_RECT_4F); variable
190 auto property = std::make_shared<RSProperty<Vector2f>>(INITIAL_VALUE_PIVOT_2F); variable
224 auto property = std::make_shared<RSProperty<float>>(30.f); variable
274 auto property = std::make_shared<RSProperty<float>>(10); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h42 RSModifierContext(RSProperties& property) : properties_(property), canvas_(nullptr) {} in RSModifierContext()
99 … RSGeometryTransRenderModifier(const std::shared_ptr<RSRenderProperty<Drawing::Matrix>>& property) in RSGeometryTransRenderModifier()
188 RSAnimatableRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSAnimatableRenderModifier()
212 RSGeometryRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSGeometryRenderModifier()
221 RSBackgroundRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSBackgroundRenderModifier()
230 RSContentRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSContentRenderModifier()
239 RSForegroundRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSForegroundRenderModifier()
248 RSOverlayRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSOverlayRenderModifier()
257 RSAppearanceRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSAppearanceRenderModifier()
267 RSEnvForegroundColorRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSEnvForegroundColorRenderModifier()
[all …]
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_media_description.cpp128 std::string property; in GetMediaId() local
153 std::string property; in GetAssetId() local
164 std::string property; in GetTitle() local
183 std::string property; in GetSubtitle() local
202 std::string property; in GetDescription() local
256 std::string property; in GetIconUri() local
353 std::string property; in GetMediaType() local
372 int32_t property; in GetMediaSize() local
533 int32_t property; in GetDuration() local
554 int32_t property; in GetStartPosition() local
[all …]
H A Dnapi_meta_data.cpp196 std::string property; in GetAssetId() local
215 std::string property; in GetTitle() local
234 std::string property; in GetArtist() local
253 std::string property; in GetAuthor() local
272 std::string property; in GetAVQueueName() local
291 std::string property; in GetAVQueueId() local
428 int64_t property; in GetDuration() local
507 napi_value property; in GetPublishDate() local
624 int32_t property; in GetSkipIntervals() local
645 int32_t property; in GetFilter() local
[all …]
H A Dnapi_playback_state.cpp152 int32_t property; in GetState() local
171 double property; in GetSpeed() local
230 int64_t property; in GetBufferedTime() local
249 int32_t property; in GetLoopMode() local
268 bool property; in GetIsFavorite() local
287 int32_t property; in GetActiveItemId() local
306 int32_t property; in GetVolume() local
325 int32_t property; in GetMaxVolume() local
344 bool property; in GetMuted() local
363 int32_t property; in GetDuration() local
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp152 sptr<WindowProperty> property = new WindowProperty(); in CreateWindowProperty() local
174 auto property = CreateWindowProperty(1, windowName); variable
190 auto property = CreateWindowProperty(2, windowName); variable
212 auto property = CreateWindowProperty(3, windowName); variable
238 auto property = CreateWindowProperty(4, windowName); variable
258 auto property = CreateWindowProperty(5, windowName); variable
285 auto property = CreateWindowProperty(6, windowName); variable
314 auto property = CreateWindowProperty(7, windowName); variable
343 auto property = CreateWindowProperty(8, windowName); variable
367 auto property = CreateWindowProperty(9, windowName); variable
[all …]
H A Dwindow_controller_test.cpp255 sptr<WindowProperty> property = new WindowProperty(); variable
339 sptr<WindowProperty> property = new WindowProperty(); variable
614 sptr<WindowProperty> property = new WindowProperty(); variable
653 sptr<WindowProperty> property = new WindowProperty(); variable
678 sptr<WindowProperty> property = new WindowProperty(); variable
704 sptr<WindowProperty> property = new WindowProperty(); variable
728 sptr<WindowProperty> property = new WindowProperty(); variable
752 sptr<WindowProperty> property = new WindowProperty(); variable
776 sptr<WindowProperty> property = new WindowProperty(); variable
803 sptr<WindowProperty> property = new WindowProperty(); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_path_animation_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(0.f, 0.f)); variable
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
107 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
140 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
173 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
208 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
247 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
280 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
319 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
353 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
[all …]
H A Drs_spring_animation_test.cpp42 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
75 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
108 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
140 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
173 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
214 auto property = std::make_shared<RSAnimatableProperty<Color>>(black); variable
247 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
280 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
311 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
H A Drs_curve_animation_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
107 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
140 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
174 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
208 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
242 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
276 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
316 auto property = std::make_shared<RSAnimatableProperty<Quaternion>>(); variable
351 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
H A Drs_interactive_implict_animator_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
103 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
129 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
159 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
190 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
220 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
249 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
278 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
309 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); variable
[all …]
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_common_test.cpp66 AppSpawningCtx *property = nullptr; variable
93 AppSpawningCtx *property = nullptr; variable
120 AppSpawningCtx *property = nullptr; variable
150 AppSpawningCtx *property = nullptr; variable
182 AppSpawningCtx *property = nullptr; variable
214 AppSpawningCtx *property = nullptr; variable
246 AppSpawningCtx *property = nullptr; variable
268 AppSpawningCtx *property = nullptr; variable
290 AppSpawningCtx *property = nullptr; variable
312 AppSpawningCtx *property = nullptr; variable
[all …]
H A Dapp_spawn_child_test.cpp77 AppSpawningCtx *property = nullptr; variable
114 AppSpawningCtx *property = nullptr; variable
151 AppSpawningCtx *property = nullptr; variable
190 AppSpawningCtx *property = nullptr; variable
230 AppSpawningCtx *property = nullptr; variable
271 AppSpawningCtx *property = nullptr; variable
319 AppSpawningCtx *property = nullptr; variable
356 AppSpawningCtx *property = nullptr; variable
397 AppSpawningCtx *property = nullptr; variable
440 AppSpawningCtx *property = nullptr; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_property.cpp22 bool CreateOrSetModifierValue(std::shared_ptr<Rosen::RSAnimatableProperty<T>>& property, const T& v… in CreateOrSetModifierValue()
34std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangeScaleModifier()
46std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangeSkewModifier()
58std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangePivotModifier()
70 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float value) in AddOrChangeTranslateZModifier()
82std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangePerspectiveModifier()
94std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangeTranslateModifier()
118 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float& value) in AddOrChangeRadiusModifier()
129 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float& value) in AddOrChangeSaturationModifier()
140 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float& value) in AddOrChangeBrightnessModifier()
[all …]
/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Ddfx_test.cpp62 char property[] = "frame_timeout"; variable
89 char property[] = "hdi_getstreamoperator_timeout"; variable
114 char property[] = "hdi_updatesettings_timeout"; variable
205 char property[] = "hdi_disableresult_timeout"; variable
248 char property[] = "hdi_close_timeout"; variable
334 char property[] = "hdi_createstreams_timeout"; variable
384 char property[] = "hdi_releasestreams_timeout"; variable
434 char property[] = "hdi_commitstreams_timeout"; variable
589 char property[] = "hdi_capture_timeout"; variable
832 std::string property = "Frame_Timeout"; variable
[all …]
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_common.c67 static int SetProcessName(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetProcessName()
228 static int SetUidGid(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetUidGid()
339 static int32_t WaitForDebugger(const AppSpawningCtx *property) in WaitForDebugger()
363 static int SpawnInitSpawningEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnInitSpawningEnv()
378 static int SpawnSetAppEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnSetAppEnv()
386 static int SpawnEnableCache(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnEnableCache()
407 static int SpawnSetProperties(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnSetProperties()
450 static int SpawnComplete(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnComplete()
465 static int SpawnGetSpawningFlag(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnGetSpawningFlag()
490 static int CloseFdArgs(AppSpawnMgr *content, AppSpawningCtx *property) in CloseFdArgs()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier.h27 explicit RSModifier(const std::shared_ptr<RSPropertyBase>& property) in RSModifier()
44 RSModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSModifier()
120 RSGeometryModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSGeometryModifier()
142 RSBackgroundModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSBackgroundModifier()
157 RSContentModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSContentModifier()
172 RSForegroundModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSForegroundModifier()
187 RSOverlayModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSOverlayModifier()
202 RSAppearanceModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSAppearanceModifier()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_path_animation_test.cpp100 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
124 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
178 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
209 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
240 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
266 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
291 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
319 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
406 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
461 …auto property = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_DEFAULT_VALU… variable
[all …]

12345678910>>...26