Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 1462) sorted by relevance

12345678910>>...59

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp511 property->UnmarshallingPiPTemplateInfo(parcel, property);
512 delete property;
741 delete property;
762 delete property;
797 delete property;
815 delete property;
833 delete property;
851 delete property;
869 delete property;
887 delete property;
[all …]
H A Dscene_session_manager_supplement_test.cpp231 sptr<WindowSessionProperty> property; variable
252 property->SetExtensionFlag(true);
339 sptr<WindowSessionProperty> property; variable
363 sptr<WindowSessionProperty> property; variable
380 property->SetParentPersistentId(1);
418 property->SetPersistentId(1);
460 property->SetParentPersistentId(1);
561 property->SetBrightness(1.f);
570 property->SetBrightness(-1.f);
572 property->SetBrightness(3.f);
[all …]
H A Dscene_session_test4.cpp79 ASSERT_NE(nullptr, property);
108 ASSERT_NE(nullptr, property);
132 ASSERT_NE(nullptr, property);
156 ASSERT_NE(nullptr, property);
178 session.property_ = property;
192 ASSERT_NE(nullptr, property);
216 ASSERT_NE(nullptr, property);
242 ASSERT_NE(nullptr, property);
437 ASSERT_NE(nullptr, property);
464 ASSERT_NE(nullptr, property);
[all …]
H A Dsub_session_lifecycle_test.cpp93 ASSERT_NE(nullptr, property);
159 ASSERT_NE(nullptr, property);
162 subSession_->SetSessionProperty(property);
176 subSession_->SetSessionProperty(property);
189 ASSERT_NE(nullptr, property);
217 ASSERT_EQ(nullptr, property);
231 ASSERT_NE(nullptr, property);
253 ASSERT_NE(nullptr, property);
274 ASSERT_NE(property, nullptr);
313 ASSERT_NE(property, nullptr);
[all …]
H A Dsystem_session_lifecycle_test.cpp101 ASSERT_TRUE((property != nullptr));
104 systemSession_->SetSessionProperty(property);
116 ASSERT_TRUE((property != nullptr));
119 systemSession_->SetSessionProperty(property);
132 ASSERT_NE(nullptr, property);
150 property->windowState_ = WindowState::STATE_INITIAL;
154 property->windowState_ = WindowState::STATE_CREATED;
158 property->windowState_ = WindowState::STATE_SHOWN;
162 property->windowState_ = WindowState::STATE_HIDDEN;
241 property->SetWindowType(type);
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp198 delete property;
215 delete property;
232 delete property;
252 delete property;
269 delete property;
286 delete property;
303 delete property;
319 delete property;
336 delete property;
352 delete property;
[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/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rspropertymodifier_fuzzer/
H A Drspropertymodifier_fuzzer.cpp70 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier001() local
71 auto boundsmodifier = std::make_shared<RSBoundsModifier>(property); in DoModifier001()
80 auto framemodifier = std::make_shared<RSFrameModifier>(property); in DoModifier001()
86 auto sandBoxmodifier = std::make_shared<RSSandBoxModifier>(property); in DoModifier001()
89 auto pivotmodifier = std::make_shared<RSPivotModifier>(property); in DoModifier001()
92 auto pivotZmodifier = std::make_shared<RSPivotZModifier>(property); in DoModifier001()
127 auto scalemodifier = std::make_shared<RSScaleModifier>(property); in DoModifier002()
130 auto skewmodifier = std::make_shared<RSSkewModifier>(property); in DoModifier002()
133 auto perspmodifier = std::make_shared<RSPerspModifier>(property); in DoModifier002()
145 auto alphamodifier = std::make_shared<RSAlphaModifier>(property); in DoModifier002()
[all …]
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_child_test.cpp98 property = nullptr;
139 property = nullptr;
178 property = nullptr;
218 property = nullptr;
258 property = nullptr;
302 property = nullptr;
341 property = nullptr;
382 property = nullptr;
425 property = nullptr;
469 property = nullptr;
[all …]
H A Dapp_spawn_common_test.cpp66 AppSpawningCtx *property = nullptr; variable
83 DeleteAppSpawningCtx(property);
110 DeleteAppSpawningCtx(property);
140 DeleteAppSpawningCtx(property);
172 DeleteAppSpawningCtx(property);
204 DeleteAppSpawningCtx(property);
236 DeleteAppSpawningCtx(property);
259 DeleteAppSpawningCtx(property);
281 DeleteAppSpawningCtx(property);
303 DeleteAppSpawningCtx(property);
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp155 return property; in CreateWindowProperty()
175 ASSERT_NE(nullptr, property);
191 ASSERT_NE(nullptr, property);
213 ASSERT_NE(nullptr, property);
239 ASSERT_NE(nullptr, property);
259 ASSERT_NE(nullptr, property);
286 ASSERT_NE(nullptr, property);
315 ASSERT_NE(nullptr, property);
344 ASSERT_NE(nullptr, property);
368 ASSERT_NE(nullptr, property);
[all …]
H A Dwindow_controller_test.cpp276 property->SetParentId(1);
284 property->SetParentId(2);
340 property->SetWindowId(0);
627 property->SetParentId(1);
1610 ASSERT_NE(nullptr, property);
1651 ASSERT_NE(nullptr, property);
1669 ASSERT_NE(nullptr, property);
1717 ASSERT_NE(nullptr, property);
1746 ASSERT_NE(nullptr, property);
1799 ASSERT_NE(nullptr, property);
[all …]
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp83 if (GetAppSpawnMsgType(property) == MSG_SPAWN_NATIVE_PROCESS) { in SetSelinuxCon()
84 if (!IsDeveloperModeOn(property)) { in SetSelinuxCon()
92 return SetSelinuxConNweb(content, property); in SetSelinuxCon()
96 } else if (IsIsolatedNativeSpawnMode(content, property)) { in SetSelinuxCon()
106 hapDomainInfo.packageName = GetBundleName(property); in SetSelinuxCon()
108 if (CheckAppMsgFlagsSet(property, APP_FLAGS_DEBUGGABLE)) { in SetSelinuxCon()
111 if (CheckAppMsgFlagsSet(property, APP_FLAGS_DLP_MANAGER)) { in SetSelinuxCon()
114 if (CheckAppMsgFlagsSet(property, APP_FLAGS_ISOLATED_SANDBOX)) { in SetSelinuxCon()
118 if (CheckAppMsgFlagsSet(property, APP_FLAGS_ASANENABLED)) { in SetSelinuxCon()
178 int SetInternetPermission(const AppSpawningCtx *property) in SetInternetPermission() argument
[all …]
H A Dappspawn_common.c269 if (CheckAppMsgFlagsSet(property, APP_FLAGS_DEBUGGABLE) && IsDeveloperModeOn(property)) { in SetUidGid()
342 …if (CheckAppMsgFlagsSet(property, APP_FLAGS_NATIVEDEBUG) && CheckAppMsgFlagsSet(property, APP_FLAG… in WaitForDebugger()
369 ClearEnvironment(content, property); in SpawnInitSpawningEnv()
381 int ret = SetEnvInfo(content, property); in SpawnSetAppEnv()
410 SpawnLoadSilk(content, property); in SpawnSetProperties()
414 ret = SetXpmConfig(content, property); in SpawnSetProperties()
417 ret = SetProcessName(content, property); in SpawnSetProperties()
420 ret = SetUidGid(content, property); in SpawnSetProperties()
432 ret = WaitForDebugger(property); in SpawnSetProperties()
452 InitDebugParams(content, property); in SpawnComplete()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_property.cpp24 if (property == nullptr) { in CreateOrSetModifierValue()
28 property->Set(value); in CreateOrSetModifierValue()
36 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeScaleModifier()
48 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeSkewModifier()
60 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangePivotModifier()
72 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeTranslateZModifier()
84 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangePerspectiveModifier()
96 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeTranslateModifier()
108 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeQuaternionModifier()
120 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeRadiusModifier()
[all …]
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c603 *appPid = property->pid; in WatchChildProcessFd()
894 if (property == NULL) { in ProcessSpawnReqMsg()
930 if (property != NULL && property->state == APP_STATE_SPAWNING) { in WaitChildDied()
932 GetProcessName(property), property->pid, property->client.id); in WaitChildDied()
954 GetProcessName(property), property->pid, property->client.id); in WaitChildTimeout()
955 if (property->pid > 0) { in WaitChildTimeout()
970 GetProcessName(property), property->pid, property->client.id, result); in ProcessChildFdCheck()
974 … SendResponse(property->message->connection, &property->message->msgHeader, result, property->pid); in ProcessChildFdCheck()
1025 SendResponse(property->message->connection, &property->message->msgHeader, 0, property->pid); in ProcessChildResponse()
1176 return property; in GetAppSpawningCtxFromArg()
[all …]
H A Dappspawn_manager.h153 void DeleteAppSpawningCtx(AppSpawningCtx *property);
206 …return (property != NULL && ((property->client.flags & APP_DEVELOPER_MODE) == APP_DEVELOPER_MODE)); in IsDeveloperModeOn()
211 return (property != NULL && ((property->client.flags & APP_JITFORT_MODE) == APP_JITFORT_MODE)); in IsJitFortModeOn()
222 if (property == NULL || property->message == NULL) { in GetProcessName()
225 return property->message->msgHeader.processName; in GetProcessName()
230 if (property == NULL || property->message == NULL) { in GetBundleName()
242 APPSPAWN_CHECK(property != NULL && property->message != NULL, in GetAppProperty()
250 APPSPAWN_CHECK(property != NULL && property->message != NULL, in GetAppPropertyExt()
257 APPSPAWN_CHECK(property != NULL && property->message != NULL, in CheckAppMsgFlagsSet()
264 APPSPAWN_CHECK(property != NULL && property->message != NULL, in CheckAppPermissionFlagSet()
[all …]
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp28 CopyFrom(property); in WindowProperty()
693 property->SetTransform(trans); in UnmarshallingTransform()
746 if (property == nullptr) { in Unmarshalling()
751 property->SetWindowRect(rect); in Unmarshalling()
772 property->SetHitOffset(offset); in Unmarshalling()
800 return property; in Unmarshalling()
969 type_ = property->type_; in CopyFrom()
970 mode_ = property->mode_; in CopyFrom()
972 flags_ = property->flags_; in CopyFrom()
978 alpha_ = property->alpha_; in CopyFrom()
[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() argument
43 …RSModifierContext(RSProperties& property, RSPaintFilterCanvas* canvas) : properties_(property), ca… in RSModifierContext() argument
100 : property_(property ? property : std::make_shared<RSRenderProperty<Drawing::Matrix>>()) {} in RSGeometryTransRenderModifier()
133 … : property_(property ? property : std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>()) in RSDrawCmdListRenderModifier()
189 : property_(property ? property : std::make_shared<RSRenderPropertyBase>()) in RSAnimatableRenderModifier()
213 : RSAnimatableRenderModifier(property) in RSGeometryRenderModifier()
222 : RSAnimatableRenderModifier(property) in RSBackgroundRenderModifier()
231 : RSAnimatableRenderModifier(property) in RSContentRenderModifier()
240 : RSAnimatableRenderModifier(property) in RSForegroundRenderModifier()
249 : RSAnimatableRenderModifier(property) in RSOverlayRenderModifier()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_utils.h43 CHECK_NULL_RETURN(property, true); in IsStretch()
44 return property->IsStretch(); in IsStretch()
49 if (property->IgnoreItemSpace()) { in GetItemSpace()
66 property->ResetIgnorePrevMarginAndNextMargin(); in CreateChildConstraint()
67 property->ResetIgnoreItemSpace(); in CreateChildConstraint()
68 auto itemSpace = GetItemSpace(property); in CreateChildConstraint()
86 property->MarkIgnoreItemSpace(); in CreateChildConstraint()
97 property->ResetIgnoreItemSpace(); in CreateChildConstraint()
111 CHECK_NULL_RETURN(property, 0); in CaculateDisplayItemSpaceCount()
112 auto count = property->GetDisplayCountValue(1); in CaculateDisplayItemSpaceCount()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp41 if (property) { in ParseRenderPropertyVauleInner()
42 str = "float:" + std::to_string(property->Get()); in ParseRenderPropertyVauleInner()
48 if (property) { in ParseRenderPropertyVauleInner()
59 if (property) { 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()
78 if (property) { in ParseRenderPropertyVauleInner()
80 "y:" + std::to_string(property->Get().y_); in ParseRenderPropertyVauleInner()
86 if (property) { in ParseRenderPropertyVauleInner()
[all …]
/ohos5.0/base/startup/appspawn/modules/asan/
H A Dasan_detector.c53 if (CheckAppMsgFlagsSet(property, g_configTable[i].flag)) { in SetAsanEnabledEnv()
119 if (CheckSupportColdStart(GetBundleName(property)) == 0) { in AsanSpawnGetSpawningFlag()
120 property->client.flags |= APP_COLD_START; in AsanSpawnGetSpawningFlag()
121 property->client.flags |= APP_ASAN_DETECTOR; in AsanSpawnGetSpawningFlag()
122 if (property->forkCtx.coldRunPath) { in AsanSpawnGetSpawningFlag()
123 free(property->forkCtx.coldRunPath); in AsanSpawnGetSpawningFlag()
132 if (property->forkCtx.coldRunPath == NULL) { in AsanSpawnGetSpawningFlag()
142 if (GetAppSpawnMsgType(property) == MSG_SPAWN_NATIVE_PROCESS) { in AsanSpawnInitSpawningEnv()
146 int ret = SetAsanEnabledEnv(content, property); in AsanSpawnInitSpawningEnv()
149 property->client.flags |= APP_COLD_START; in AsanSpawnInitSpawningEnv()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_event_handler.h38 changesRecognizer_.SetValue(property); in META_BEGIN_NAMESPACE()
40property, [=]() { (instance->*callback)(changesRecognizer_.OnArrayPropertyChanged(property)); }); in META_BEGIN_NAMESPACE()
43 bool Subscribe(const Property& property, void (*callback)(const ArrayChange&)) in META_BEGIN_NAMESPACE()
45 changesRecognizer_.SetValue(property); in META_BEGIN_NAMESPACE()
46 …return handler_.Subscribe(property, [=]() { callback(changesRecognizer_.OnArrayPropertyChanged(pro… in META_BEGIN_NAMESPACE()
52 changesRecognizer_.SetValue(property); in META_BEGIN_NAMESPACE()
54 property, in META_BEGIN_NAMESPACE()
55 …[this, property, f = BASE_NS::move(func)]() { f(changesRecognizer_.OnArrayPropertyChanged(property in META_BEGIN_NAMESPACE()
62 changesRecognizer_.SetValue(property); in META_BEGIN_NAMESPACE()
64 property, in META_BEGIN_NAMESPACE()
[all …]

12345678910>>...59