Home
last modified time | relevance | path

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

/system/utest/property/
A Drules.mk11 MODULE_SRCS += $(LOCAL_DIR)/property.c
13 MODULE_NAME := property-test
/system/ulib/zx/include/lib/zx/
A Dobject.h164 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 Dresolver.fidl17 // property of |LaunchInfo|. If present, the |ldsvc| is suitable for use as
/system/fidl/fuchsia-inspect/
A Dinspect.fidl12 // A string property on an |Object|. Consisting of a key and value.
/system/fidl/fuchsia-sysmem/
A Dcollections.fidl29 // This property is only present when the buffers are backed by VMOs.
/system/public/zircon/
A Dsyscalls.abigen188 #! 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 Dtracelink.fidl56 // Note that one property of this interface is that once registration is made

Completed in 10 milliseconds