Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp48 RSProperties properties; variable
63 RSProperties properties; variable
80 RSProperties properties; variable
93 RSProperties properties; variable
109 RSProperties properties; variable
125 RSProperties properties; variable
141 RSProperties properties; variable
157 RSProperties properties; variable
178 RSProperties properties; variable
195 RSProperties properties; variable
[all …]
H A Drs_properties_test2.cpp50 RSProperties properties; variable
66 RSProperties properties; variable
86 RSProperties properties; variable
106 RSProperties properties; variable
125 RSProperties properties; variable
148 RSProperties properties; variable
214 RSProperties properties; variable
282 RSProperties properties; variable
302 RSProperties properties; variable
319 RSProperties properties; variable
[all …]
H A Drs_properties_painter_test.cpp179 RSProperties properties; variable
215 RSProperties properties; variable
231 RSProperties properties; variable
251 RSProperties properties; variable
272 RSProperties properties; variable
293 RSProperties properties; variable
314 RSProperties properties; variable
331 RSProperties properties; variable
348 RSProperties properties; variable
369 RSProperties properties; variable
[all …]
H A Drs_property_drawable_bounds_geometry_test.cpp444 RSProperties& properties = content.GetMutableRenderProperties(); variable
473 RSProperties& properties = content.GetMutableRenderProperties(); variable
496 RSProperties& properties = content.GetMutableRenderProperties(); variable
513 RSProperties& properties = content.GetMutableRenderProperties(); variable
547 RSProperties properties; variable
575 RSProperties properties; variable
599 RSProperties& properties = content.GetMutableRenderProperties(); variable
629 RSProperties& properties = content.GetMutableRenderProperties(); variable
654 RSProperties properties; variable
676 RSProperties& properties = content.GetMutableRenderProperties(); variable
[all …]
H A Drs_property_drawable_test.cpp49 RSProperties properties; variable
151 auto& properties = content.GetMutableRenderProperties(); variable
172 auto& properties = content.GetMutableRenderProperties(); variable
206 auto& properties = content.GetMutableRenderProperties(); variable
254 auto& properties = content.GetMutableRenderProperties(); variable
H A Drs_property_drawable_frame_geometry_test.cpp72 RSProperties& properties = content.GetMutableRenderProperties(); variable
90 RSProperties& properties = content.GetMutableRenderProperties(); variable
H A Drs_property_drawable_utilities_test.cpp72 RSProperties& properties = content.GetMutableRenderProperties(); variable
96 RSProperties& properties = content.GetMutableRenderProperties(); variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_properties_napi.cpp26 napi_property_descriptor properties[] = { in Constructor() local
44 auto* properties = new (std::nothrow) UnifiedDataPropertiesNapi(); in New() local
55 auto *properties = static_cast<UnifiedDataPropertiesNapi *>(data); in Destructor() local
76 auto properties = GetPropertiesNapi(env, info, ctxt); in GetExtras() local
95 auto properties = static_cast<UnifiedDataPropertiesNapi*>(ctxt->native); in SetExtras() local
106 auto properties = GetPropertiesNapi(env, info, ctxt); in GetTag() local
126 auto properties = static_cast<UnifiedDataPropertiesNapi*>(ctxt->native); in SetTag() local
137 auto properties = GetPropertiesNapi(env, info, ctxt); in GetShareOptions() local
159 auto properties = static_cast<UnifiedDataPropertiesNapi *>(ctxt->native); in SetShareOptions() local
170 auto properties = GetPropertiesNapi(env, info, ctxt); in GetTimestamp() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp52 auto& properties = content.GetRenderProperties(); in Draw() local
86 auto& properties = content.GetRenderProperties(); in Draw() local
97 auto& properties = content.GetRenderProperties(); in Generate() local
226 auto& properties = content.GetRenderProperties(); in Draw() local
248 auto& properties = content.GetRenderProperties(); in Generate() local
273 auto& properties = content.GetRenderProperties(); in Generate() local
310 auto& properties = content.GetRenderProperties(); in Draw() local
334 auto& properties = content.GetRenderProperties(); in Draw() local
358 auto& properties = content.GetRenderProperties(); in Draw() local
385 auto& properties = content.GetRenderProperties(); in Draw() local
[all …]
H A Drs_properties_painter.cpp219 void RSPropertiesPainter::GetShadowDirtyRect(RectI& dirtyShadow, const RSProperties& properties, in GetShadowDirtyRect()
332 const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::Path& path) in DrawColorfulShadowInner()
410 const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::Path& path) in DrawShadowInner()
726 const RSProperties& properties, RSPaintFilterCanvas& canvas) in DrawBackgroundEffect()
857 const RSProperties& properties, const bool isAbsCoordinate) in GetPixelStretchDirtyRect()
878 const RSProperties& properties, const bool isAbsCoordinate) in GetForegroundEffectDirtyRect()
1125 RRect RSPropertiesPainter::GetRRectForDrawingBorder(const RSProperties& properties, in GetRRectForDrawingBorder()
1137 RRect RSPropertiesPainter::GetInnerRRectForDrawingBorder(const RSProperties& properties, in GetInnerRRectForDrawingBorder()
1199 void RSPropertiesPainter::DrawLight(const RSProperties& properties, Drawing::Canvas& canvas) in DrawLight()
1371 const RSProperties& properties, const bool isAbsCoordinate) in GetOutlineDirtyRect()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp459 auto& properties = node.GetMutableRenderProperties(); variable
499 auto& properties = node.GetMutableRenderProperties(); variable
516 auto& properties = node.GetMutableRenderProperties(); variable
689 auto& properties = node.GetMutableRenderProperties(); variable
789 auto& properties = node.GetMutableRenderProperties(); variable
843 auto& properties = node.GetMutableRenderProperties(); variable
862 auto& properties = node.GetMutableRenderProperties(); variable
881 auto& properties = node.GetMutableRenderProperties(); variable
902 auto& properties = node.GetMutableRenderProperties(); variable
926 auto& properties = node.GetMutableRenderProperties(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.cpp45 …atic void ParseAlertDialogConfirm(NativeAlertDialogParam alertDialog, DialogProperties& properties) in ParseAlertDialogConfirm()
113 DialogProperties& properties, in ParseButtonObj()
164 DialogProperties properties { .type = DialogType::ALERT_DIALOG }; in FfiOHOSShowAlertDialogParamWithConfirm() local
179 DialogProperties properties { .type = DialogType::ALERT_DIALOG }; in FfiOHOSShowAlertDialogParamWithButtons() local
193 DialogProperties& properties, in ParseButtonArray()
211 DialogProperties properties { .type = DialogType::ALERT_DIALOG }; in FfiOHOSShowAlertDialogParamWithOptions() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp62 RSProperties properties; variable
214 RSProperties properties; variable
240 RSProperties properties; variable
261 RSProperties properties; variable
307 RSProperties properties; variable
327 RSProperties properties; variable
364 RSProperties properties; variable
396 RSProperties properties; variable
413 RSProperties properties; variable
438 RSProperties properties; variable
[all …]
/aosp14/frameworks/base/core/java/android/app/admin/
H A DProvisioningIntentHelper.java104 Properties properties = loadPropertiesFromPayload(firstRecord.getPayload()); in createProvisioningIntentFromNdefRecord() local
122 Properties properties = new Properties(); in loadPropertiesFromPayload() local
134 private static Bundle createBundleFromProperties(Properties properties) { in createBundleFromProperties()
146 String propertyName, Properties properties, Bundle bundle) { in addPropertyToBundle()
182 Properties properties, String extraName) throws IOException { in deserializeExtrasBundle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp71 void ParseButtonObj(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef<JSV… in ParseButtonObj()
183 void ParseButtons(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef<JSObj… in ParseButtons()
211 void ParseDialogTitleAndMessage(DialogProperties& properties, JSRef<JSObject> obj) in ParseDialogTitleAndMessage()
235 void ParseTextStyle(DialogProperties& properties, JSRef<JSObject> obj) in ParseTextStyle()
253 void ParseAlertShadow(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertShadow()
263 void ParseAlertBorderWidthAndColor(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertBorderWidthAndColor()
310 void ParseAlertRadius(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertRadius()
319 void ParseAlertAlignment(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertAlignment()
332 void ParseAlertOffset(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertOffset()
351 void ParseAlertMaskRect(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertMaskRect()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp67 static IRelationalStore *GetFromCache(const RelationalDBProperties &properties, int &errCode) in GetFromCache()
89 void RelationalStoreInstance::RemoveKvDBFromCache(const RelationalDBProperties &properties) in RemoveKvDBFromCache()
96 …nstance::SaveRelationalDBToCache(IRelationalStore *store, const RelationalDBProperties &properties) in SaveRelationalDBToCache()
105 IRelationalStore *RelationalStoreInstance::OpenDatabase(const RelationalDBProperties &properties, i… in OpenDatabase()
131 IRelationalStore *RelationalStoreInstance::GetDataBase(const RelationalDBProperties &properties, in… in GetDataBase()
193 …onnection *RelationalStoreInstance::GetDatabaseConnection(const RelationalDBProperties &properties, in GetDatabaseConnection()
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java409 Properties properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() local
438 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getString() local
450 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2, KEY3); in getProperties_getBoolean() local
471 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getInt() local
485 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getFloat() local
499 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getLong() local
511 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_defaults() local
522 Properties properties = new Properties.Builder(NAMESPACE).setString(KEY, VALUE) in setProperties() local
555 Properties properties = DeviceConfig.getProperties(NAMESPACE); in setProperties_multipleNamespaces() local
734 Properties properties = changedProperties.get(); in onPropertiesChangedListener_setPropertyCallback() local
[all …]
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp98 std::initializer_list<napi_property_descriptor> properties = { in DefineHttpRequestClass() local
111 std::initializer_list<napi_property_descriptor> properties = { in DefineHttpResponseCacheClass() local
120 std::initializer_list<napi_property_descriptor> properties = { in InitHttpProperties() local
135 std::initializer_list<napi_property_descriptor> properties = { in InitRequestMethod() local
150 std::initializer_list<napi_property_descriptor> properties = { in InitResponseCode() local
197 std::initializer_list<napi_property_descriptor> properties = { in InitHttpProtocol() local
211 std::initializer_list<napi_property_descriptor> properties = { in InitCertType() local
226 std::initializer_list<napi_property_descriptor> properties = { in InitHttpDataType() local
/aosp14/frameworks/base/location/java/android/location/provider/
H A DILocationProviderManager.aidl27 …void onInitialize(boolean allowed, in ProviderProperties properties, @nullable String attributionT… in onInitialize()
29 void onSetProperties(in ProviderProperties properties); in onSetProperties()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_proxy/
H A Dload_config_from_data_proxy_node_strategy.cpp54 auto properties = proxyData.profileInfo; in operator ()() local
76 …oadConfigFromDataProxyNodeStrategy::GetContextInfoFromDataProperties(const ProfileInfo &properties, in GetContextInfoFromDataProperties()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp109 void ParseTitleAndMessage(DialogProperties& properties, JSRef<JSObject> obj) in ParseTitleAndMessage()
133 void ParseConfirmButton(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef… in ParseConfirmButton()
188 void ParseShadow(DialogProperties& properties, JSRef<JSObject> obj) in ParseShadow()
198 void ParseBorderWidthAndColor(DialogProperties& properties, JSRef<JSObject> obj) in ParseBorderWidthAndColor()
215 void ParseRadius(DialogProperties& properties, JSRef<JSObject> obj) in ParseRadius()
254 void ParseDialogAlignment(DialogProperties& properties, JSRef<JSObject> obj) in ParseDialogAlignment()
272 void ParseOffset(DialogProperties& properties, JSRef<JSObject> obj) in ParseOffset()
291 void ParseMaskRect(DialogProperties& properties, JSRef<JSObject> obj) in ParseMaskRect()
319 DialogProperties properties { in Show() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp115 int32_t FrameworkExecutorCallback::OnSetProperty(const Attributes &properties) in OnSetProperty()
120 ResultCode FrameworkExecutorCallback::OnSetPropertyInner(const Attributes &properties) in OnSetPropertyInner()
191 … FrameworkExecutorCallback::ProcessEnrollCommand(uint64_t scheduleId, const Attributes &properties) in ProcessEnrollCommand()
199 …de FrameworkExecutorCallback::ProcessAuthCommand(uint64_t scheduleId, const Attributes &properties) in ProcessAuthCommand()
218 …rameworkExecutorCallback::ProcessIdentifyCommand(uint64_t scheduleId, const Attributes &properties) in ProcessIdentifyCommand()
238 ResultCode FrameworkExecutorCallback::ProcessDeleteTemplateCommand(const Attributes &properties) in ProcessDeleteTemplateCommand()
268 ResultCode FrameworkExecutorCallback::ProcessSetCachedTemplates(const Attributes &properties) in ProcessSetCachedTemplates()
286 ResultCode FrameworkExecutorCallback::ProcessNotifyExecutorReady(const Attributes &properties) in ProcessNotifyExecutorReady()
305 ResultCode FrameworkExecutorCallback::ProcessCustomCommand(const Attributes &properties) in ProcessCustomCommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp229 void RSProfiler::DumpNodeProperties(const RSProperties& properties, JsonWriter& out) in DumpNodeProperties()
250 void RSProfiler::DumpNodePropertiesClip(const RSProperties& properties, JsonWriter& out) in DumpNodePropertiesClip()
260 void RSProfiler::DumpNodePropertiesTransform(const RSProperties& properties, JsonWriter& out) in DumpNodePropertiesTransform()
296 void RSProfiler::DumpNodePropertiesDecoration(const RSProperties& properties, JsonWriter& out) in DumpNodePropertiesDecoration()
338 void RSProfiler::DumpNodePropertiesShadow(const RSProperties& properties, JsonWriter& out) in DumpNodePropertiesShadow()
363 void RSProfiler::DumpNodePropertiesEffects(const RSProperties& properties, JsonWriter& out) in DumpNodePropertiesEffects()
406 void RSProfiler::DumpNodePropertiesColor(const RSProperties& properties, JsonWriter& out) in DumpNodePropertiesColor()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp79 [](RenderProperties& properties) { in TEST()
91 [](RenderProperties& properties) { in TEST()
101 [](RenderProperties& properties) { in TEST()
112 [](RenderProperties& properties) { in TEST()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp80 int CreateRemoveStateFlagFile(const KvDBProperties &properties) in CreateRemoveStateFlagFile()
116 int KvDBManager::ExecuteRemoveDatabase(const KvDBProperties &properties) in ExecuteRemoveDatabase()
158 void KvDBManager::RemoveDBDirectory(const KvDBProperties &properties) in RemoveDBDirectory()
287 bool KvDBManager::CheckOpenDBOptionWithCached(const KvDBProperties &properties, IKvDB *kvDB) in CheckOpenDBOptionWithCached()
500 int KvDBManager::CalculateKvStoreSize(const KvDBProperties &properties, uint64_t &size) in CalculateKvStoreSize()
561 int KvDBManager::CheckDatabaseFileStatus(const KvDBProperties &properties) in CheckDatabaseFileStatus()
632 int KvDBManager::RemoveDatabase(const KvDBProperties &properties) in RemoveDatabase()
700 KvDBProperties properties = kvDB->GetMyProperties(); in SaveKvDBToCache() local
742 const KvDBProperties &properties = kvDB->GetMyProperties(); in RemoveKvDBFromCache() local
926 int KvDBManager::CheckSchema(const IKvDB *kvDB, const KvDBProperties &properties) in CheckSchema()
[all …]

12345678910>>...27