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
defs:callbackData
(Results
1 - 14
of
14
) sorted by relevance
/base/request/request/frameworks/js/napi/src/
H
A
D
uv_queue.cpp
37
UvCallbackData *
callbackData
= new (std::nothrow) UvCallbackData();
in DeleteRef()
local
50
UvCallbackData *
callbackData
= reinterpret_cast<UvCallbackData *>(work->data);
in UvDelete()
local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H
A
D
anssubscriberstub_fuzzer.cpp
68
sptr<Notification::EnabledNotificationCallbackData>
callbackData
= new Notification::EnabledNotificationCallbackData();
in DoSomethingInterestingWithMyAPI()
local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
H
A
D
anssubscriberproxy_fuzzer.cpp
57
sptr<Notification::EnabledNotificationCallbackData>
callbackData
= new Notification::EnabledNotificationCallbackData();
in DoSomethingInterestingWithMyAPI()
local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H
A
D
ans_subscriber_proxy_unit_test.cpp
537
sptr<EnabledNotificationCallbackData>
callbackData
= new (std::nothrow) EnabledNotificationCallbackData();
in HWTEST_F()
local
557
sptr<EnabledNotificationCallbackData>
callbackData
= new (std::nothrow) EnabledNotificationCallbackData();
in HWTEST_F()
local
686
sptr<EnabledNotificationCallbackData>
callbackData
= new (std::nothrow) EnabledNotificationCallbackData();
in HWTEST_F()
local
703
sptr<EnabledNotificationCallbackData>
callbackData
in HWTEST_F()
local
[all...]
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_subscriber_listener.cpp
159
OnEnabledNotificationChanged( const sptr<EnabledNotificationCallbackData> &
callbackData
)
OnEnabledNotificationChanged()
argument
182
OnBadgeEnabledChanged( const sptr<EnabledNotificationCallbackData> &
callbackData
)
OnBadgeEnabledChanged()
argument
H
A
D
ans_subscriber_proxy.cpp
328
void AnsSubscriberProxy::OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &
callbackData
)
in OnEnabledNotificationChanged()
argument
372
void AnsSubscriberProxy::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &
callbackData
)
in OnBadgeEnabledChanged()
argument
H
A
D
ans_subscriber_stub.cpp
278
sptr<EnabledNotificationCallbackData>
callbackData
= data.ReadParcelable<EnabledNotificationCallbackData>();
in HandleOnEnabledNotificationChanged()
local
289
sptr<BadgeNumberCallbackData>
callbackData
= data.ReadParcelable<BadgeNumberCallbackData>();
in HandleOnBadgeChanged()
local
300
sptr<EnabledNotificationCallbackData>
callbackData
= data.ReadParcelable<EnabledNotificationCallbackData>();
in HandleOnBadgeEnabledChanged()
local
333
OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &
callbackData
)
OnEnabledNotificationChanged()
argument
337
OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &
callbackData
)
OnBadgeEnabledChanged()
argument
[all...]
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
H
A
D
ans_subscriber_stub_unit_test.cpp
569
sptr<EnabledNotificationCallbackData>
callbackData
= new EnabledNotificationCallbackData(bundleName, uid, enabled);
in HWTEST_F()
local
/base/request/request/frameworks/js/napi/src/upload/
H
A
D
upload_task_napiV5.cpp
37
RecycleRef *
callbackData
= new (std::nothrow)
in ~UploadTaskNapiV5()
local
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H
A
D
notification_subscriber_manager_branch_test.cpp
124
sptr<EnabledNotificationCallbackData>
callbackData
= nullptr;
in HWTEST_F()
local
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_event_manager.cpp
348
OnEnabledNotificationChanged( const std::shared_ptr<EnabledNotificationCallbackData> &
callbackData
)
OnEnabledNotificationChanged()
argument
354
OnBadgeEnabledChanged( const sptr<EnabledNotificationCallbackData> &
callbackData
)
OnBadgeEnabledChanged()
argument
H
A
D
notification_subscriber_manager.cpp
257
void NotificationSubscriberManager::NotifyBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &
callbackData
)
in NotifyBadgeEnabledChanged()
argument
243
NotifyEnabledNotificationChanged( const sptr<EnabledNotificationCallbackData> &
callbackData
)
NotifyEnabledNotificationChanged()
argument
617
NotifyBadgeEnabledChangedInner( const sptr<EnabledNotificationCallbackData> &
callbackData
)
NotifyBadgeEnabledChangedInner()
argument
635
NotifyEnabledNotificationChangedInner( const sptr<EnabledNotificationCallbackData> &
callbackData
)
NotifyEnabledNotificationChangedInner()
argument
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
subscribe.cpp
62
EnabledNotificationCallbackData
callbackData
;
member
767
OnEnabledNotificationChanged( const std::shared_ptr<EnabledNotificationCallbackData> &
callbackData
)
OnEnabledNotificationChanged()
argument
887
OnBadgeEnabledChanged( const sptr<EnabledNotificationCallbackData> &
callbackData
)
OnBadgeEnabledChanged()
argument
[all...]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_fw_module_test.cpp
167
explicit OnEnabledNotificationChangedEvent(const std::shared_ptr<EnabledNotificationCallbackData> &
callbackData
)
in OnEnabledNotificationChangedEvent()
argument
Completed in 16 milliseconds