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:CancelAll
(Results
1 - 25
of
35
) sorted by relevance
1
2
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
context_pool.h
37
virtual void
CancelAll
() const = 0;
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H
A
D
notification_manager_impl.h
27
static int
CancelAll
();
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
H
A
D
context_pool_impl_fuzzer.cpp
62
ContextPool::Instance().
CancelAll
();
in FillTest()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H
A
D
cancel.h
77
napi_value
CancelAll
(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
init.cpp
53
DECLARE_NAPI_FUNCTION("cancelAll",
CancelAll
),
in NotificationInit()
H
A
D
cancel.cpp
230
napi_value
CancelAll
(napi_env env, napi_callback_info info)
in CancelAll()
function
255
ANS_LOGD("
CancelAll
work excute.");
in CancelAll()
262
ANS_LOGD("
CancelAll
work complete.");
in CancelAll()
267
ANS_LOGD("Delete
CancelAll
callback reference.");
in CancelAll()
274
ANS_LOGD("
CancelAll
work complete end.");
in CancelAll()
282
ANS_LOGD("
CancelAll
callback is nullptr.");
in CancelAll()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H
A
D
dummy_context_pool.h
55
void
CancelAll
() const {};
in CancelAll()
function in OHOS::UserIam::UserAuth::__anon4121::DummyContextPool
/base/useriam/user_auth_framework/services/context/src/
H
A
D
context_pool_impl.cpp
55
void
CancelAll
() const override;
110
void ContextPoolImpl::
CancelAll
() const
in CancelAll()
function in OHOS::UserIam::UserAuth::ContextPoolImpl
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H
A
D
ansmanagerstubannextwo_fuzzer.cpp
41
ansManagerStub.
CancelAll
(0);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_manager_ffi.cpp
41
auto code = NotificationManagerImpl::
CancelAll
();
in FfiOHOSNotificationManagerCancelAll()
H
A
D
notification_manager_impl.cpp
77
int NotificationManagerImpl::
CancelAll
()
in CancelAll()
function in OHOS::CJSystemapi::NotificationManagerImpl
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
template_cache_manager.cpp
101
ContextPool::Instance().
CancelAll
();
in OnRemoveSystemAbility()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_live_view_service_test.cpp
84
advancedNotificationService_->
CancelAll
(0);
in SetUp()
H
A
D
advanced_notification_slot_service_test.cpp
67
advancedNotificationService_->
CancelAll
(0);
in SetUp()
H
A
D
advanced_notification_utils_test.cpp
78
advancedNotificationService_->
CancelAll
(0);
in SetUp()
H
A
D
advanced_notification_publish_service_test.cpp
72
advancedNotificationService_->
CancelAll
(0);
in SetUp()
689
auto ret = advancedNotificationService_->
CancelAll
(0);
in HWTEST_F()
H
A
D
advanced_notification_service_branch_test.cpp
86
advancedNotificationService_->
CancelAll
(0);
in SetUp()
/base/notification/distributed_notification_service/frameworks/core/include/
H
A
D
ans_manager_interface.h
84
virtual ErrCode
CancelAll
(int32_t instanceKey) = 0;
H
A
D
ans_manager_proxy.h
72
ErrCode
CancelAll
(int32_t instanceKey) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_stub_invalid.cpp
47
ErrCode AnsManagerStub::
CancelAll
(int32_t instanceKey)
in CancelAll()
function in OHOS::Notification::AnsManagerStub
49
ANS_LOGE("AnsManagerStub::
CancelAll
called!");
in CancelAll()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H
A
D
advancednotificationservice_fuzzer.cpp
53
service->
CancelAll
(fuzzData.GenerateRandomInt32());
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H
A
D
ansmanagerstubannexthree_fuzzer.cpp
329
ansManagerStub.
CancelAll
(0);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H
A
D
ans_notification_branch_test.cpp
66
ErrCode
CancelAll
(int32_t instanceKey) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H
A
D
ansmanagerstubannex_fuzzer.cpp
337
ansManagerStub.
CancelAll
(0);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H
A
D
ansmanagerstub_fuzzer.cpp
338
ansManagerStub.
CancelAll
(0);
in DoSomethingInterestingWithMyAPI()
Completed in 19 milliseconds
1
2