Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:property_handler
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-dbus.c
195
pa_dbus_property_handler *
property_handler
;
in update_introspection()
local
216
PA_HASHMAP_FOREACH(
property_handler
, iface_entry->property_handlers, handlers_state)
in update_introspection()
218
property_handler
->property_name,
in update_introspection()
219
property_handler
->type,
in update_introspection()
220
property_handler
->get_cb ? (
property_handler
->set_cb ? "readwrite" : "read") : "write");
in update_introspection()
314
pa_dbus_property_handler *
property_handler
;
member
334
if ((call_info->
property_handler
= pa_hashmap_get(call_info->iface_entry->property_handlers, call_info->property))) {
in find_handler_by_property()
336
return call_info->
property_handler
->get_cb ? FOUND_GET_PROPERTY : PROPERTY_ACCESS_DENIED;
in find_handler_by_property()
339
call_info->expected_property_sig = call_info->
property_handler
in find_handler_by_property()
[all...]
Completed in 2 milliseconds