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:callBack_
(Results
1 - 14
of
14
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_timer_info.cpp
47
if (
callBack_
!= nullptr) {
in OnTrigger()
48
callBack_
();
in OnTrigger()
49
callBack_
= nullptr;
in OnTrigger()
57
callBack_
= callBack;
in SetCallbackInfo()
62
return
callBack_
;
in GetCallBack()
/base/time/time_service/test/unittest/service_test/include/
H
A
D
timer_info_test.h
50
std::function<void()>
callBack_
= nullptr;
member in OHOS::MiscServices::TimerInfoTest
64
if (
callBack_
!= nullptr) {
in OnTrigger()
66
callBack_
();
in OnTrigger()
73
callBack_
= callBack;
in SetCallbackInfo()
/base/update/updateservice/services/core/ability/alarm/src/
H
A
D
alarm_timer_utils.cpp
30
if (
callBack_
!= nullptr) {
in OnTrigger()
31
callBack_
();
in OnTrigger()
57
this->
callBack_
= callBack;
in SetCallbackInfo()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_timer_info.h
57
std::function<void()>
callBack_
= nullptr;
member in OHOS::Notification::NotificationTimerInfo
/base/telephony/cellular_data/services/include/utils/
H
A
D
cellular_data_net_agent.h
111
sptr<NetManagerCallBack>
callBack_
;
member in OHOS::Telephony::CellularDataNetAgent
/base/update/updateservice/services/core/ability/alarm/include/
H
A
D
alarm_timer_utils.h
51
AlarmTimerCallback
callBack_
= nullptr;
member in OHOS::UpdateEngine::AlarmTimerUtils::TimerTaskInfo
/base/telephony/cellular_data/services/src/utils/
H
A
D
cellular_data_net_agent.cpp
32
callBack_
= std::make_unique<NetManagerCallBack>().release();
in CellularDataNetAgent()
34
if (
callBack_
== nullptr || tacticsCallBack_ == nullptr) {
in CellularDataNetAgent()
68
int32_t regCallback = netManager.RegisterNetSupplierCallback(netSupplier.supplierId,
callBack_
);
in RegisterNetSupplier()
/base/theme/screenlock_mgr/services/src/
H
A
D
strongauthmanager.cpp
62
if (
callBack_
) {
in OnTrigger()
63
callBack_
(userId_);
in OnTrigger()
89
this->
callBack_
= callBack;
in SetCallbackInfo()
/base/theme/screenlock_mgr/services/include/
H
A
D
strongauthmanager.h
75
std::function<void(int32_t)>
callBack_
= nullptr;
member in OHOS::ScreenLock::StrongAuthManger::authTimer
/base/location/interfaces/inner_api/include/
H
A
D
request.h
89
sptr<ILocatorCallback>
callBack_
;
member in OHOS::Location::Request
/base/location/frameworks/location_common/common/source/
H
A
D
request.cpp
83
callBack_
= callback;
in SetLocatorCallBack()
93
return
callBack_
;
in GetLocatorCallBack()
/base/telephony/call_manager/frameworks/native/include/
H
A
D
call_manager_proxy.h
171
std::unique_ptr<CallManagerCallback>
callBack_
= nullptr;
member in OHOS::Telephony::CallManagerProxy
/base/telephony/cellular_data/test/
H
A
D
cellular_data_test.cpp
1722
int32_t result = netAgent.
callBack_
->RequestNetwork(ident, netCaps, netrequest);
in HWTEST_F()
1736
int32_t result = netAgent.
callBack_
->RequestNetwork(ident, netCaps, netrequest);
in HWTEST_F()
1749
int32_t result = netAgent.
callBack_
->ReleaseNetwork(ident, netCaps);
in HWTEST_F()
1762
int32_t result = netAgent.
callBack_
->ReleaseNetwork(ident, netCaps);
in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
call_manager_proxy.cpp
57
return std::move(
callBack_
);
in GetCallBack()
148
callBack_
= std::move(callback);
in RegisterCallBack()
Completed in 17 milliseconds