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:cloneBundleInfo
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences_info.cpp
350
NotificationCloneBundleInfo
cloneBundleInfo
;
in GetAllCLoneBundlesInfo()
local
352
cloneBundleInfo
.SetBundleName(iter->second.GetBundleName());
in GetAllCLoneBundlesInfo()
353
cloneBundleInfo
.SetAppIndex(index);
in GetAllCLoneBundlesInfo()
354
cloneBundleInfo
.SetSlotFlags(iter->second.GetSlotFlags());
in GetAllCLoneBundlesInfo()
355
cloneBundleInfo
.SetIsShowBadge(iter->second.GetIsShowBadge());
in GetAllCLoneBundlesInfo()
356
cloneBundleInfo
.SetEnableNotification(iter->second.GetEnableNotification());
in GetAllCLoneBundlesInfo()
363
cloneBundleInfo
.AddSlotInfo(slotInfo);
in GetAllCLoneBundlesInfo()
365
cloneBundles.emplace_back(
cloneBundleInfo
);
in GetAllCLoneBundlesInfo()
H
A
D
notification_preferences.cpp
645
const NotificationCloneBundleInfo&
cloneBundleInfo
)
in UpdateCloneBundleInfo()
647
ANS_LOGI("Event bundle update %{public}s.",
cloneBundleInfo
.Dump().c_str());
in UpdateCloneBundleInfo()
650
bundleOption->SetBundleName(
cloneBundleInfo
.GetBundleName());
in UpdateCloneBundleInfo()
651
bundleOption->SetUid(
cloneBundleInfo
.GetUid());
in UpdateCloneBundleInfo()
655
bundleInfo.SetBundleName(
cloneBundleInfo
.GetBundleName());
in UpdateCloneBundleInfo()
656
bundleInfo.SetBundleUid(
cloneBundleInfo
.GetUid());
in UpdateCloneBundleInfo()
660
bundleInfo.SetSlotFlags(
cloneBundleInfo
.GetSlotFlags());
in UpdateCloneBundleInfo()
661
bundleInfo.SetIsShowBadge(
cloneBundleInfo
.GetIsShowBadge());
in UpdateCloneBundleInfo()
662
bundleInfo.SetEnableNotification(
cloneBundleInfo
.GetEnableNotification());
in UpdateCloneBundleInfo()
665
ANS_LOGW("Clone bundle info failed %{public}s.",
cloneBundleInfo
in UpdateCloneBundleInfo()
644
UpdateCloneBundleInfo(int32_t userId, const NotificationCloneBundleInfo&
cloneBundleInfo
)
UpdateCloneBundleInfo()
argument
[all...]
/base/notification/distributed_notification_service/services/ans/src/clone/
H
A
D
notification_clone_bundle_service.cpp
80
NotificationCloneBundleInfo
cloneBundleInfo
;;
in OnRestore()
local
81
cloneBundleInfo
.FromJson(profile);
in OnRestore()
82
bundlesInfo_.emplace_back(
cloneBundleInfo
);
in OnRestore()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_preferences.h
386
void UpdateCloneBundleInfo(int32_t userId, const NotificationCloneBundleInfo&
cloneBundleInfo
);
Completed in 5 milliseconds