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:CISubscribeInfos
(Results
1 - 4
of
4
) sorted by relevance
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H
A
D
binding.rs
66
/// Type definition for the clone function of the `
CISubscribeInfos
` struct.
67
pub type CISubscribeInfosClone = extern "C" fn (profile_events: *mut
CISubscribeInfos
) -> *mut
CISubscribeInfos
;
68
/// Type definition for the destruct function of the `
CISubscribeInfos
` struct.
69
pub type CISubscribeInfosDestruct = extern "C" fn (profile_events: *mut
CISubscribeInfos
);
73
pub struct
CISubscribeInfos
{
structure names
74
/// An optional clone function for creating a clone of the `
CISubscribeInfos
` object.
76
/// An optional destruct function for cleaning up the `
CISubscribeInfos
` object.
175
pub fn SubscribeProfileEvents(subscribe_infos: *const
CISubscribeInfos
,
in SubscribeProfileEvents()
H
A
D
device_profile.rs
29
CISubscribeInfos
,
253
let subscriptions_borrowed =
CISubscribeInfos
{
in subscribe_profile_events()
/base/msdp/device_status/rust/subsystem/device_profile/binding/include/
H
A
D
fusion_device_profile.h
41
struct
CISubscribeInfos
{
struct
91
int32_t SubscribeProfileEvents(const
CISubscribeInfos
* subscribeInfos,
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H
A
D
fusion_device_profile.cpp
86
int32_t SubscribeProfileEvents(const
CISubscribeInfos
* subscribeInfos,
in SubscribeProfileEvents()
Completed in 2 milliseconds