Searched refs:property (Results 1 – 7 of 7) sorted by relevance
| /system/utest/property/ |
| A D | rules.mk | 11 MODULE_SRCS += $(LOCAL_DIR)/property.c 13 MODULE_NAME := property-test
|
| /system/ulib/zx/include/lib/zx/ |
| A D | object.h | 164 zx_status_t get_property(uint32_t property, void* value, in get_property() argument 166 return zx_object_get_property(get(), property, value, size); in get_property() 169 zx_status_t set_property(uint32_t property, const void* value, in set_property() argument 171 return zx_object_set_property(get(), property, value, size); in set_property()
|
| /system/fidl/fuchsia-process/ |
| A D | resolver.fidl | 17 // property of |LaunchInfo|. If present, the |ldsvc| is suitable for use as
|
| /system/fidl/fuchsia-inspect/ |
| A D | inspect.fidl | 12 // A string property on an |Object|. Consisting of a key and value.
|
| /system/fidl/fuchsia-sysmem/ |
| A D | collections.fidl | 29 // This property is only present when the buffers are backed by VMOs.
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 188 #! If property is ZX_PROP_PROCESS_DEBUG_ADDR, handle must be of type ZX_OBJ_TYPE_PROCESS. 189 #! If property is ZX_PROP_PROCESS_VDSO_BASE_ADDRESS, handle must be of type ZX_OBJ_TYPE_PROCESS. 190 #! If property is ZX_PROP_SOCKET_RX_THRESHOLD, handle must be of type ZX_OBJ_TYPE_SOCKET. 191 #! If property is ZX_PROP_SOCKET_TX_THRESHOLD, handle must be of type ZX_OBJ_TYPE_SOCKET. 193 (handle: zx_handle_t, property: uint32_t, value: any[value_size] OUT, value_size: size_t) 198 #! If property is ZX_PROP_PROCESS_DEBUG_ADDR, handle must be of type ZX_OBJ_TYPE_PROCESS. 200 #! If property is ZX_PROP_SOCKET_RX_THRESHOLD, handle must be of type ZX_OBJ_TYPE_SOCKET. 201 #! If property is ZX_PROP_SOCKET_TX_THRESHOLD, handle must be of type ZX_OBJ_TYPE_SOCKET. 202 #! If property is ZX_PROP_JOB_KILL_ON_OOM, handle must be of type ZX_OBJ_TYPE_JOB. 204 (handle: zx_handle_t, property: uint32_t, value: any[value_size] IN, value_size: size_t)
|
| /system/fidl/fuchsia-tracelink/ |
| A D | tracelink.fidl | 56 // Note that one property of this interface is that once registration is made
|
Completed in 10 milliseconds