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:ISessionListener
(Results
1 - 4
of
4
) sorted by relevance
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H
A
D
binding.rs
119
///
ISessionListener
is a structure that defines the callbacks for session events.
121
pub struct
ISessionListener
{
structure names
156
impl Default for
ISessionListener
{
158
ISessionListener
{
in default()
182
session_listener: *const
ISessionListener
) -> i32;
in CreateSessionServer()
H
A
D
dsoftbus.rs
45
ISessionListener
,
139
session_listener:
ISessionListener
,
221
/// Returns a `Result` containing the created `
ISessionListener
` object if successful,
229
) -> FusionResult<
ISessionListener
> {
in create_session_listener()
230
let session_listener =
ISessionListener
{
in create_session_listener()
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H
A
D
soft_bus_channel.c
252
ISessionListener
softBusListener = {
in InitSoftBusChannelModule()
/base/security/device_security_level/baselib/msglib/src/lite/
H
A
D
messenger_device_session_manager.c
38
const
ISessionListener
listener;
294
static bool TryToCreateSessionServer(const char *pkgName, const char *sessionName, const
ISessionListener
*listener)
in TryToCreateSessionServer()
Completed in 4 milliseconds