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:SetCapsule
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_local_live_view_content_test.cpp
71
liveViewContent->
SetCapsule
(capsule);
in HWTEST_F()
184
liveViewContent->
SetCapsule
(capsule);
in HWTEST_F()
214
liveViewContent->
SetCapsule
(capsule);
in HWTEST_F()
248
liveViewContent->
SetCapsule
(capsule);
in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_local_live_view_content.h
63
void
SetCapsule
(NotificationCapsule capsule);
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_local_live_view_content.cpp
48
void NotificationLocalLiveViewContent::
SetCapsule
(NotificationCapsule capsule)
in SetCapsule()
function in OHOS::Notification::NotificationLocalLiveViewContent
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H
A
D
notification_utils.h
315
bool
SetCapsule
(const OHOS::Notification::NotificationCapsule &capsule, CNotificationCapsule &cCapsule);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_liveview.cpp
63
if (!
SetCapsule
(env, localLiveViewContent->GetCapsule(), capsule)) {
in SetNotificationLocalLiveViewContent()
64
ANS_LOGE("
SetCapsule
call failed");
in SetNotificationLocalLiveViewContent()
108
napi_value Common::
SetCapsule
(const napi_env &env, const NotificationCapsule &capsule, napi_value &result)
in SetCapsule()
function in OHOS::NotificationNapi::Common
505
content->
SetCapsule
(capsule);
in GetNotificationLocalLiveViewCapsule()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_utils.cpp
509
content->
SetCapsule
(capsule);
in GetNotificationLocalLiveViewCapsule()
1298
bool
SetCapsule
(const NotificationCapsule &capsule, CNotificationCapsule &cCapsule)
in SetCapsule()
function
1368
if (!
SetCapsule
(localLiveViewContent->GetCapsule(), capsule)) {
in SetNotificationLocalLiveViewContentDetailed()
1369
LOGE("
SetCapsule
call failed");
in SetNotificationLocalLiveViewContentDetailed()
/base/location/frameworks/js/napi/notification/src/
H
A
D
notification_napi_convert_liveview.cpp
135
content->
SetCapsule
(capsule);
in GetNotificationLocalLiveViewCapsule()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H
A
D
common.h
447
static napi_value
SetCapsule
(const napi_env &env, const NotificationCapsule &capsule, napi_value &result);
Completed in 11 milliseconds