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:NodeBasicInfo
(Results
1 - 5
of
5
) sorted by relevance
/base/security/device_security_level/baselib/msglib/src/lite/
H
A
D
messenger_device_status_manager.c
28
static void MessengerOnNodeOnline(
NodeBasicInfo
*info);
29
static void MessengerOnNodeOffline(
NodeBasicInfo
*info);
30
static void MessengerOnNodeBasicInfoChanged(NodeBasicInfoType type,
NodeBasicInfo
*info);
122
static void MessengerOnNodeStateChange(
NodeBasicInfo
*info, uint32_t state)
in MessengerOnNodeStateChange()
149
static void MessengerOnNodeOnline(
NodeBasicInfo
*info)
in MessengerOnNodeOnline()
154
static void MessengerOnNodeOffline(
NodeBasicInfo
*info)
in MessengerOnNodeOffline()
159
static void MessengerOnNodeBasicInfoChanged(NodeBasicInfoType type,
NodeBasicInfo
*info)
in MessengerOnNodeBasicInfoChanged()
219
static bool MessengerConvertNodeToIdentity(const
NodeBasicInfo
*node, DeviceIdentify *devId)
in MessengerConvertNodeToIdentity()
240
bool MessengerGetDeviceNodeBasicInfo(const DeviceIdentify *devId,
NodeBasicInfo
*info)
in MessengerGetDeviceNodeBasicInfo()
247
NodeBasicInfo
*infoLis
in MessengerGetDeviceNodeBasicInfo()
[all...]
/base/msdp/device_status/intention/prototype/src/
H
A
D
i_dsoftbus_adapter.cpp
31
NodeBasicInfo
localNode;
in GetLocalNetworkId()
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H
A
D
binding.rs
44
///
NodeBasicInfo
is a structure that represents basic information about a node.
46
pub struct
NodeBasicInfo
{
structure names
253
pub fn GetLocalNodeDeviceInfo(pkg_name: *const c_char, info: *mut
NodeBasicInfo
) -> i32;
in GetLocalNodeDeviceInfo()
H
A
D
dsoftbus.rs
49
NodeBasicInfo
,
290
let mut local_node =
NodeBasicInfo
{
in local_network_id()
299
&mut local_node as *mut
NodeBasicInfo
) };
in local_network_id()
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H
A
D
fusion_security.cpp
122
NodeBasicInfo
node;
in GetLocalNetworkId()
Completed in 4 milliseconds