/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | system_session_lifecycle_test.cpp | 87 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local 100 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local 115 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local 131 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local 239 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local [all...] |
/foundation/window/window_manager/wmserver/src/ |
H A D | accessibility_connection.cpp | 106 auto property = node->GetWindowProperty(); in FillAccessibilityWindowInfo() local
|
H A D | window_group_mgr.cpp | 119 auto property = windowNode->GetWindowToken()->GetWindowProperty(); in MoveMissionToForeground() local
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | minimize_app_test.cpp | 52 sptr<WindowProperty> property = new WindowProperty(); in CreateWindowProperty() local
|
H A D | window_group_mgr_test.cpp | 68 sptr<WindowProperty> property = new WindowProperty(); in SetUpTestCase() local
|
H A D | window_system_effect_test.cpp | 57 auto property = CreateWindowProperty(); in SetUp() local 91 sptr<WindowProperty> property = new WindowProperty(); in CreateWindowProperty() local
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_test.cpp | 385 SystemBarProperty property;
in HWTEST_F() local 405 SystemBarProperty property;
in HWTEST_F() local
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-udma-private.c | 19 struct udma_dev *of_xudma_dev_get(struct device_node *np, const char *property) in of_xudma_dev_get() argument
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | fdt_check_mem_start.c | 8 get_prop(const void *fdt, const char *node_path, const char *property, int minlen) get_prop() argument
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 14 touchscreen_get_prop_u32(struct device *dev, const char *property, unsigned int default_value, unsigned int *value) touchscreen_get_prop_u32() argument
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | altera-sysmgr.c | 96 altr_sysmgr_regmap_lookup_by_phandle(struct device_node *np, const char *property) altr_sysmgr_regmap_lookup_by_phandle() argument
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_property.h | 234 drm_property_type_is(struct drm_property *property, uint32_t type) drm_property_type_is() argument [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | altera-sysmgr.c | 95 altr_sysmgr_regmap_lookup_by_phandle(struct device_node *np, const char *property) altr_sysmgr_regmap_lookup_by_phandle() argument
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_property.h | 241 drm_property_type_is(struct drm_property *property, uint32_t type) drm_property_type_is() argument [all...] |
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 15 touchscreen_get_prop_u32(struct device *dev, const char *property, unsigned int default_value, unsigned int *value) touchscreen_get_prop_u32() argument
|
/third_party/googletest/googletest/test/ |
H A D | gtest-unittest-api_test.cc | 297 const TestProperty& property = tests[3]->result()->GetTestProperty(0); variable
|
H A D | gtest_stress_test.cc | 69 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() local
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | local-variables.cc | 119 WRL::ComPtr<IModelObject> property; variable
|
/third_party/node/src/ |
H A D | node_process_object.cc | 34 static void ProcessTitleGetter(Local<Name> property, in ProcessTitleGetter() argument 43 static void ProcessTitleSetter(Local<Name> property, in ProcessTitleSetter() argument 52 static void DebugPortGetter(Local<Name> property, in DebugPortGetter() argument 60 static void DebugPortSetter(Local<Name> property, in DebugPortSetter() argument 76 static void GetParentProcessId(Local<Name> property, in GetParentProcessId() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | option-utils.h | 73 GetStringOrBooleanOption( Isolate* isolate, Handle<JSReceiver> options, const char* property, const char* method, const std::vector<const char*>& str_values, const std::vector<T>& enum_values, T true_value, T false_value, T fallback_value) GetStringOrBooleanOption() argument [all...] |
H A D | option-utils.cc | 48 GetStringOption(Isolate* isolate, Handle<JSReceiver> options, const char* property, std::vector<const char*> values, const char* method_name, std::unique_ptr<char[]>* result) GetStringOption() argument 99 GetBoolOption(Isolate* isolate, Handle<JSReceiver> options, const char* property, const char* method_name, bool* result) GetBoolOption() argument 127 DefaultNumberOption(Isolate* isolate, Handle<Object> value, int min, int max, int fallback, Handle<String> property) DefaultNumberOption() argument 158 GetNumberOption(Isolate* isolate, Handle<JSReceiver> options, Handle<String> property, int min, int max, int fallback) GetNumberOption() argument [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | field.cc | 131 PyMessageFieldProperty* property = in NewFieldProperty() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf_k.c | 37 drv_hdmi_property property = {0};
in hdmi_hot_plug_process() local
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_impl_stub.cpp | 189 auto property = ReadCastSessionProperty(data); in DoSetSessionProperty() local
|
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | cast_session_impl_proxy.cpp | 224 int32_t CastSessionImplProxy::SetSessionProperty(const CastSessionProperty &property) in SetSessionProperty() argument
|