Home
last modified time | relevance | path

Searched defs:properties (Results 301 - 325 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp94 bool HasProperty(int properties, int propertyMask) in HasProperty() argument
102 napi_value ConvertGattPropertiesToJs(napi_env env, int properties) in ConvertGattPropertiesToJs() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp38 napi_property_descriptor properties[] = { in DefineHandsFreeAudioGatewayJSClass() local
74 napi_property_descriptor properties[] = { in DefineCreateProfile() local
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp38 napi_property_descriptor properties[] = { in DefineOppJSClass() local
60 napi_property_descriptor properties[] = { in DefineCreateProfile() local
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp50 napi_property_descriptor properties [] = { in DefinePanJSClass() local
86 napi_property_descriptor properties [] = { in DefineCreateProfile() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp45 napi_property_descriptor properties[] = { in DefinePbapServerJSClass() local
68 napi_property_descriptor properties[] = { in DefineCreateProfile() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp188 void FillProperties(DevicePropertiesGL& properties) in FillProperties() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp458 RSProperties properties; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp49 RSProperties properties; in HWTEST_F() local
65 RSProperties properties; in HWTEST_F() local
85 RSProperties properties; HWTEST_F() local
105 RSProperties properties; HWTEST_F() local
124 RSProperties properties; HWTEST_F() local
147 RSProperties properties; HWTEST_F() local
213 RSProperties properties; HWTEST_F() local
281 RSProperties properties; HWTEST_F() local
301 RSProperties properties; HWTEST_F() local
318 RSProperties properties; HWTEST_F() local
341 RSProperties properties; HWTEST_F() local
356 RSProperties properties; HWTEST_F() local
374 RSProperties properties; HWTEST_F() local
393 RSProperties properties; HWTEST_F() local
412 RSProperties properties; HWTEST_F() local
447 RSProperties properties; HWTEST_F() local
480 RSProperties properties; HWTEST_F() local
507 RSProperties properties; HWTEST_F() local
528 RSProperties properties; HWTEST_F() local
548 RSProperties properties; HWTEST_F() local
573 RSProperties properties; HWTEST_F() local
592 RSProperties properties; HWTEST_F() local
608 RSProperties properties; HWTEST_F() local
629 RSProperties properties; HWTEST_F() local
648 RSProperties properties; HWTEST_F() local
674 RSProperties properties; HWTEST_F() local
706 RSProperties properties; HWTEST_F() local
723 RSProperties properties; HWTEST_F() local
742 RSProperties properties; HWTEST_F() local
760 RSProperties properties; HWTEST_F() local
792 RSProperties properties; HWTEST_F() local
813 RSProperties properties; HWTEST_F() local
843 RSProperties properties; HWTEST_F() local
857 RSProperties properties; HWTEST_F() local
880 RSProperties properties; HWTEST_F() local
907 RSProperties properties; HWTEST_F() local
928 RSProperties properties; HWTEST_F() local
948 RSProperties properties; HWTEST_F() local
973 RSProperties properties; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_foreground.h162 RSPointLightDrawable(const RSProperties &properties) : properties_(properties) {} in RSPointLightDrawable() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_three_test.cpp128 auto& properties = node->GetMutableRenderProperties(); in HWTEST_F() local
1145 auto& properties = node->GetMutableRenderProperties(); in HWTEST_F() local
1172 auto& properties in HWTEST_F() local
[all...]
H A Drs_canvas_drawing_render_node_test.cpp313 RSProperties properties; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp69 const RSProperties& properties = node.GetRenderProperties(); in OnUpdate() local
142 const RSProperties& properties = node.GetRenderProperties(); OnUpdate() local
220 const RSProperties& properties = node.GetRenderProperties(); OnUpdate() local
274 const RSProperties& properties = node.GetRenderProperties(); OnUpdate() local
461 const RSProperties& properties = node.GetRenderProperties(); OnUpdate() local
[all...]
H A Drs_drawable.cpp289 auto& properties = node.GetRenderProperties(); in CalculateDrawableVecStatus() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_trace.cpp51 TracePropertiesByNodeName(const NodeId& id, const std::string& nodeName, const RSProperties& properties) TracePropertiesByNodeName() argument
H A Drs_property_drawable.cpp373 auto& properties = content.GetRenderProperties(); in CalculateDrawableVecStatus() local
276 GenerateDirtySlots( const RSProperties& properties, const ModifierDirtyTypes& dirtyTypes) GenerateDirtySlots() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp356 RSProperties& properties = sharedPtr->GetMutableRenderProperties(); in HWTEST_F() local
542 auto& properties = node.GetMutableRenderProperties(); in HWTEST_F() local
1134 auto& properties = node.GetMutableRenderProperties(); HWTEST_F() local
1262 auto& properties = node.GetMutableRenderProperties(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/
H A Djs_color_filter.cpp29 napi_property_descriptor properties[] = { in Init() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/
H A Djs_shader_effect.cpp29 napi_property_descriptor properties[] = { in Init() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/
H A Djs_shadow_layer.cpp27 napi_property_descriptor properties[] = { in Init() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/lattice_napi/
H A Djs_lattice.cpp26 napi_property_descriptor properties[] = { in Init() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp79 auto& properties = GetRenderProperties(); in ProcessRenderBeforeChildren() local
116 const auto& properties = GetRenderProperties(); in SetEffectRegion() local
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_draw_foreground_test.cpp458 RSProperties properties; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp1375 UInt16List properties; in HWTEST_F() local
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp69 napi_property_descriptor properties[] = { in Init() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dconfig_reader.cpp39 void ConfigReader::ParseProperties(const xmlNode& currNode, map<string, string>& properties) in ParseProperties() argument

Completed in 24 milliseconds

1...<<11121314151617181920>>...37