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:RemoveSlot
(Results
1 - 10
of
10
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H
A
D
slot.h
31
napi_value
RemoveSlot
(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H
A
D
notification_manager_impl.h
31
static int
RemoveSlot
(int32_t type);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
init.cpp
63
DECLARE_NAPI_FUNCTION("removeSlot",
RemoveSlot
),
in NotificationInit()
H
A
D
slot.cpp
1240
napi_value
RemoveSlot
(napi_env env, napi_callback_info info)
in RemoveSlot()
function
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H
A
D
native_module.cpp
36
DECLARE_NAPI_FUNCTION("removeNotificationSlot", NotificationNapi::
RemoveSlot
),
in ReminderAgentInit()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_preferences_info.h
208
bool
RemoveSlot
(const NotificationConstant::SlotType &type);
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_manager_ffi.cpp
65
auto code = NotificationManagerImpl::
RemoveSlot
(type);
in FfiOHOSNotificationManagerRemoveSlot()
H
A
D
notification_manager_impl.cpp
151
int NotificationManagerImpl::
RemoveSlot
(int32_t type)
in RemoveSlot()
function in OHOS::CJSystemapi::NotificationManagerImpl
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_preferences_info.cpp
190
bool NotificationPreferencesInfo::BundleInfo::
RemoveSlot
(const NotificationConstant::SlotType &type)
in RemoveSlot()
function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
H
A
D
notification_preferences.cpp
831
bundleInfo.
RemoveSlot
(slotType);
in CheckSlotForRemoveSlot()
Completed in 9 milliseconds