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:bundle_
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
enabled_notification_callback_data.cpp
27
:
bundle_
(bundle), uid_(uid), enable_(enable)
in EnabledNotificationCallbackData()
32
bundle_
= bundle;
in SetBundle()
37
return
bundle_
;
in GetBundle()
63
"bundle = " +
bundle_
+
in Dump()
71
if (!parcel.WriteString16(Str8ToStr16(
bundle_
))) {
in Marshalling()
102
bundle_
= Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
H
A
D
badge_number_callback_data.cpp
27
:
bundle_
(bundle), uid_(uid), badgeNumber_(badgeNumber)
in BadgeNumberCallbackData()
32
:
bundle_
(bundle), uid_(uid), badgeNumber_(badgeNumber), instanceKey_(instanceKey)
in BadgeNumberCallbackData()
37
bundle_
= bundle;
in SetBundle()
42
return
bundle_
;
in GetBundle()
78
"bundle = " +
bundle_
+
in Dump()
87
if (!parcel.WriteString16(Str8ToStr16(
bundle_
))) {
in Marshalling()
123
bundle_
= Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
/base/hiviewdfx/hiview/base/
H
A
D
event.cpp
28
bundle_
[name] = value;
in SetValue()
34
auto it =
bundle_
.find(name);
in GetValue()
35
if (it !=
bundle_
.end()) {
in GetValue()
46
bundle_
[name] = str;
in SetValue()
52
auto it =
bundle_
.find(name);
in GetIntValue()
53
if (it !=
bundle_
.end()) {
in GetIntValue()
68
bundle_
.insert(keyValuePairs.begin(), keyValuePairs.end());
in SetKeyValuePairs()
73
return
bundle_
;
in GetKeyValuePairs()
/base/notification/distributed_notification_service/tools/test/mock/
H
A
D
mock_ans_manager_stub.cpp
29
return
bundle_
;
in GetBundle()
43
bundle_
= bundle;
in ShellDump()
H
A
D
mock_ans_manager_stub.h
47
std::string
bundle_
;
member in OHOS::Notification::MockAnsManagerStub
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
enabled_notification_callback_data.h
81
std::string
bundle_
;
member in OHOS::Notification::EnabledNotificationCallbackData
H
A
D
badge_number_callback_data.h
89
std::string
bundle_
;
member in OHOS::Notification::BadgeNumberCallbackData
/base/hiviewdfx/hiview/base/include/
H
A
D
plugin.h
138
bundle_
= bundle;
in SetBundleName()
143
return !
bundle_
.empty();
in IsBundlePlugin()
182
std::string
bundle_
;
member in OHOS::HiviewDFX::Plugin
H
A
D
event.h
222
std::map<std::string, std::string>
bundle_
;
member in OHOS::HiviewDFX::Event
Completed in 4 milliseconds