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:SubscribeInfo
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updateservice/interfaces/inner_api/feature/update/model/subscribe/
H
A
D
subscribe_info.h
31
struct
SubscribeInfo
: public BaseJsonStruct {
struct
40
explicit
SubscribeInfo
(BusinessSubType subType)
in SubscribeInfo()
function
45
SubscribeInfo
() = default;
/base/update/updateservice/interfaces/inner_api/feature/update/model/subscribe/src/
H
A
D
subscribe_info.cpp
19
JsonBuilder
SubscribeInfo
::GetJsonBuilder()
in GetJsonBuilder()
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H
A
D
fusion_device_profile.cpp
93
std::list<
SubscribeInfo
> subscriptions;
in SubscribeProfileEvents()
101
SubscribeInfo
subscription;
in SubscribeProfileEvents()
H
A
D
fusion_device_profile_adapter.cpp
70
std::list<
SubscribeInfo
> &subscribeInfos);
205
SubscribeInfo
changeEventInfo;
in RegisterCrossStateListener()
209
std::list<
SubscribeInfo
> subscribeInfos;
in RegisterCrossStateListener()
212
SubscribeInfo
syncEventInfo;
in RegisterCrossStateListener()
246
const std::shared_ptr<ProfileEventCallback> &callback, std::list<
SubscribeInfo
> &subscribeInfos)
in SaveSubscribeInfos()
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H
A
D
device_profile.rs
77
pub struct
SubscribeInfo
{
structure names
234
/// * `subscribe_infos` - A slice of `
SubscribeInfo
` structures representing the events to subscribe to.
241
pub fn subscribe_profile_events(&self, subscribe_infos: &[
SubscribeInfo
],
in subscribe_profile_events()
/base/update/updateservice/services/core/ability/callback/src/
H
A
D
base_callback_utils.cpp
101
SubscribeInfo
subscribeInfo{GetBusinessSubType()};
in NotifyToHap()
Completed in 4 milliseconds