/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 47 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 D | sub_session_lifecycle_test.cpp | 92 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 D | scene_session_manager_supplement_test.cpp | 94 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 …]
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 38 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 …]
|
/aosp12/system/bt/btcore/src/ |
H A D | property.cc | 120 void property_free(bt_property_t* property) { in property_free() 134 bool property_is_addr(const bt_property_t* property) { in property_is_addr() 139 bool property_is_device_class(const bt_property_t* property) { in property_is_device_class() 144 bool property_is_device_type(const bt_property_t* property) { in property_is_device_type() 154 bool property_is_name(const bt_property_t* property) { in property_is_name() 159 bool property_is_rssi(const bt_property_t* property) { in property_is_rssi() 164 bool property_is_scan_mode(const bt_property_t* property) { in property_is_scan_mode() 169 bool property_is_uuids(const bt_property_t* property) { in property_is_uuids() 181 const bt_property_t* property) { in property_as_device_class() 201 int8_t property_as_rssi(const bt_property_t* property) { in property_as_rssi() [all …]
|
/aosp12/system/bt/main/shim/ |
H A D | config.cc | 41 const std::string& property) { in HasProperty() 46 const std::string& property, int* value) { in GetInt() 57 const std::string& property, int value) { in SetInt() 64 const std::string& property, in GetUint64() 76 const std::string& property, in SetUint64() 84 const std::string& property, char* value, in GetStr() 104 const std::string& section, const std::string& property) { in GetStr() 109 const std::string& property, in SetStr() 132 const std::string& property) { in GetBinLength() 142 const std::string& property, in SetBin() [all …]
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_media_description.cpp | 128 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 D | napi_meta_data.cpp | 196 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 D | napi_playback_state.cpp | 152 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 …]
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 454 public byte getByte(String property, byte def) { in getByte() 494 public int getInt(String property, int def) { in getInt() 599 public boolean getBoolean(String property) { in getBoolean() 611 public byte getByte(String property) { in getByte() 623 public short getShort(String property) { in getShort() 635 public int getInt(String property) { in getInt() 647 public long getLong(String property) { in getLong() 659 public float getFloat(String property) { in getFloat() 671 public double getDouble(String property) { in getDouble() 683 public String getString(String property) { in getString() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_modifier.h | 42 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/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_property_modifier_test.cpp | 53 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/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 152 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 D | window_controller_test.cpp | 255 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/base/startup/appspawn/test/moduletest/plugin-sample/ |
H A D | appspawn_plugin_sample.c | 45 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()
|
/aosp12/system/bt/gd/storage/ |
H A D | config_cache_helper.h | 59 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 71 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 83 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 88 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 93 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 98 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 107 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 121 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 41 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 D | rs_curve_animation_test.cpp | 41 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 D | rs_spring_animation_test.cpp | 42 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
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_common_test.cpp | 66 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 D | app_spawn_child_test.cpp | 77 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 D | rosen_modifier_property.cpp | 22 bool CreateOrSetModifierValue(std::shared_ptr<Rosen::RSAnimatableProperty<T>>& property, const T& v… in CreateOrSetModifierValue() 34 …std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangeScaleModifier() 46 …std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangeSkewModifier() 58 …std::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() 82 …std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangePerspectiveModifier() 94 …std::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 D | dfx_test.cpp | 62 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 …]
|
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | property_test.cpp | 43 Property<int32_t> property(int_tag_, 1); in TEST_F() local 57 Property<int32_t> property(int_tag_, data); in TEST_F() local 75 Property<std::vector<float>> property(float_tag_, data); in TEST_F() local 91 Property<std::array<float, 4>> property(float_tag_, data); in TEST_F() local 109 Property<ArrayVector<uint8_t, 3>> property(byte_tag_, data); in TEST_F() local 123 Property<int32_t> property(int_tag_, 1); in TEST_F() local 133 Property<int32_t> property(int_tag_, 1); in TEST_F() local 144 Property<int32_t> property(int_tag_, 1); in TEST_F() local 150 Property<int32_t> property(int_tag_, 1); in TEST_F() local
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_common.c | 67 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 …]
|